79653686

Date: 2025-06-05 01:32:05
Score: 4.5
Natty: 5
Report link

This person is upload my home picture my secret picture https://www.facebook.com/share/19QmTzB3VJ/?mibextid=qi2Omg

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

79653679

Date: 2025-06-05 01:22:02
Score: 1.5
Natty:
Report link

Hello

You are simply not running the backend.

Following problems could be the issue:

  1. You are using invalid port when running a request from front end to back end

  2. You are not running the back end code on your machine

  3. The backend is running on the correct process, but there where an error that was occured that you may know about which made the backend server go down

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

79653674

Date: 2025-06-05 01:12:00
Score: 3.5
Natty:
Report link

NoteGen supports WebDAV, which is an open-source project. You can refer to how it is implemented

https://github.com/codexu/note-gen

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: codexu

79653666

Date: 2025-06-05 01:01:57
Score: 0.5
Natty:
Report link

you can try to select the column and unpivot other columns in PQ

enter image description hereenter image description here

then use dax to create a column

Column=

IF ( FORMAT ( TODAY (), "mmm" ) = 'Table'[Attribute], "y" )

enter image description hereenter image description here

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

79653655

Date: 2025-06-05 00:40:52
Score: 0.5
Natty:
Report link

Microsoft provides a module for Dynamic IP Restrictions.

The Dynamic IP Restrictions (DIPR) module for IIS 7.0 and above provides protection against denial of service and brute force attacks on web servers and web sites. To provide this protection, the module temporarily blocks IP addresses of HTTP clients that make an unusually high number of concurrent requests or that make a large number of requests over small period of time.

See https://learn.microsoft.com/en-us/iis/manage/configuring-security/using-dynamic-ip-restrictions

To Install

From the Select Role Services screen, navigate to Web Server (IIS) > Web Server > Security. Check the IP and Domain Restrictions check box and click Next to continue.

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

79653654

Date: 2025-06-05 00:39:52
Score: 1.5
Natty:
Report link
{
  "key": "1 2",
  "command": "editor.action.quickFix",
  "when": "editorHasCodeActionsProvider && textInputFocus && !editorReadonly"
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Get Man

79653642

Date: 2025-06-05 00:17:47
Score: 3
Natty:
Report link

The answer is easy. All you have to do is know that Africa is loaded with personal issues. And you'll be able get friendly casper linux working for you!

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

79653639

Date: 2025-06-05 00:04:44
Score: 3
Natty:
Report link

After debugging (and acknowledging that I'm ****):

ELASTICSEARCH_SERVICEACCOUNTTOKEN contained unsupported character.

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

79653633

Date: 2025-06-04 23:52:42
Score: 3
Natty:
Report link

If you prefer not to modify your code, you can disable the inspection in IDE following these steps:

Settings > Editor > Inspections > Unclear exception clausesa, uncheck it.

It works for PyCharm 2023.1.2. @Daniel Serretti mentioned that the name of this rule was something like "too broad" in older versions.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Daniel
  • Low reputation (1):
Posted by: Winhows

79653626

Date: 2025-06-04 23:43:39
Score: 0.5
Natty:
Report link

The most likely situation here is that you were failing the DBT alignment rules, which for arm systems need to be loaded at a 8-byte boundary (https://www.kernel.org/doc/Documentation/arm64/booting.txt).

Setting UBOOT_DTB_LOADADDRESS = "0x83000000" like you did will guarantee that.

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

79653625

Date: 2025-06-04 23:40:39
Score: 1
Natty:
Report link

Probably the easiest,

run: |
  VERSION=$(jq -r .version package.json)
  echo "Full version: $VERSION"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shashan Sooriyahetti

79653622

Date: 2025-06-04 23:32:37
Score: 6 🚩
Natty:
Report link

I can't upvote because my account is new, but I'm having this same issue. I have tried with a GC project linked to AppsScript. I have tried with a fresh, unlinked GC project. Same issue. I filed a bug with GC Console team and they closed it and pointed towards Workspace Developer support.

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1): Same issue
  • RegEx Blacklisted phrase (2): can't upvote
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TheInternet

79653606

Date: 2025-06-04 23:04:30
Score: 0.5
Natty:
Report link

You need to change:

if (i % 7 == 0) 
{
    System.out.print(calformat1 + "  ");
} 

to:

if (i % 7 == 6) {
    System.out.println();
}
System.out.print(calformat1 + "  ");

% 7 == 6 is true for i = 6, 13, 20, 27... This creates the row breaks at the right intervals for your desired layout.

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

79653603

Date: 2025-06-04 23:00:29
Score: 0.5
Natty:
Report link

If you need to add MFA to Strapi without writing custom code, you might try the HeadLockr plugin. It provides:

Admin-side MFA (so your administrators can enroll TOTP or other second factors)

Content-API MFA (so you can protect certain endpoints with a second factor)

Disclosure: I’m one of the contributors to HeadLockr. You can install it via npm/yarn, configure your preferred provider, and have MFA running in a few minutes. Hope this helps!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cloudhead Bookings

79653591

Date: 2025-06-04 22:42:24
Score: 3
Natty:
Report link

Thank you, I had the same issue.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): I had the same
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Prabhat Thapa

79653580

Date: 2025-06-04 22:32:22
Score: 0.5
Natty:
Report link

I'm not sure if this exactly addressed your question, but I'll mention how I manipulate the basemap's size/zoom level when I'm using contextily

For the sake of the example, have a geodataframe of train stops in San Francisco:

print(bart_stops)
                     stop_name                           geometry
16739    16th Street / Mission   POINT (-13627704.79 4546305.962)
16740    24th Street / Mission  POINT (-13627567.088 4544510.141)
16741              Balboa Park  POINT (-13630794.462 4540193.774)
16742  Civic Center / UN Plaza  POINT (-13627050.676 4548316.174)
16744              Embarcadero   POINT (-13625180.62 4550195.061)
16745                Glen Park  POINT (-13629241.221 4541813.891)
16746        Montgomery Street   POINT (-13625688.46 4549691.325)
16747            Powell Street   POINT (-13626327.99 4549047.884)

and I want to plot that over a contextily basemap of all of San Francisco. However, if I just add the basemap, I get a plot where the basemap is zoomed into the points -- you can't see the rest of the geography. No matter what I do to figsize it will not change.

fig, ax = plt.subplots(figsize=(5, 5))
bart_stops.plot(ax=ax, markersize=9, column='agency', marker="D")
cx.add_basemap(ax, source=cx.providers.CartoDB.VoyagerNoLabels, crs=bart_stops.crs)
ax.axis("off")
fig.tight_layout();

enter image description here

To get around this, I manipulate the xlim and ylim of the plot, by referencing another geodataframe with a polygon of the area I'm interested in (I would get that using pygris in the U.S. to get census shapefiles-- I'm less familiar with the options in other countries). in this case I have the following geodataframe with the multipolygon of San Francsico.

