79595915

Date: 2025-04-28 06:45:25
Score: 1
Natty:
Report link

Here is what works for me in Wix Studio:

  1. Select the menu object. In the Margins section of the Inspector sidebar, dock the menu to the right side of its container.

dock object from Inspector

  1. In your main editor window, the menu object should be shown with a dashed line showing the dock connection. Adjust the pixels to get it the right distance away.

check dock direction

  1. Set the width of the login bar to be wide enough to fit the longest names.

adjust login bar width

  1. In the login bar settings, ensure the login bar alignment is right aligned. (I right aligned the menu items as well.)

right align login bar

Reasons:
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Manish M

79595911

Date: 2025-04-28 06:42:24
Score: 1
Natty:
Report link

From the logs, the downscale operation for the RDS Aurora cluster involved several restarts and failovers but no downtime for reading or writing operations.

  1. At 16:42–16:47: Both the reader and writer instances were restarted as part of the instance class modification (from R5 to T3). This likely involved some downtime for the instances during the restarts but not for database operations themselves.

  2. At 16:49: A failover occurred, promoting the former reader to writer and transitioning the former writer to reader. The T3 instance became the new writer, and the R5 writer was demoted to reader.

  3. At 16:54: The final configuration changes were applied, and the instances were fully transitioned to their new roles (R5 to T3 for writer and reader).

Conclusion:

There was no downtime during the entire process. The failover was smooth, and both reading and writing operations continued uninterrupted.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Taukir Katava

79595908

Date: 2025-04-28 06:39:23
Score: 1
Natty:
Report link
function aaa(num)
    if num>7
    MovL("p1003"+X(-10*num),SpdL(0))
    elseif num<=7,num>=4
    MovL("p1003"+X(-10*num),SpdL(150))
    elseif num<4
    MovL("p1003"+X(-10*num),SpdL(300))




end
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 許惟傑

79595904

Date: 2025-04-28 06:37:22
Score: 2.5
Natty:
Report link

I found the error when a comment pointed out to share the data model. The model had the Id property in lower case and because of the case sensitivity of the properties I was unable to get the Id of the data.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Lukas

79595889

Date: 2025-04-28 06:26:19
Score: 3.5
Natty:
Report link

I leave the build/run actions to Maven, then the problem solved.

I guess there are something wrong with the IntelliJ IDEA's default building tools.

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cooper Erike

79595886

Date: 2025-04-28 06:24:19
Score: 3
Natty:
Report link

the code can be used in vue?

connector.callCommand(function() {
    var oDocument = Api.GetDocument();
    var oParagraph = Api.CreateParagraph();
    oParagraph.AddText(Asc.scope.text);
    oDocument.InsertContent([oParagraph]);
}, function() { console.log("callback command"); });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Anders Wong

79595885

Date: 2025-04-28 06:24:19
Score: 3.5
Natty:
Report link

may be necessary to open Intellij as admin

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: elif

79595882

Date: 2025-04-28 06:21:18
Score: 1
Natty:
Report link

Apex Autowerks – Precision Automotive Care & Performance Tuning in Clifton, NJ

Apex Autowerks is a high-performance automotive shop based in Clifton, New Jersey, dedicated to delivering precision, passion, and performance in every service they provide. Whether you're looking for expert general maintenance, detailed suspension tuning, or full performance upgrades, Apex Autowerks offers a professional experience tailored to true car enthusiasts.

Backed by industry-leading tools and a skilled team, Apex Autowerks offers a wide range of specialized services. From basic oil changes, fluid flushes, and brake jobs to advanced dyno tuning and custom performance modifications, your vehicle is in capable hands. They work with trusted brands like Soul Performance, CSF Radiators, and Cobb Tuning to ensure top-tier quality with every install.

One of their key strengths lies in precision wheel services. Utilizing the Hunter Hawkeye Elite alignment rack and Road Force Elite balancer, they provide pinpoint wheel alignment and balancing that enhances handling and maximizes tire life. Whether you drive a street car or track-ready machine, their services are designed to help your vehicle perform at its peak.

The shop also features a Mustang AWD-500 Chassis Dyno, offering accurate real-world horsepower and torque measurements. This allows for custom dyno tuning sessions that bring out the best in your engine, improving performance and drivability.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: apexautowerks

79595870

Date: 2025-04-28 06:03:14
Score: 0.5
Natty:
Report link

It’s just floating-point rounding.

-- still float, but rounded back to the right integer
SELECT ROUND(POWER(9.0,28),0) AS rounded_power;

-- exact result by doing it in DECIMAL
SELECT POWER(CAST(9 AS DECIMAL(38,0)),28) AS exact_power;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JZ Tay

79595857

Date: 2025-04-28 05:52:11
Score: 5
Natty:
Report link

Did we have any updates on this issue, guys

Reasons:
  • Blacklisted phrase (1): any updates on
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did we have any
  • Low reputation (1):
Posted by: user30390510

79595850

Date: 2025-04-28 05:47:10
Score: 3
Natty:
Report link

The images are loading fine; the issue is likely CORS or COEP (Cross-Origin Embedder Policy) blocking the load event from firing properly. The browser may fetch the image, but block JS from accessing it, so @load never triggers. Try serving the images from the same origin, or configure CORS headers correctly. Alternatively, you can assume the image is loaded after a short timeout if necessary.

Reasons:
  • No code block (0.5):
  • User mentioned (1): @load
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jickson Sam Paul J