print(sf_no_water_web_map)
                   region                                           geometry
0  San Francisco Bay Area  MULTIPOLYGON (((-13626865.552 4538318.942, -13...

plotted together with the train stops, they look like this:

fig, ax = plt.subplots(figsize=(5, 5))
sf_no_water_web_map.plot(ax=ax, facecolor="none")
bart_stops.plot(ax=ax);

enter image description here

With that outline of the city sf_no_water_web_map, I can set the xlim and ylim of a plot -- even when I don't explicitly plot that geodataframe -- by passing its bounds into the axis of the plot.

fig, ax = plt.subplots(figsize=(5, 5))
bart_stops.plot(ax=ax, markersize=9, column='agency', marker="D")
# Use another shape to determine the zoom/map size
assert sf_no_water_web_map.crs == bart_stops.crs
sf_bounds = sf_no_water_web_map.bounds.iloc[0]
ax.set(xlim = (sf_bounds['minx'], sf_bounds['maxx']),
       ylim = (sf_bounds['miny'], sf_bounds['maxy'])
       )
ax.axis("off")
fig.tight_layout()
cx.add_basemap(ax, source=cx.providers.CartoDB.VoyagerNoLabels, crs=bart_stops.crs)

enter image description here

Hopefully that connects to your desire to re-size the basemap.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Peter

79653567

Date: 2025-06-04 22:19:17
Score: 1
Natty:
Report link
import pandas as pd
import numpy as np

start_date = "2024-09-01"
end_date = "2025-04-30"

# date range with UK timezone (Europe/London)
date_range = pd.date_range(start=start_date, end=end_date, freq='h', tz='Europe/London')
dummy_data = np.zeros((len(date_range), 1))

df = pd.DataFrame(dummy_data, index=date_range)


# Sunday March 30th at 1am
print(df.resample('86400000ms').agg('sum').loc["2025-03-29": "2025-04-01"])
#                              0
# 2025-03-29 23:00:00+00:00  0.0
# 2025-03-31 00:00:00+01:00  0.0
# 2025-04-01 00:00:00+01:00  0.0
print( df.resample('1d').agg('sum').loc["2025-03-29": "2025-04-01"])
#                             0
# 2025-03-29 00:00:00+00:00  0.0
# 2025-03-30 00:00:00+00:00  0.0
# 2025-03-31 00:00:00+01:00  0.0
# 2025-04-01 00:00:00+01:00  0.0

Above is a minimal example to reproduce your problem. I believe the issue is with resampling by 86400000ms, which causes an error when skipping the DST transition on Sunday, March 30th at 1 a.m. Why not resample by '1d' instead?

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

79653566

Date: 2025-06-04 22:17:17
Score: 1
Natty:
Report link

Take a look at the official docs:

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.concepts.html

Java specific example here:

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.client.run-application-java.html

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

79653555

Date: 2025-06-04 22:01:14
Score: 2.5
Natty:
Report link
  1. Create a SQL job with script that picks up the status

  2. If you have monitoring in place - you could generate an alert that goes to the server event logs if not right

  3. The other option is sp_send email assuming you can send emails from the server. (Configure DB Mail first)

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

79653554

Date: 2025-06-04 22:01:14
Score: 2.5
Natty:
Report link

I tried everything above, but I was still seeing it in the Endpoints Explorer.
There a were couple of references to it in ~\obj\Debug\net9.0\ApiEndpoints.json
Closing the project and cleaning out the ~\obj\Debug folder fixed it.

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

79653550

Date: 2025-06-04 21:59:13
Score: 0.5
Natty:
Report link

You're running into this because szCopyright, while declared const, isn't a constant expression from the compiler's point of view during the compilation of other modules. In C, only literal constants can be used to initialize variables with static storage duration, like your myReference. The workaround is to take the address of szCopyright instead, which is a constant expression, like this: static const void *myReference = &szCopyright;. This ensures the symbol gets pulled into the final link without violating compiler rules. Just make sure szCopyright is defined in only one .c file and declared extern in the header.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Karen Brewer

79653547

Date: 2025-06-04 21:57:12
Score: 0.5
Natty:
Report link

If your purpose is to display a custom invalid email message. you only need to add data-val-email="Custom messege" in input field. Here is the updated form.It works with jquery.validate.js and jquery.validate.unobtrusive.js.

<form id="myForm">

<input id="email" type="email" name="email" data-val="true" data-val-required="Email cannot be empty" data-val-email="Please add valid email">&nbsp;<span style="font-size: smaller; color: red" data-valmsg-for="email" data-valmsg-replace="true"></span>
<button id="btnconfirm" class="button" type="submit">Confirm</button>

enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Muhammad Zeeshan

79653542

Date: 2025-06-04 21:49:10
Score: 2.5
Natty:
Report link

Try putting in a comment in your language such as //jump point then open the Find bar and enter the comment you choose. Then use the find bar arrows to jump to that place in the code.

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

79653537

Date: 2025-06-04 21:45:09
Score: 3.5
Natty:
Report link

This is the equivalent of playwright for desktop:

https://github.com/mediar-ai/terminator/blob/main/README.md

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Louis Beaumont

79653535

Date: 2025-06-04 21:40:08
Score: 3.5
Natty:
Report link

In response No. 2, please separate the text for the simple product button and the variable product button. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: siavash mahmudi

79653525

Date: 2025-06-04 21:35:06
Score: 1.5
Natty:
Report link

When you install a package with pip and the installation fails, pip does not automatically uninstall any successfully installed dependencies.

Check which packages were recently installed with this command:

pip list --format=columns
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you in
  • Low reputation (1):
Posted by: JosueDanielChitay

79653518

Date: 2025-06-04 21:31:05
Score: 3
Natty:
Report link
  1. Click the keyboard.

  2. Click the hamburger (the horizontal lines) at the bottom of the icons that pop-up.

  3. Click Show on-screen keyboard.

enter image description here

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

79653513

Date: 2025-06-04 21:24:03
Score: 5
Natty:
Report link

I keep getting 404 when I tried accessing the "http://localhost:8081/artifactory", does anyone else faced the same issue?

Logs shows:
Cluster join: Retry 405: Service registry ping failed, will retry. Error: I/O error on GET request for "http://localhost:8046/access/api/v1/system/ping": Connection refused

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.jfrog.access.server.db.util.AccessJdbcHelperImpl]: Constructor threw exception
    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:222)
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:145)
    at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:318)
    ... 176 common frames omitted