79595838

Date: 2025-04-28 05:15:01
Score: 6 🚩
Natty:
Report link

XD. I have the same issue right now. I have tried to reinstall, disabling all my extensions. Each of the extensions works fine by themselves. Only the Intellisense doesn't seem to work.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: November19

79595825

Date: 2025-04-28 04:58:57
Score: 3
Natty:
Report link

Pair through terminal command adb pair ipaddress:port PairingCode

For example adb pair 192.168.1.2:455154 759612

https://medium.com/@liwp.stephen/pairing-android-device-with-adb-from-command-line-11d71d94c441

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sachin Khatri

79595823

Date: 2025-04-28 04:56:57
Score: 0.5
Natty:
Report link

I think volatile make sence only if you turn on optimization flag of compiler ON.

In gcc you can use -o2 flag to pass to gcc while compile your code.

gcc -o2 -S prog.c

And check the code generated with and without volatile keywords.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vishwas S

79595818

Date: 2025-04-28 04:51:55
Score: 0.5
Natty:
Report link

Azure SQL Database Backups PITR & LTR

PITR: You can restore an Azure SQL Database to any earlier point within its retention period. The restored database can have a different service tier or compute size and must fit within the elastic pool if used. Restoration creates a new database on the same server.

Refer the below document: https://learn.microsoft.com/en-us/azure/azure-sql/database/recovery-using-backups?view=azuresql&tabs=azure-portal#point-in-time-restore

LTR: Azure SQL's Long-Term Retention (LTR) lets you store full database backups in redundant Azure Blob storage for up to 10 years, beyond the default 1–35 days of short-term retention. LTR copies are created automatically in the background without impacting performance, and you can restore these backups as new databases when needed.

Refer the below document: https://learn.microsoft.com/en-us/azure/azure-sql/database/long-term-retention-overview?view=azuresql#how-long-term-retention-works

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Narendra Reddy Pakkirigari

79595815

Date: 2025-04-28 04:47:54
Score: 1
Natty:
Report link

i find a nice method; connect directly;

ssh [email protected] -p22

maybe, you can add the above command to your ~/.bashrc as

alias vsh="ssh [email protected] -p22"

then source ~/.bashrc, use vsh command in git bash

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: phphlx

79595813

Date: 2025-04-28 04:44:54
Score: 0.5
Natty:
Report link

Why is it iterating without me specifying a for-loop or any flow control like that?