Caused by: org.jfrog.storage.dbtype.DbTypeNotAllowedException: DB Type derby is not allowed: Cannot start the application with a database other than PostgreSQL. For more information, see JFrog documentation.
    at org.jfrog.storage.util.DbUtils.assertAllowedDbType(DbUtils.java:884)

Which I installed and configured the PostgreSQL however, the logs keep showing the same things, which is very annoying... I must be missing something.

I've also tried installing on Ubuntu 22.04 using different Artifactory version just to test but still same errors. What am I missing?

Reasons:
  • RegEx Blacklisted phrase (3): does anyone else
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30723488

79653512

Date: 2025-06-04 21:23:03
Score: 4
Natty:
Report link

This is a bug in the Docling https://github.com/docling-project/docling code as of 4-Jun-2025.

I also face the same issue.

The pull request #285, https://github.com/docling-project/docling-core/pull/285, will add a feature which is expected to solve the problem of cells in tables containing images.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I also face the same issue
  • Low reputation (0.5):
Posted by: Chandan

79653511

Date: 2025-06-04 21:22:02
Score: 5
Natty:
Report link

Where did ai go? You're asking here

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Where did
  • Low reputation (1):
Posted by: Era Osa

79653510

Date: 2025-06-04 21:21:02
Score: 1.5
Natty:
Report link

Pip shouldn't uninstall package dependencies if the installation failed.

If you think it might have, just try to import the dependent package to test it yourself.

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

79653509

Date: 2025-06-04 21:20:01
Score: 1.5
Natty:
Report link

So you're running a FastAPI ML service with CPU-intensive SVD computations on the main thread, and you're seeing occasional throttling. You already scaled up Gunicorn workers, but you are wondering if you should move this to a separate thread or any best practices, right?

Ah, CPU-bound work in FastAPI can be tricky! Threads might not help much because of Python’s GIL, but let me show you a few approaches we’ve seen work well.

So the first step is ProcessPoolExecutor (Quick Fix)

For lighter workloads, offload to a separate process:

from concurrent.futures import ProcessPoolExecutor  
import asyncio  

def _compute_svd(matrix: np.ndarray):  
    return np.linalg.svd(matrix, full_matrices=False)  

async def svd_with_fallback(self, matrix):  
    with ProcessPoolExecutor() as executor:  
        return await asyncio.get_event_loop().run_in_executor(executor, _compute_svd, matrix)  

Pros: Simple, uses multiple cores.
Cons: Overhead for large matrices (serialization costs).

If you’re already hitting CPU limits, then a job queue(like Celery) might be better for scaling.

So the next step is Celery + Redis (Production-Grade)

@celery.task  
def async_svd(matrix_serialized: bytes) -> bytes:  
    matrix = pickle.loads(matrix_serialized)  
    U, S, V = np.linalg.svd(matrix)  
    return pickle.dumps((U, S, V))  

Pros: Decouples compute from API, scales horizontally.
Cons: Adds Redis/RabbitMQ as a dependency.

If you are thinking about optimizing Gunicorn further, so I mean, if you’re sticking with more workers:

gunicorn -w $(nproc) -k uvicorn.workers.UvicornWorker ...  

Match workers to CPU cores.

Check for throttling in htop—if it’s kernel-level, taskset might help.

Maybe you are considering any low-hanging performance optimizations, right?

For SVD specifically, you could try Numba(if numerical stability allows):

from numba import njit  
@njit  
def svd_fast(matrix):  
    return np.linalg.svd(matrix)  # JIT-compiled  

But test thoroughly! Some NumPy-SVD optimizations are already BLAS-backed.
I’d start with ProcessPoolExecutor—it’s the least invasive. If you’re still throttled, Celery’s the way to go. Want me to dive deeper into any of these?

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Arthur Boyd