Actually, there is no iterating going on here. You are using vectorized functions (functions that accept a vector and return a vector), here specifically you are using is.na() and [, which means that you don't need to use for loops or other control-flow methods. Vectorization means that operations are performed in parallel, not one by one on each element.

There's a lot more to vectorization in R, but these SO links can give you a lot more reading:

How to define a vectorized function in R

How do I know a function or an operation in R is vectorized?

Reasons:
  • Blacklisted phrase (1): How do I
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Why is it it
  • High reputation (-2):
Posted by: Edward

79595796

Date: 2025-04-28 04:28:51
Score: 2
Natty:
Report link

When you decrypt the WhatsApp Dynamic Flow payload, it won’t include the user’s phone number by default. You need to either pass it yourself using flow_client_state when starting the flow, or grab it from the original webhook event (where it’s under messages.from).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: WA STORE OFFICIAL

79595790

Date: 2025-04-28 04:15:48
Score: 3.5
Natty:
Report link

Thank you, Jonathano, lifesaver!

I just copied and pasted your code, and it works!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nortant

79595781

Date: 2025-04-28 04:09:47
Score: 1
Natty:
Report link

From the documentation of the Natgateway
When it connects to the internet below things get used. So it makes sense to have elastic ip.

Both private and public NAT gateways map the source private IPv4 address of the instances to the private IPv4 address of the NAT gateway, but in the case of a public NAT gateway, the internet gateway then maps the private IPv4 address of the public NAT gateway to the Elastic IP address associated with the NAT gateway.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lucia

79595778

Date: 2025-04-28 04:06:46
Score: 2
Natty:
Report link

for log purpose (not an answer to the question) :

$stringRepresentation = var_export($original_array, true);
Reasons:
  • Blacklisted phrase (1): not an answer
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rahmat Ihsan

79595773

Date: 2025-04-28 04:00:45
Score: 1
Natty:
Report link

Answer written like a beginner/intermediate programmer trying to help on StackOverflow:

Well, JEditorPane in Swing has very limited HTML support (basically HTML 3.2), so it doesn't directly support overflow-x: auto. But maybe you can get a similar effect by putting the JEditorPane inside a JScrollPane.

If your goal is to make a specific div inside the HTML scroll horizontally without affecting the rest of the content, then it gets a bit trickier. CSS support is really limited, so you might need some workaround, like using a <table> to mimic that behavior.

Another approach would be extending HTMLEditorKit and creating a custom ViewFactory, but that’s a bit more complex. If you can be a little flexible with the solution and wrap the whole JEditorPane inside a JScrollPane, it would probably be a lot easier.

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Giordano Lanna

79595770

Date: 2025-04-28 03:52:43
Score: 1
Natty:
Report link

Yes, you are right. Traditionally, garbage collection (GC) in Java (and the CLR) could cause a "stop-the-world" pause. When this GC runs, you can observe that all application threads are paused. This happens particularly during heap compaction (i.e., when live objects are moved around in memory, and references need to be updated safely to point to the new memory location). When the threads are suspended, it prevents issues like accessing an object in the middle of being moved.

However, now the modern JVMs (like HotSpot) have introduced two types of GCs: concurrent and parallel garbage collectors. These GCs actually minimize "stop-the-world" pause. For example,

This could be the reason how enterprise grade apps like JBoss or GlassFish maintain high throughput and responsiveness. They actually rely on these low-pause collectors and tune JVM GC settings for production environments.

In case you are interested, this blog post on GC fundamentals discusses how garbage collection works under the hood, and it explains the evolution from traditional to modern GCs like G1 and ZGC. It is a useful resource that provides a great overview and deeper insight.

As for NUMA (Non-Uniform Memory Access), currently JVMs are increasingly becoming NUMA-aware, and they optimize memory allocation to reduce latency when accessing memory local to a thread’s CPU.

Reasons:
  • Blacklisted phrase (1): this blog
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jim T

79595763

Date: 2025-04-28 03:43:41
Score: 1
Natty:
Report link

i find a nice method; connect direct;

ssh [email protected] -p22

maybe, you can add the above command to your ~/.bashrc as

alias vsh="ssh [email protected] -p22"

then source ~/.bashrc, use vsh command in git bash

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: phphlx

79595760

Date: 2025-04-28 03:41:40
Score: 0.5
Natty:
Report link

Since you use classname on initialization, you can just change __init__ into a classmethod like this:

class base:
    @classmethod
    def __init__(cls, *args):
        print("initializing")

But I don't think it a reasonable usage.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: vassiliev

79595759

Date: 2025-04-28 03:38:40
Score: 2
Natty:
Report link
list2 = [...list]

and the same

list2 = list[...]

But it are the shallow copies

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pixel

79595748

Date: 2025-04-28 03:25:37
Score: 1
Natty:
Report link

Here is a utility code for those having the same issue in

package com.example

import com.google.api.core.{ApiFuture, ApiFutureCallback, ApiFutures}
import com.google.common.util.concurrent.MoreExecutors

import java.util.concurrent.CompletableFuture
import scala.language.implicitConversions

object ApiCompletableFuture {
  implicit def toCompletableFuture[T](future: ApiFuture[T]): CompletableFuture[T] =
    new ApiCompletableFuture(future)
}

class ApiCompletableFuture[T](future: ApiFuture[T]) 
  extends CompletableFuture[T] with ApiFutureCallback[T] {

  ApiFutures.addCallback(future, this, MoreExecutors.directExecutor())

  override def cancel(mayInterruptIfRunning: Boolean): Boolean = {
    future.cancel(mayInterruptIfRunning)
    super.cancel(mayInterruptIfRunning)
  }

  def onFailure(t: Throwable): Unit = completeExceptionally(t)

  def onSuccess(result: Nothing): Unit = complete(result)
}

Then, in your code:

import com.example.ApiCompletableFuture.*

IO.fromCompletableFuture(IO(docRef.set(...))

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
Posted by: Iraj Hedayati

79595741

Date: 2025-04-28 03:15:35
Score: 1.5
Natty:
Report link

Most of these answers still work but I wanted to bring up a much newer option: Array.fromAsync(). It's avaliable on all major browsers and Node.js 22.

From MDN, here's probably the part of most interest:

The Array.fromAsync() static method creates a new, shallow-copied Array instance from an async iterable, iterable, or array-like object...

Array.fromAsync() awaits each value yielded from the object sequentially. Promise.all() awaits all values concurrently.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jeremy Nguyen

79595733

Date: 2025-04-28 03:09:33
Score: 0.5
Natty:
Report link

I'm not sure if it's too late to answer this, but you can force Blogger to open the desktop version on mobile devices.

Here's how:

Go to Theme from the left menu. Next to the Customize button, click the small down arrow. From the dropdown, choose Mobile Settings. When it asks, "Do you want to show the desktop or mobile theme on mobile devices?", select Desktop.

If you need a small hack, simply add this <html> code inside the <head> section, preferably after the other <meta> tags:

<meta name="viewport" content="width=1024">

Typically, mobile sites set the viewport to width=device-width, which adjusts the layout to fit smaller screens. By setting it to a fixed width like 1024, you force the browser to render the site as if it's on a full desktop screen.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Punit Patpatia

79595729

Date: 2025-04-28 02:58:31
Score: 3.5
Natty:
Report link

I am experiencing the same issue and saw your fix where you used absolute paths in your Dockerfile. Could you add a bit more context to that? I have tried all variations but I am still getting the "Cannot find module" error. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alim Kura

79595714

Date: 2025-04-28 02:28:25
Score: 1.5
Natty:
Report link

If you are on localhost, using a newer python, consider `Install Certificates` for your python

Similar Question: urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)

Answer to that question: https://stackoverflow.com/a/70495761

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: chris Frisina

79595713

Date: 2025-04-28 02:28:25
Score: 1.5
Natty:
Report link

If you are on localhost, using a newer python, consider `Install Certificates` for your python

Similar Question: urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)

Answer to that question: https://stackoverflow.com/a/70495761

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: chris Frisina

79595712

Date: 2025-04-28 02:26:24
Score: 1.5
Natty:
Report link

If you are on localhost, using a newer python, consider `Install Certificates` for your python

Question: urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)

Answer: https://stackoverflow.com/a/70495761

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: chris Frisina

79595711

Date: 2025-04-28 02:26:24
Score: 1.5
Natty:
Report link