79653508

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

I'm very late to this question, but we find VSTO add-ins work fine with both 32-bit and 64-bit Office when using either x86 or AnyCPU. Using x64 only works with 64-bit Office.

We see some small performance improvements working with the 64-bit except when running our tests from Nunit. Our nunit tests with 64-bit Office are much slower than before. Not sure why that is but at least they do still work.

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

79653505

Date: 2025-06-04 21:16:00
Score: 1.5
Natty:
Report link

I put more content into the subject and body of the test message my script was sending, and it was delivered to the To mailbox from the "send as" account.

To anyone reading this in the future, put more that just "Test sub" and "Test bod" in the subject and body of your test messages, or google will likely think they're spam, or just too low effort to be a meaningful message.

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

79653503

Date: 2025-06-04 21:14:59
Score: 3.5
Natty:
Report link

I fought with this for hours until this comment. The problem was that I needed to restart the computer before PowerShell would recognize it. (facepalm)

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: pringleb

79653493

Date: 2025-06-04 21:08:58
Score: 2.5
Natty:
Report link

rm -rf node_modules package-lock.json

Rebuilds node_modules and package-lock.json based on the simplified package.json.

npm install

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Javidan-R

79653487

Date: 2025-06-04 21:05:56
Score: 4.5
Natty: 4
Report link

āφāĻŽāĻžāϰ āϏāĻ•āϞ āĻāĻ•āĻžāωāĻ¨ā§āϟ āĻĢāĻŋāϰāĻŋāϝāĻŧ⧇ āĻĻ⧇āĻ“āϝāĻŧāĻžāϰ āϜāĻ¨ā§āϝ āφāĻŽāĻŋ āĻ•āĻ°ā§āϤ⧃āĻĒāĻ•ā§āώ āϏāĻ•āϞ āĻ…ā§āϝāĻžāĻ•āĻžāωāĻ¨ā§āϟ āφāĻŽāĻžāϰ āĻĢāĻŋāϰāĻŋāϝāĻŧ⧇ āĻĻ⧇āĻ“āϝāĻŧāĻžāϰ āϜāĻ¨ā§āϝ āφāĻŽāĻŋ āĻ…āĻ­āĻŋāϝ⧋āĻ— āϜāĻžāύāĻžāχ āϝ⧇āύ āφāĻŽāĻžāϰ āĻ›āĻŦāĻŋ āĻ­āĻŋāĻĄāĻŋāĻ“ āĻāĻ•āĻžāωāĻ¨ā§āϟ āĻŦāĻŋāĻ•āĻžāĻļ āϏāĻŦ āĻ•āĻŋāϛ⧁ āϝ⧇āύ āĻĢāĻŋāϰāĻŋāϝāĻŧ⧇ āĻĻ⧇āϝāĻŧ āĻšā§āϝāĻžāĻ•āĻžāϰ āϚāĻ•ā§āϰ āύāĻŋāϝāĻŧ⧇ āϗ⧇āĻ›āĻŋāϞ āϜāĻŋāĻŽā§‡āχāϞ āφāχāĻĄāĻŋ āϏāĻŦāĻ•āĻŋāϛ⧁ āύāĻŋāϝāĻŧ⧇ āϗ⧇āϛ⧇ āφāĻŽāĻžāϰ āϏāĻŦāĻ•āĻŋāϛ⧁ āĻĢāĻŋāϰ⧇ āĻĒ⧇āϤ⧇ āϚāĻžāχ āĻ•āĻ°ā§āϤ⧃āĻĒāĻ•ā§āώ⧇āϰ āĻ•āĻžāϛ⧇ āĻ…āĻ­āĻŋāϝ⧋āĻ— āϜāĻžāύāĻžāχ āφāĻŽāĻžāϰ āύāĻžāĻŽā§āĻŦāĻžāϰ āĻĻāĻŋāϝāĻŧ⧇ āĻĻāĻŋāϞāĻžāĻŽ āφāĻŽāĻžāϰ āϏāĻžāĻĨ⧇ āĻ…āĻŦāĻļā§āϝāχ āϝ⧋āĻ—āĻžāϝ⧋āĻ— āφāĻļāĻž āĻ•āϰāĻŋ āĻ•āϰāĻŦ⧇āύ āφāĻŽāĻŋ āĻāĻ•āϟāĻž āĻ—āϰ⧀āĻŦ āĻ…āϏāĻšāĻžāϝāĻŧ āĻŽāĻžāύ⧁āώ 01305092665 āĻāϟāĻž āφāĻŽāĻžāϰ āύāĻžāĻŽā§āĻŦāĻžāϰ

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Md Azizul Haque

79653478

Date: 2025-06-04 20:54:53
Score: 2
Natty:
Report link

The problem has been resolved. It was not a code issue or problem with the computer settings. It was a security issue. While my application could be run, all the DLLs were blocked. It turns out multiple internal applications were failing for this reason, although I was only told about my application, initially. Once the DLLs were manually unblocked, the application worked fine.

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

79653476

Date: 2025-06-04 20:54:53
Score: 1.5
Natty:
Report link

We found, due to the recent Windows Update, jscript9legacy.dll was getting used instead of jscript.dll (per this reference: Script errors in Working Papers Caseview - Windows 24H2 Update). According to Caseview, "jscript9legacy.dll does not contain the full functionality" as jscript.dll.

Using Solution 2 from the reference above, we created a new registry key to load "jscript.dll" as default instead of the replacement DLL "jscript9legacy.dll".

Now when we call the Server Side JavaScript function, we no longer get the specified error.

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

79653475

Date: 2025-06-04 20:53:52
Score: 1.5
Natty:
Report link

I had the same error on my Mac. it solved by typing "sudo pip install google-adk". without sudo permission does not work

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

79653474

Date: 2025-06-04 20:53:52
Score: 1.5
Natty:
Report link

I'm horribly late but....

Installed the wrong JDK. I installed 1.8.0_51, but I SHOULD of went with 1.6.0_45. The program like. actually gets further now, and I get to a similar spot as OP.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: qwerty keyboard

79653462

Date: 2025-06-04 20:44:50
Score: 1.5
Natty:
Report link

The answer was provided by the Zephyr Espressif Discord group.

In my build command I was targeting the APPCPU

build\esp32_devkitc_wroom\esp32\appcpu

I should have targeted the PROCPU which is the main boot core.

Once changed the build was successful and showed the correct RAM value

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

79653460

Date: 2025-06-04 20:44:50
Score: 1.5
Natty:
Report link

with Savedstate version 1.3.0, we can use like this


@Serializable
data class UiState(
    @Serializable(with = SnapshotStateListSerializer::class)
    val items: SnapshotStateList<String>,
    
    @Serializable(with = MutableStateSerializer::class)
    val text: MutableState<String>
)

https://developer.android.com/jetpack/androidx/releases/savedstate#1.3.0:\~:text=Add%20SnapshotStateListSerializer%20to%20support%20mutableStateListOf.

https://developer.android.com/jetpack/androidx/releases/savedstate#1.3.0:\~:text=Support%20%40Serializer(with%20%3D%20...)%20for%20MutableStateFlowSerializer%20and%20MutableStateSerializer%20(I90953)

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

79653458

Date: 2025-06-04 20:41:49
Score: 5
Natty:
Report link

I found the patch for fixing this issue. You can find it here: https://www.drupal.org/files/issues/2025-03-18/2124117-29.patch

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chris Howell

79653452

Date: 2025-06-04 20:38:48
Score: 4
Natty:
Report link

Open Services and go to the Firebird Service then:

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: PÊrcoles Tiago Napivoski

79653451

Date: 2025-06-04 20:37:47
Score: 3
Natty:
Report link

Your question is not clear, is it MPesa C2B or to a phone number?

If you're receiving through a paybill or till number then there is an api (Daraja)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: birgen

79653449

Date: 2025-06-04 20:35:46
Score: 10 🚩
Natty: 5.5
Report link

@webDev_434 , did you find the solution ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find the solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Nischay Maridevegowda

79653433

Date: 2025-06-04 20:17:41
Score: 0.5
Natty:
Report link

You can enable automatic update of those links when you open the workbook. First check that this is allowed in you organisation, if it is the case you can follow those steps:

  1. Go to File => Options

  2. Go to the Thrust Center tab and click on "Trust Center Settings..." box

  3. Go to External Center tab

  4. In Security settings for Workbook links part and check the "Enable automatic update for all Workbook links" box

  5. Click on Ok and go out of settings

  6. On the ribbon go to Data => Edit links

  7. Click on "Startup Promptâ€Ļ" box

  8. In the popup window select "Don't display the alert and update links" box

  9. Click on Ok and then on close

  10. Save the Excel file

The links should update automatically and you should not get the popup anymore.

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

79653432

Date: 2025-06-04 20:16:41
Score: 2.5
Natty:
Report link

I was using a library (SAMD_PWM) that wanted SerialUSB, but it was undefined in my IDE.

At the beginning of my sketch I simply added:

#define SerialUSB Serial

and everything worked fine.

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

79653427

Date: 2025-06-04 20:08:39
Score: 0.5
Natty:
Report link

Is there any way I can determine if the query is truly safe? My current IsQuerySafe(string) method

That rather sounds like The Halting Problem...., but

Essentially, I want to only allow select queries

Use a different database login (ie. connection string) that has only read access. Any attempt to perform a modification will be an access violation. (On SQL Serve a user with just db_datareader role would do it on the relevant database, and no access at all to others.)

Reasons:
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there any
  • High reputation (-2):
Posted by: Richard

79653423

Date: 2025-06-04 20:04:37
Score: 1
Natty:
Report link

You can add it to your entrypoint before exec-ing the main command

#!/usr/bin/env bash

ulimit -c unlimited
echo '/core.%e.%p' > /proc/sys/kernel/core_pattern

exec "$@"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jakeonfire

79653415

Date: 2025-06-04 19:58:36
Score: 1
Natty:
Report link

You can disable privacy level controls, please make sure that this is in accordance with your organisation policy.

To do so you can follow those steps:

  1. Go to Power Query settings

  2. In the Global options go to privacy section in the left panel

  3. Check the "Always ignore Privacy Level settings" box and click on Ok

  4. Refresh your data in Power Query

  5. Save and apply

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

79653400

Date: 2025-06-04 19:45:32
Score: 0.5
Natty:
Report link

Input/raw_input take a string as an argument, for this purpose, that is printed before what is input:

me_typed = input('Me: ')

That's it. The user will see "Me: ", they will see the characters they type after it. No need for print, since it's included.

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

79653394

Date: 2025-06-04 19:40:31
Score: 1
Natty:
Report link

Christian has a good hack for an answer here, but perhaps a more updated CSS hack would be to use user-select: none:

.CodeMirror-gutter-wrapper {
  user-select: none;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dykotomee

79653392

Date: 2025-06-04 19:39:30
Score: 1.5
Natty:
Report link

In TYPO3 v13 there is now the possibility to add GET params to a white list:

$GLOBALS['TYPO3_CONF_VARS']['FE']['cacheHash']['cachedParametersWhiteList'] = param1, param2;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Stefan Padberg

79653387

Date: 2025-06-04 19:36:29
Score: 0.5
Natty:
Report link

so I discovered that when you sign up for an Azure FREE account, there's times when you can sign up, but NOT have a subscription associated. So it's basically a shell account until you link it to the free subscription itself. It's odd because I've seen walkthroughs where the subscription is part of the setup of the free account, and times when it just skips over the subscription.

What I had to do to resolve this issue was:

1.) Log into the portal.azure.com account