If you are on localhost, using a newer python, consider `Install Certificates` for your python

Question: urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)

Answer: https://stackoverflow.com/a/70495761

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: chris Frisina

79595710

Date: 2025-04-28 02:25:24
Score: 1.5
Natty:
Report link

If you are on localhost, using a newer python, consider `Install Certificates` for your python

Question: urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)

Answer: https://stackoverflow.com/a/70495761

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: chris Frisina

79595701

Date: 2025-04-28 02:05:20
Score: 1
Natty:
Report link

<Error>

\<Code\>AccessDenied\</Code\>

\<Message\>Request has expired\</Message\>

\<Expires\>2022-10-28T07:13:14Z\</Expires\>

\<ServerTime\>2022-10-28T20:03:02Z\</ServerTime\>

\<RequestId\>87E1D2CFAAA7F9A6\</RequestId\>

\<HostId\>

A9BEluTV2hk3ltdFkixvQFa/yUBfUSgDjptwphKze+jXR6tYbpHCx8Z7y6WTfxu3rS4cGk5/WTQ=

\</HostId\>

</Error>

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Yuvraj patel

79595696

Date: 2025-04-28 01:58:18
Score: 3.5
Natty:
Report link

All i did was a simple count and that worked, not sure why a calculated field is needed, PID is not needed in the result view at all

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Debayan

79595687

Date: 2025-04-28 01:52:17
Score: 3
Natty:
Report link

Also. (And apologies if this is "how to suck an egg"- im a newbie), you can manually lock numpy right at the start.

pip install numpy==1.X.Y # Exact version

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Rob

79595685

Date: 2025-04-28 01:51:17
Score: 1
Natty:
Report link

The answer is not so straight forward. From a mathematical perspective, if the importance is derived from tree based models, then yes, because the sum of importances adds up to 100 as explained by @Mattravel.

However, random forests tend to give more importance to features with higher cardinality, and hence binary features, like those coming from OHE will inherently show lower importance.

So, while it is true that we can add importance, to truly assess the importance of a categorical variable we might want to use additional methods, like using a different encoding, or a different feature selection process that can take up categorical variables as inputs.

For a list of feature selection process that support categorical variables check out feature-engine's documentation.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Mattravel
Posted by: Sole Galli

79595677

Date: 2025-04-28 01:40:14
Score: 10 🚩
Natty: 5
Report link

Remove .idea folder and .iml files doesn't work for me. Android Studio keep disappearing the project files after indexing. Is there any suggestion would be very appriciate?

Reasons:
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any suggestion
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Cuong Pham

79595673

Date: 2025-04-28 01:37:13
Score: 2.5
Natty:
Report link

turns out you need to set the credentials: "include" option on the fetch call that is expecting a cookie, so i needed to add the credentials: "include" to both the /login request and the /refresh request

Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jack Frost

79595656

Date: 2025-04-28 01:27:10
Score: 2.5
Natty:
Report link

There's been a massive outage for a few days now. See https://www.eclipsestatus.io/

Reasons:
  • Blacklisted phrase (1): days now
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: nitind

79595648

Date: 2025-04-28 01:22:09
Score: 3
Natty:
Report link

T.y. this helps. I got trapped by numpy and its' auto updating whenever pip is used ( even subsequently)- a silent update that breaks the compatability. And then each time i built on tensorflow, it did it again. Im advised install everything after numpy without dependencies (and in a separate working environment venv from the very start of course). Does installing numpy last of all work of not? I dont know- but numpy then no deps pip installtensorflow did suceed. Its a total fun-house.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rob

79595611

Date: 2025-04-28 00:43:00
Score: 6 🚩
Natty:
Report link

The toxicity of this community just shows how much stackoverflow sucks.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Stackoverflow sucks

79595610

Date: 2025-04-28 00:40:00
Score: 4
Natty:
Report link

Do not know who this is I have went through the worst abuse I am being used as a scapegoat and I am hacked so whoever u are please stop hurting me we could have been killed yesterday

Reasons:
  • RegEx Blacklisted phrase (1): I have went through the worst abuse I am being used as a scapegoat and I am hacked so whoever u are please
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30388885

79595608

Date: 2025-04-28 00:35:58
Score: 2
Natty:
Report link

But you can only use the :: thingy once in the ip address though. It's mostly to save time and avoid having to type 0000:0000 over and over again.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mr-chen-rui

79595596

Date: 2025-04-28 00:08:52
Score: 2
Natty:
Report link

"Your shader setup is very close! Just make sure to update uCameraPosition every frame inside useFrame so the glass effect reacts correctly to the camera movement."

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30388788

79595592

Date: 2025-04-28 00:05:52
Score: 1.5
Natty:
Report link

It is because you have a break statement at the end of your loop, cutting it off after the first run.

Rewrite it like this:

for i in range(5):
    print(i)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mitsokou

79595591

Date: 2025-04-28 00:03:51
Score: 11
Natty: 7.5
Report link

Is there any solution to this yet?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any solution to this yet?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any solution to this
  • Low reputation (1):
Posted by: Abhinav

79595589

Date: 2025-04-28 00:03:51
Score: 3
Natty:
Report link

Found out issue

It's all about inventory where become user pointed to root

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: UME

79595588

Date: 2025-04-28 00:03:51
Score: 0.5
Natty:
Report link