2.) In the search look for "subscriptions"

3.) When you get there you will see that Microsoft has the option for the free or pay as you go subscription. Choose free.

4.) It'll walk you through adding your debit card, 2 factor authentication, etc.

5.) Once done this issue is resolved.

Let me know if this helps.

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

79653385

Date: 2025-06-04 19:35:29
Score: 1
Natty:
Report link

You should separate these calculations. Leave only 2000 in cell F5, and place the final calculation =F5+3000*A5 in another cell, e.g. H5.

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: MGonet

79653384

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

I don't know if Stackoverflow is the right place to discuss this question.

Stack Overflow usually discusses questions regarding programming and computer science in general.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jilvin Jacob

79653380

Date: 2025-06-04 19:31:27
Score: 4
Natty:
Report link

Follow traffic signals

Drive Carefully

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Naveen Kumar Sahu

79653376

Date: 2025-06-04 19:29:27
Score: 1.5
Natty:
Report link

Changed the way I'm calling script2 seems to have done the trick:

& "$jobFilesPath\script2.ps1" @params -Verbose
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: StackExchangeGuy

79653373

Date: 2025-06-04 19:28:25
Score: 8 🚩
Natty: 6.5
Report link

I'm looking to d othe same thing. Have you had any luck with that yet ? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1.5): any luck
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David

79653372

Date: 2025-06-04 19:27:25
Score: 2.5
Natty:
Report link

ok, i have managed it another way: creating my own js widget using the loadWysiwygFromTextarea js library.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Ahrimann Steiner

79653368

Date: 2025-06-04 19:26:25
Score: 2
Natty:
Report link

You should not need to mock a protected method. You should really only need to mock the public api of a dependency. You should be able to do whatever you want by mocking directly the method that is being called by your object under test. If your object under test is directly calling the protected method, it should really be changed to public.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jamy Spencer

79653362

Date: 2025-06-04 19:22:23
Score: 1
Natty:
Report link

The following works for me on my machine (Ubuntu-22.04).

On The line you want to duplicate: copy as usual: Ctrl+c

Then, while on the same line, past it (also, as usual): Ctrl+v

This will duplicate the line below the original one.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: bakursait

79653347

Date: 2025-06-04 19:10:20
Score: 3
Natty:
Report link

Use the Filter selector button to open and change the current filtering type, as in the picture:

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

79653346

Date: 2025-06-04 19:04:18
Score: 2
Natty:
Report link

Faced the same problem. This 1:12 YouTube video helped!

Search for Services in the start menu search box.

Search for your MySQL application, like MYSQL80.

Right click and select Properties.

Look for the Search Status.

If its Stopped, then click on Start.

Now MySQL application is running. It doesn't ask me for a password, but connects!

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

79653333

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

Looks like there is an option to match all urls:

const scriptObj = await browser.contentScripts.register({
  js: [{ file: "/content_scripts/example.js" }],
  matches: ["<all_urls>"],
  allFrames: true,
  runAt: "document_start",
});

source: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/contentScripts/register

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

79653331

Date: 2025-06-04 18:44:13
Score: 12.5 🚩
Natty: 5.5
Report link

@EngineerDude Did you ever get this figured out? I have the same issue...

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you ever get this figured out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • User mentioned (1): @EngineerDude
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Mylo

79653330

Date: 2025-06-04 18:44:13
Score: 2.5
Natty:
Report link

The problem was that label_pos=0.5 makes the two weight labels overlap. Setting it to 0.7 and writing connectionstyle='arc3,rad=0.4' in both nx.draw_networkx_edges() and nx.draw_networkx_edge_labels() fixed the issue.

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

79653329

Date: 2025-06-04 18:44:13
Score: 1.5
Natty:
Report link
Running total = 
CALCULATE(
    SUM('ProjectHours'[ModelHours]),
    FILTER(
        'ProjectHours',
        'ProjectHours'[ConsultantId] = EARLIER('ProjectHours'[ConsultantId]) &&
        'ProjectHours'[WeekStart] <= EARLIER('ProjectHours'[WeekStart])
    )
)
This fixed my issue! 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Colin Mulcahy

79653322

Date: 2025-06-04 18:40:11
Score: 4
Natty:
Report link

I hope this StackOverflow question and answer, and the fact that finding Apple guidance for this is so hard, are used in an anti-trust lawsuit someday. Just devilish work

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Frank Noirot

79653311

Date: 2025-06-04 18:31:09
Score: 3
Natty:
Report link

run as admin: 1.npm uninstall pnpm -g 2.npm install pnpm -g

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

79653303

Date: 2025-06-04 18:27:07
Score: 4
Natty:
Report link

If you don't want resolving as page your method's result in controller (annotated by @Controller, not @RestController) you can add @ResponseBody annotation to this method.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Controller
  • User mentioned (0): @RestController
  • User mentioned (0): @ResponseBody
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yasin Kasap

79653297

Date: 2025-06-04 18:22:06
Score: 1.5
Natty:
Report link

Similar solution as Daniel earlier but I copied the URL Firefox (my default browser) was using and opened it in Chromium. After logging in there the url parse voodoo worked and VScode is happily logged in.

OS: Ubuntu 24.04.2 LTS (64-bit)
VsCode version: 1.100.0
Firefox Version 138.0.4 (64-bit)
Chromium version: 136.0.7103.113 (Official Build)

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

79653285

Date: 2025-06-04 18:11:03
Score: 3
Natty:
Report link

you can try freebarcodegen it's totally open source. You can take a look at his code — hopefully it gives you some inspiration.

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

79653280

Date: 2025-06-04 18:01:00
Score: 0.5
Natty:
Report link

In zig 0.14.*:

const my_module = b.addModule("my_module", .{
    .root_source_file = b.path("src/modules/my_module.zig"),
});

exe.root_module.addImport("my_module", my_module);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Bacher

79653274

Date: 2025-06-04 17:56:59
Score: 10 🚩
Natty: 5
Report link

I'm facing same problem, dbus-send (and similar commands) do not work. dbus-monitor show same output with dbus-send as the working python service that otherwise sends the signal. Did you ever figure this out?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Petter Österlund

79653267

Date: 2025-06-04 17:50:57
Score: 4
Natty: 5.5
Report link

Pudieron resolverlo?, al hacer este cambio x0e & x8d. me salen valores 0, al menos ya no sale error.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolverlo?
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Guillermo Torres

79653262

Date: 2025-06-04 17:46:56
Score: 2.5
Natty:
Report link

The link to "PAC - the PDF accessibility checker" seems not work any more, it redirects to some strange page. Please remove the link or update it to a correct checker.

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

79653254

Date: 2025-06-04 17:42:54
Score: 0.5
Natty:
Report link

I fired up my raspberry and checked the versions. The Python version on your bookworm should be 3.11 and with apt you can install pyqt 5.15.9 which then can be use in your venv using the '--system-site-packages' option. I had to adapt my own projects to the provided versions of raspberry environments so I would not have to deal with those issues.

I believe part of the reason this happens, is piwheels that is used by your raspberry.

piwheels.org states, that pyqt5 will fail to build in bookworm

screenshot piwheels pyqt5 installation

Source: https://www.piwheels.org/project/pyqt5/

Maybe you could try to install another distro like Ubuntu 24.04 on your raspi, this might work.

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

79653253

Date: 2025-06-04 17:42:54
Score: 1
Natty:
Report link

Basically, because python classes are not iterable by default, you have to inform python that you intend to turn it into an inter object, thus returning self.

Look at it like converting an integer into a string. To do this you will need to use str(8) to convert to a string. Same with the iter object. outside classes the 'for' keyword lets Python know two things:

  1. This is now an iter object

  2. We will perform next() until the length of elements is exhuasted and enact StopIteration before we get an index error.

Classes are set up as objects for you to code manually basically.

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

79653250

Date: 2025-06-04 17:38:53
Score: 1.5
Natty:
Report link

Sometimes I use the following trick:

I'll add <span style="visibility:hidden">l</span> before the Hebrew text that I want to go from left to right. The Obsidian compiler views this as English and the user doesn't see the <span> (since it is hidden). It does leave a small space, but if you are okay with that, this can get the job done.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jonathan S.

79653240

Date: 2025-06-04 17:34:52
Score: 1.5
Natty:
Report link

Downgrade to this version. Clean the package-lock and node modules. Should work fine

npm i [email protected] [email protected] --save
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ETHI

79653236

Date: 2025-06-04 17:30:51
Score: 3.5
Natty:
Report link

As @k314159 said JLS forbids reserved words from being part of a package name, making it impossible to import those classes in Java.

Note: The use of Reflection or a Kotlin Wrapper might work, further tests required

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @k314159
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vinicius Barros

79653228

Date: 2025-06-04 17:23:49
Score: 2
Natty:
Report link

Finally fixed the problem it was the gpu fault on kaggle.Using 2 gpu caused this error on 1 it is working fine.
The inf/nan loss being an artifact of the MirroredStrategy (multi-GPU) execution, specifically likely one of these: One of the GPUs calculates an inf (either loss or gradient) for its shard of data around batch 120, which then taints the CollectiveReduceV2 result.

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

79653222

Date: 2025-06-04 17:15:47
Score: 1
Natty:
Report link

Understand the structure of the Manifest.db file.The Manifest.db file is an SQLite database used by iTunes to store metadata about the files backed up from an iPhone. The structure of this database can vary between different iOS versions. The absence of a "file" column in the Files table could indicate that the file metadata is stored in a different format or location within the database.Investigate the possibility of file metadata being stored in binary format.Given that you have identified the presence of the bplist00 magic number, this suggests that some data may be stored in a binary property list format. This format is often used to store complex data structures, which may not be directly visible in a standard SQLite database viewer.Check for additional tables or columns in the Manifest.db file.It is possible that the file metadata is stored in a different table or as part of a different column that is not immediately visible. Use an SQLite query to list all tables and their columns to determine if there are other relevant tables that may contain the file metadata.Extract and analyze the binary property list data.If you find that the file metadata is indeed stored in a binary format, you will need to extract this data and convert it from the binary property list format into a readable format. Tools like plutil or other plist readers can be used for this purpose.Consider the possibility of data compression or encryption.If the Manifest.db file is significantly larger than the exported CSV file, it is possible that some data is compressed or encrypted. Investigate if there are any compression algorithms or encryption methods applied to the data in the database.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Caleb Coker

79653219

Date: 2025-06-04 17:14:47
Score: 3
Natty:
Report link

When I went through the whole process I realized that it was working, maybe it was because the first time I did it the variables were not configured correctly with the .env file but just when I ran it now it did make the connection I leave the screen capture

enter image description here

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When I we
  • Low reputation (1):
Posted by: David Mauricio Gorraiz Moreno

79653206

Date: 2025-06-04 17:07:44
Score: 5
Natty:
Report link

The answer from @PolarisKnight worked beautifully for me. I wish I could upvote that answer; I'm making a StackOverflow account for the first time just to indicate my support as I do not have the reputation to do anything but answer this question.