With debugger enabled, the output window was not directly related to the process, so Process.GetCurrentProcess().MainWindowHandle didn't work. This way works 100% for me:

Console.Out != TextWriter.Null

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yotic

79595586

Date: 2025-04-28 00:02:50
Score: 4
Natty: 4.5
Report link

Se puede hacer eso con plugins? por ejemplo tengo la base de

cookiecutter https://github.com/overhangio/cookiecutter-tutor-plugin.git

y cloné en una carpeta X esto:

git clone https://github.com/openedx/frontend-app-authoring.git

modifiqué una simple palabra para probar y verlo reflejado al hacer "tutor local start" pero no sé cómo hacer para que los cambios que hice en el repositorio se reflejen en open edx con el plugin

Reasons:
  • Blacklisted phrase (2): tengo
  • Blacklisted phrase (1): cómo
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Arturo Rodas

79595580

Date: 2025-04-27 23:49:48
Score: 1
Natty:
Report link

The keyword break basically stops the loop, so, since you're iterating through a range from 0 to 4, it'll execute the first loop, and, after printing '0', it'll break the loop, so that's why it's only printing 0. You should just remove break and it's done!

for i in range(5):
    print(i)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Matias Fernandez

79595551

Date: 2025-04-27 22:26:34
Score: 3
Natty:
Report link

void MyNearCallback(btBroadphasePair& collisionPair, btCollisionDispatcher& dispatcher, const btDispatcherInfo& dispatchInfo)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: befwend

79595538

Date: 2025-04-27 22:12:31
Score: 1.5
Natty:
Report link

I think you could use this in that case. It is described in the documentation as the way to add non parameter obj to a module

self.register_buffer(name, tensor)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 0leslaw

79595535

Date: 2025-04-27 22:04:30
Score: 3.5
Natty:
Report link

seems to be a problem with ubuntu 24.04 allowing install in system python install

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Doc Cotton

79595524

Date: 2025-04-27 21:48:26
Score: 5.5
Natty:
Report link

I upgraded to powershell to 7.5.1 and here is a demo of it working correctly with a one letter change, the "T" in "Termcolor" changed to "t".

demo of the code printing in color

Is there any possibility that you upgraded powershell using the incorrect install file?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Charles Knell

79595523

Date: 2025-04-27 21:47:25
Score: 8 🚩
Natty: 6
Report link

I know I'm a little late to the party here, but I have a question in regards to adding this coding. How would I get it to apply to the individual variations on a product?

An example - I have two versions of the same product but one is Standard Edition (weighs 13oz) and the other is a Special Edition (weighs 1lb 6oz because of bonus material). I want to be able to display those weights in the different weights (lbs & oz) but when I add this code it only applies it to the main shipping place and not on the variations.

Any suggestions are welcome. :) Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1.5): I have a question
  • RegEx Blacklisted phrase (2): Any suggestions
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: AustinCDH

79595520

Date: 2025-04-27 21:39:23
Score: 0.5
Natty:
Report link

I was able to create it using Inertia and using router.reload() when needed to get each form step data. I used form.post to post each step to validate and a service to track each steps progress.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Lynx

79595514

Date: 2025-04-27 21:31:21
Score: 0.5
Natty:
Report link

What a time to be alive. If you ran into same issue- God bless you and have patience, in my case, issue was inside pubspec file, because I had

module:
  androidX: true

in the end of it, which does not work anymore, it seems. If you ran into same issue, do next:

  1. create new project from 0.

  2. run it

  3. if it runs- copy piece by piece into new project your previous code.

  4. project gradle

  5. android gradle

  6. settings gradle

  7. pubspec (few lines at a time)

  8. rebuild- rebuild- rebuild.

At some point you will find which code of yours just explodes flutter with no message, took me two days. Good luck.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What a
  • Low reputation (0.5):
Posted by: Ivan Mitsura

79595511

Date: 2025-04-27 21:23:19
Score: 5
Natty:
Report link

I'm facing the same issue. I tried this script, but it doesn't work I can't access my database after exporting the project in Godot. Please tell me what to do!

 var db
func _ready():
db = SQLite.new()
db.path = "res://DB/data_base_REAL.db"
var db_file_content : PackedByteArray  = FileAccess.get_file_as_bytes("res://DB/data_base_REAL.db")
var file : FileAccess = FileAccess.open("user://data_base_REAL.db",FileAccess.WRITE)
file.store_buffer(db_file_content) 
file.close()  
db.open_db()
create_tables()
print("Base de données ouverte avec succès.")
Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me what
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Low reputation (1):
Posted by: Nesrine

79595506

Date: 2025-04-27 21:08:16
Score: 0.5
Natty:
Report link

For those who are still looking for a way to limit Deployment to users.

The limitation is implemented by checking conditions in the deployment steps, to change the list of users:

  1. Go to the Build Step settings: SSH Exec :
    URL Teamcity>/admin/editBuildRunners.html?id=buildType:<ProjectName> and go to edit settings:
    Image Step 1

  2. Go to add/editing conditions:
    Image Step 2

  3. Let's bind to a system variable - the login of the user who called the Deploy event. Set:
    Parameter Name: teamcity.build.triggeredBy.username
    Condition: matches
    Value: .*(,|^)(admin|user2|user3|user4)(,|$).*
    Image Step 3

  4. Save

  5. Testing

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Era

79595500

Date: 2025-04-27 21:01:14
Score: 1.5
Natty:
Report link
$term_ids    = get_term_children( $category_id, 'product_cat' );
$term_ids[]  = $category_id;
$product_ids = get_objects_in_term( $term_ids, 'product_cat' );
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Claiment

79595486

Date: 2025-04-27 20:49:11
Score: 1.5
Natty:
Report link

Not sure if compilers are intelligent enough to take care of memory management in terms of functions.

But functions are very useful for reducing memory usage. every time a function returns, all the local variables are destroyed and the related memory region is freed up.

if the same have been implemented with all the code in main without functions then all the memory taken by main() variables, would have been taken through the program run-time life until the end of program.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kaleem Khattak

79595479

Date: 2025-04-27 20:45:10
Score: 2
Natty:
Report link

Can you add this code before pulling the ecs-agent.

until docker info >/dev/null 2>&1; do
   echo "waiting for the docker to be ready"
   sleep 5
done
echo "docker is ready"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): Can you add this code
  • Low reputation (1):
Posted by: Kavitha Hawaldar

79595475

Date: 2025-04-27 20:40:09
Score: 3
Natty:
Report link

You can't use loop when you only have one swiper-slide. Error message in the console. Just to explain your malfunction with the loop property.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: LKH-DEV 2023

79595465

Date: 2025-04-27 20:29:06
Score: 2
Natty:
Report link

You need to explicitly install pgvector - see https://github.com/pgvector/pgvector?tab=readme-ov-file#apt

For PG 17 it's sudo apt install postgresql-17-pgvector and then I can CREATE EXTENSION VECTOR

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alan Buxton

79595457

Date: 2025-04-27 20:23:05
Score: 2.5
Natty:
Report link