I swap between Cursor version 0.50.7 and VSCode version 1.100.3. My remote host is running Rocky 9.5 (an open-source Linux distribution meant to be compatible with RedHat 9). It has glibc 2.34 and glibcxx 3.4.29, so the answers regarding versioning are irrelevant. As a first pass, killing the server did not work either.

I originally could not connect via SSH from within either Cursor or VSCode. To resolve this, I installed PUTTY, connected to the remote through that, and then ran $ sudo yum install tar. After that, I was able to connect to my remote through both Cursor and VSCode on those respective versions.

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): I do not have the reputation
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @worked
  • Low reputation (1):
Posted by: Kyle Williams

79653199

Date: 2025-06-04 17:00:42
Score: 2
Natty:
Report link

I am the author of abqpy. abqpy requires you to run the abaqus script in a file so that it can use the abaqus cae command to submit the script to abaqus kernel. It seems that you run the abaqus code in an interactive python console in grasshopper, in this case abqpy does not know what script to submit to the abaqus kernel.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hailin Wang

79653195

Date: 2025-06-04 16:59:42
Score: 2
Natty:
Report link

You shouldn't warry about which NIC or network address is used to perform a query but you can figure out the request IP address on which your query is going.

RequestConfig.getLocalAddress()

\>Returns local address to be used for request execution.

On machines with multiple network interfaces, this parameter can be used to select the network interface from which the connection originates.

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

79653193

Date: 2025-06-04 16:57:41
Score: 0.5
Natty:
Report link

Ok, so the reason is the name mangling of C++.

As my interrupt handlers use C++, I needed to rename the stm32wlxx_it.c (generated by Stm32CubeMx) file to stm32wlxx_it.cpp. This invokes the C++ compiler, but also mangles the names of the functions. Doing nm stm32wlxx_it.orevealed that the actual name of function in the object file is _Z17USART1_IRQHandlerv.

When you declare the function in stm32wlxx_it.h it is no longer mangled : if you create the project as C++ project in STM32CubeMx, it will automatically add extern "C" around the declarations.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Strooom

79653179

Date: 2025-06-04 16:50:39
Score: 1
Natty:
Report link

although this already have accepted answer, just wanted to let future ppl know they can also do:

import java.io.OutputStream.nullOutputStream
import java.io.PrintStream

PrintStream(OutputStream.nullOutputStream())

which will not print anything at all

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

79653176

Date: 2025-06-04 16:46:38
Score: 0.5
Natty:
Report link

You can add CryptoJS to window object in your main component.



var CryptoJS = require("crypto-js"); // or import

function App() {

  useEffect(()=> {
    window.CryptoJS = CryptoJS;
  }, []);

  retrun <>...</>
}

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

79653164

Date: 2025-06-04 16:34:35
Score: 4
Natty: 5.5
Report link

@Morgan Can a register be assigned to a value with just = instad of '<='?? I am currently learning Verilog so I am a bit confused. OP please tag him so he can answer

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Morgan
  • Low reputation (1):
Posted by: United Dragons

79653146

Date: 2025-06-04 16:18:30
Score: 1
Natty:
Report link

Create me python script that generates the data for the below fields: * Fields: Account Value Date
Dr Cr Ind
CCY
Amount Input time Overdraft indicator[1 or 0](1 is going to be overdraft, 0 means released on time)--- Released time * Generate 500 rows of data * Make the amount range between 2 million - 2 billion * The amount field goes hand in hand with the debit/credit indicator so if credit amount will be positive, if debit indicator amount is negative. * Market Opens at 7am and closes at 5:00pm * Have some credits come in before 11:30am but dont exceed 10 million * Around 11:30AM dont generate any credits * Around 11:35 have some credit data come in * Our intraday balance make it 500 million * Balance at the beginning of the day should be 0 * Balance at the end of the day should be 0

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

79653143

Date: 2025-06-04 16:17:29
Score: 3.5
Natty:
Report link

To add the new currency symbol, which hasn't yet got a unicode character, see here https://www.hirehop.com/blog/how-to-replace-the-old-uae-dirham-currency-symbol-with-the-dirham-symbol-in-html-documents/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Justin Levene

79653118

Date: 2025-06-04 16:01:25
Score: 0.5
Natty:
Report link

try this:

[[Property Name::+]] → property has any value
[[Property Name::!+]] → property does not have a value

Reasons:
  • Whitelisted phrase (-2): try this:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: George Tereshchenko

79653117

Date: 2025-06-04 16:00:24
Score: 1.5
Natty:
Report link

https://letmegooglethat.com/?q=how+to+configure+advanced+ETW+(Event+Tracing+for+Windows)

This is more of a Windows question than a PowerShell one. Unless you're trying to do it with Server "Core" where there is no GUI even then a quick search turns up endless support documentation and even howto videos.

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

79653115

Date: 2025-06-04 15:59:23
Score: 4.5
Natty:
Report link

Please can i get your whatsapp contact please

Reasons:
  • RegEx Blacklisted phrase (1): i get your whatsapp contact please
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sammy Tobi

79653112

Date: 2025-06-04 15:58:23
Score: 0.5
Natty:
Report link

To expand on @johnsyweb's answer, here's an example of how to inline a small python script in bash to parse a URL:

URL="https://stackoverflow.com/questions/6174220/parse-url-in-shell-script"
HOST=$(URL=$URL python - <<EOF
import os
from urllib.parse import urlparse

uri = os.environ["URL"]
result = urlparse(uri)
host = result.netloc.split('@')[-1]
print(host)
EOF
)
$ echo $HOST
stackoverflow.com
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • User mentioned (1): @johnsyweb's
  • High reputation (-1):
Posted by: ealfonso