"icons": [ { "src": "icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "icon-512x512.png", "sizes": "512x512", "type": "image/png" } ]

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohammed omar

79595455

Date: 2025-04-27 20:22:05
Score: 3
Natty:
Report link

Restart Everything

2. Reset Jupyter Configuration

3. Change Default Port

4. Reinstall Dependencies

5. Check System Permissions

Prevention Tip:

Always properly shutdown kernels using the VS Code interface before closing notebooks.

If still not working:

Reasons:
  • Blacklisted phrase (2): still not working
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dalya Aljeaidi

79595438

Date: 2025-04-27 20:03:01
Score: 1
Natty:
Report link

I've had this same problem. The way I do it so re-composition happens when parts of the list is changed is by using SnapshotStateList

 val listOpenItems = remember { SnapshotStateList<Boolean>() }

SnapshotStateList is both a state object and a mutable list.

SnapshotStateList Documentation

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Waffler

79595432

Date: 2025-04-27 19:56:59
Score: 2
Natty:
Report link

ANDROID: PROTECT MY APPS FROM TRAFFIC: TRUE

GETSUPPORT**: TRUE DISPOSE OF SUPPORTS IRRELEVENT JUNK.**

DISPOSE OF SUPPORT.

REPLACE SUPPORT.

RESET SSO. IMMEDIATELY.

RESET ACCESS TO MY APPS BY ONLY MEMBERS WITH COMMON SENSE AND KNOWLEDGE APPROPRIATE TO DELIVER MY STOLEN ASSETS IMMEDIATELY

PAYBACK TIMES SEVENTEEN.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30387953

79595422

Date: 2025-04-27 19:41:56
Score: 1
Natty:
Report link

How to Fix This

1. Use the Offset Method (Reliable for Non-Exported Functions)

Since the function isn’t exported, calculate its address using the base address + offset seen in IDA:

var base = Module.findBaseAddress("your_binary_name");
var send_packet = base.add(0x1234); // Replace 0x1234 with the offset from IDA
Interceptor.attach(send_packet, {
   onEnter: function(args) {
      console.log("send_packet called!");
   }
});
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): How to Fix This
  • Low reputation (1):
Posted by: 001

79595417

Date: 2025-04-27 19:36:55
Score: 1
Natty:
Report link

Apparently the problem was related to an error in the documentation I was using. In particular RCCHECK(std_msgs__msg__Float64__init(&sub_msg)) was the line triggering the error.

My code was calling the RCCHECK macro on a function that returns a bool, not an rcl_ret_t. Since true != RCL_RET_OK (which is 0), it instantly trip the error handler. This error also apply to all the other type publisher initializers.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Giuseppe Festa

79595410

Date: 2025-04-27 19:27:53
Score: 1
Natty:
Report link

You can use request.build_absolute_uri()

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: xafizoff

79595398

Date: 2025-04-27 19:13:50
Score: 2
Natty:
Report link

When not overridden by a web page, the handling of an escape key press varies among different browsers.

In the Vivaldi browser, your browser, by default the escape key will stop page loading. This can be changed or removed in the Keyboard settings under "Page" (see the bottom of the image below).

The Vivaldi Page Settings

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When not
  • Low reputation (0.5):
Posted by: Charles Knell

79595396

Date: 2025-04-27 19:12:49
Score: 3
Natty:
Report link

So It seems to be they didn't update their documentation the value was updated from BILLING to GUSET_CHECKOUT [Code Snippet](https://i.sstatic.net/jymr5jiF.png)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mohammad

79595379

Date: 2025-04-27 18:58:46
Score: 1.5
Natty:
Report link

If somebody still struggles with this. I ended up creating my own Swift binary with both ScreenCaptureKit (for MacOS 13.0-14.1) and Core Audio Hardware Taps (for MacOS 14.2+). Here are the docs:

AFAIK, to support older MacOS, you either need to write C++/Objective-C to create a Kernel Extension (needs certification) or use some kind of virtual device (Blackhole, Loopback, SoundPusher). If you know a better way, please let me know.

But writing this Swift binary wasn't easy, especially in Swift 6 with new strict concurrency. And LLMs won't help much because Swift is a niche language, so they just don't know it very well, especially the newest syntax and methods like Actors, Sendable, etc. Here are some examples for SCK and Node.js:

You can later use this binary in your Electron code with the child_process module or a library like execa: https://github.com/sindresorhus/execa

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lucas Matuszewski

79595377

Date: 2025-04-27 18:58:46
Score: 3.5
Natty:
Report link

Instead of using bucket ARN use Access Point ARN.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 834 Tanishq Raj

79595370

Date: 2025-04-27 18:54:45
Score: 2.5
Natty:
Report link

I tried several experiments; the problem involves multiple parts:

1. Is there a dividing line between the columns?
the Document AI is not capable of detecting the dividing line between the two columns, so the problem remains as mentioned.
However, with a simple code, the image can be split into two separate images, and each can be processed individually—or a new image can be generated where the first column is placed at the top and the second column at the bottom (what is the maximum allowed image height in Google's program?).

2. Placing each text block in a box
Document AI also fails to recognize each column separately.

3. Coloring a text block
Document AI also fails to recognize the column.

4. Increasing the spacing between the two columns
This is generally successful, but it makes mistakes in some lines (this error occurs regardless of the presence of a column; sometimes a word randomly moves from its position to another line).

There are many things that would be good to explore solutions for. For example... how do we determine if a text block is a footnote?

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Muhammad Saeed

79595364

Date: 2025-04-27 18:45:44
Score: 2
Natty:
Report link
  1. Reconstruct Graph as SCC (Strongly COnnected Component) only, Thus making it a DAG.

  2. Once new Graph is constructed (SCC only) calculate InDeg for every vertices.

  3. Now find number of vertices with 0 indeg other then source. This would be our ans. (Note: this by default always be minimum as the Converting Graph to SCC pops out the SCC in linear/ DAG manner and we can check how all SCCs can be connected with each other to be 1 single SCC (which is goal but with minimum edges to be added))

    Now how to convert graph to SCC? Use of Kosaraju's Algorithm (https://www.geeksforgeeks.org/kosarajus-algorithm-in-c/)

    Only difficult part here is to to see how can implement Kosaraju's algo in the code as per the requirement which can sometimes tricky.

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Devansh Bhatt

79595360

Date: 2025-04-27 18:40:42
Score: 1.5
Natty:
Report link

you can generate CasADi functions into C code, but not MATLAB functions containing CasADi code, as far as I know.

Also, if you are looking for a software framework which allows to generate efficient code for MPC after specifying your problem using CasADi symbolics, I can highly recommend you acados, see https://docs.acados.org/ for the documentation.

Good luck!

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: FreyJo

79595353

Date: 2025-04-27 18:35:41
Score: 0.5
Natty:
Report link

In general you are right.
LinkedList is only in theory faster. Especially in Java, LinkedList has a memory overhead because of the 2 pointers (it is actually a double linkedlist). So the memory usage is worse and in practice degrades the performance.
ArrayList is almost always (there are only very few edge cases) faster and more efficient than LinkedList and also ArrayDeque. And you are right, for these Edge Cases, ArrayDeque is the better choice.
As a Bonus Point: ArrayList is backed by a single continguous array in memory. The CPUs are much faster in accessing sequential memory. The hotspot optimizations (the JIT compiler) are working better with the array like memory layouts.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mr__Steel

79595351

Date: 2025-04-27 18:34:41
Score: 3
Natty:
Report link

Benjamin's answer did not work for me, although service.seize.queue.statsSize.mean() does work (in the question you mentioned sieze, notice the typo).

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: raitonoberu

79595342

Date: 2025-04-27 18:19:38
Score: 1.5
Natty:
Report link

In my nuxt.config.ts I had this code bit:

  tailwindcss: {
    cssPath: '~/assets/css/tailwind.css',
    configPath: 'tailwind.config.js ',
  },

This is what broke it, even though the paths were correct.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Digital Forge

79595334

Date: 2025-04-27 18:13:36
Score: 0.5
Natty:
Report link

I solved the problem by removing the "splah" attribute from the app.json file. Hope this was helful for you guys. This issue would have occured when you upgraded from expo v50.0 to 52.0.

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ahmad Raza Khokhar

79595331

Date: 2025-04-27 18:13:36
Score: 1
Natty:
Report link

$("#testButton").click(function() {
  $.ajax({
    method: "get",
    async: false,
    url: "/test"
  }).done(function (response){
    alert(response.imageData);
    $("#resultImage").attr("src", "data:image/png;base64," + response.imageData);
  });
});

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Emerald Inn

79595330

Date: 2025-04-27 18:13:36
Score: 1.5
Natty:
Report link

allprojects {
    repositories {
        ....
        // Add this
        maven { url "https://maven.scijava.org/content/repositories/public/" }
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fazil Kunhamed

79595323

Date: 2025-04-27 18:05:34
Score: 2
Natty:
Report link

There is an open feature request to implement this:

https://gitlab.com/gitlab-org/gitlab/-/issues/217206

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: JamesWilson

79595319

Date: 2025-04-27 18:00:33
Score: 0.5
Natty:
Report link

As @Remy Lebeau suggested in the comments, you should use `INTERNET_OPTION_PER_CONNECTION_OPTION`. The full solution might look like this:

#include <windows.h>
#include <wininet.h>
#include <iostream>

#pragma comment(lib, "wininet.lib")

int main() {
    INTERNET_PER_CONN_OPTION_LIST optionList;
    INTERNET_PER_CONN_OPTION options[3];
    unsigned long size = sizeof(optionList);

    optionList.dwSize = sizeof(optionList);
    optionList.pszConnection = NULL;
    optionList.dwOptionCount = 3;
    optionList.pOptions = options;

    options[0].dwOption = INTERNET_PER_CONN_FLAGS;
    options[1].dwOption = INTERNET_PER_CONN_PROXY_SERVER;
    options[2].dwOption = INTERNET_PER_CONN_PROXY_BYPASS;

    if (!InternetQueryOption(NULL, INTERNET_OPTION_PER_CONNECTION_OPTION, &optionList, &size)) {
        std::cout << "InternetQueryOption failed. Error: " << GetLastError() << std::endl;
        return 1;
    }

    std::cout << "Flags: " << optionList.pOptions[0].Value.dwValue << std::endl;

    if (optionList.pOptions[1].Value.pszValue)
        std::wcout << L"Proxy Server: " << optionList.pOptions[1].Value.pszValue << std::endl;

    if (optionList.pOptions[2].Value.pszValue)
        std::wcout << L"Proxy Bypass: " << optionList.pOptions[2].Value.pszValue << std::endl;

    if (optionList.pOptions[1].Value.pszValue)
        GlobalFree(optionList.pOptions[1].Value.pszValue);
    if (optionList.pOptions[2].Value.pszValue)
        GlobalFree(optionList.pOptions[2].Value.pszValue);

    return 0;
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Remy
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Joe J

79595315

Date: 2025-04-27 17:58:32
Score: 3.5
Natty:
Report link

ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/home/ilyas/myenv/lib/python3.13/site-packages/numpy'

Check the permissions.

I am on Kali Linux and I tried to install numpy with this command:

pip install numpy

But I have gotten the output:

Collecting numpy
  Downloading numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (62 kB)
Downloading numpy-2.2.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.1/16.1 MB 7.2 MB/s eta 0:00:00
Installing collected packages: numpy
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/home/ilyas/myenv/lib/python3.13/site-packages/numpy'
Check the permissions.

Tried with sudo pip install numpy, straight up told it that pip didnt exist (in the root directory, of course.)

Can anyone fix this?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user30387352

79595304

Date: 2025-04-27 17:48:30
Score: 1.5
Natty:
Report link

I had the same issue before upgrading. After upgrading to "react-native": "0.77.2", the problem was solved.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Arda

79595299

Date: 2025-04-27 17:47:30
Score: 0.5
Natty:
Report link

Almost all of these require ANNOTATIONS.

For a manual/programmatic approach, use the following:

LinkedHashMap<String, String> post = parsePutParams(IOUtils.toString(request.getInputStream(), StandardCharsets.UTF_8))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Orubel

79595291

Date: 2025-04-27 17:39:28
Score: 7.5 🚩
Natty: 4.5
Report link

I'm sorry I don't have an answer, but did you ever figure this out or find another approach to this problem?

Reasons:
  • RegEx Blacklisted phrase (3): did you ever figure this out
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: boylingpoynt

79595287

Date: 2025-04-27 17:32:26
Score: 2
Natty:
Report link

According to the official binance documentation, requests support sending data in the request body, not in the url. Try doing it this way, it shouldn't depend on the url length.

As far as I understand this is still what you are trying to do, here is the binance documentation.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: zimch

79595282

Date: 2025-04-27 17:26:24
Score: 1
Natty:
Report link

You can change the page width in analysis_options.yaml to fix that.

include: package:flutter_lints/flutter.yaml

formatter:
  page_width: 80
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sukhchain Singh

79595280

Date: 2025-04-27 17:26:24
Score: 1
Natty:
Report link

You have to use JavaScript, but there is a way to open the colorpicker:

function openPick {
  document.getElementByd("picker").style.display = block;
};
#picker {
  display: none;
}
<input type="color" id="picker">
<button onclick="openPick">Click to open picker</button>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Code Kinny

79595279

Date: 2025-04-27 17:25:24
Score: 3.5
Natty:
Report link

This document: Microsoft Agent show all vmimage enter image description here

So ,you can choose:windows-2022 or windows-2019

Reasons:
  • Blacklisted phrase (1): This document
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 我零0七

79595272

Date: 2025-04-27 17:16:22
Score: 2.5
Natty:
Report link

I found Windows procmon very helpful in diagnosing the issue.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Farid Z

79595270

Date: 2025-04-27 17:14:21
Score: 3
Natty:
Report link

If you use Laravel in phpStorm and use "barryvdh/laravel-ide-helper", change/click directory "Models", right click -> "Mark directory as" -> "Excluded"

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sergey Kondratev

79595265

Date: 2025-04-27 17:08:20
Score: 1.5
Natty:
Report link

We just need to merge the two: P is inferred through P, and MNs (and potentially the other generic parameters) are inferred through t_Prisma<MNs>, with both P and t_Prisma<MNs> being part of the constructor parameters.

constructor(_prisma: P & t_Prisma<MNs>)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user27246336