79803883

Date: 2025-10-29 14:12:05
Score: 1.5
Natty:
Report link

Writing to the log file from multiple processes will work fine, until the maximum log file size is reached and the RotatingFileHandler attempts to rotate the log file. Rotating the log file is done by renaming the log file (appending .1 to the file name). This will not be possible because the file will be in use (locked) by other processes.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Martin Watts

79803880

Date: 2025-10-29 14:11:04
Score: 3
Natty:
Report link

So the reason im getting forbidden is because despite my channel being partnered, i still have to request access to the API. Not entirely sure where, but thats why im getting 403.

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

79803863

Date: 2025-10-29 13:42:58
Score: 4.5
Natty: 4
Report link

bump - asking the same question

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: patr

79803848

Date: 2025-10-29 13:31:54
Score: 2
Natty:
Report link

I just found out the issue.
Business-initiated calling is not available for U.S. phone numbers in the Meta (WhatsApp Business Cloud API).

That’s why the API returns:

(#138013) Business-initiated calling is not available

So if you're testing with a U.S. WhatsApp number (starting with +1), you won’t be able to send call permission requests or start business-initiated calls.

Switching to a phone number from a supported country resolves the issue.

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

79803841

Date: 2025-10-29 13:25:53
Score: 0.5
Natty:
Report link

I found the issue. in the orm.xml, I had to use

org.axonframework.eventhandling.AbstractDomainEventEntry

for the attribute config instead of

org.axonframework.eventhandling.AbstractSequencedDomainEventEntry
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: MatterOfFact

79803835

Date: 2025-10-29 13:20:51
Score: 1.5
Natty:
Report link

Just restating Jenkins fixed that for me.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Mahrez BenHamad

79803828

Date: 2025-10-29 13:10:49
Score: 3.5
Natty:
Report link

It is a disassembly of try-catch blocks.

Please check this out: __unwind

Reasons:
  • Blacklisted phrase (1): Please check this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: pshi-ya-chyel

79803823

Date: 2025-10-29 13:03:47
Score: 2.5
Natty:
Report link

@Tobias, Oracle explicitly permits custom information in the manofest

Modifying a Manifest File

You use the m command-line option to add custom information to the manifest during creation of a JAR file. This section describes the m option.

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

79803817

Date: 2025-10-29 12:57:46
Score: 0.5
Natty:
Report link

For me, the answer from @devzom actually worked. After a little research into it I found that by default, Astro uses static site generation (SSG) where pages are pre-rendered at build time. In default ('static') mode, routes with dynamic query parameters don't work properly because there's no server running to handle the requests at runtime.

By adding output: 'server', you're telling Astro to run in Server-Side Rendering (SSR) mode, which means there's an actual server processing requests, so dynamic routes with query parameters work correctly.

In the file astro.config.mjs

export default defineConfig({
    output: 'server',
});

I then put my code up on DigitalOcean and had to install the following adapter:

npm install @astrojs/node

(or in my case, since I was using an older theme: npm install @astrojs/node@^8.3.4 )

Then your astro.config.mjs looks like:

import node from '@astrojs/node';

export default defineConfig({
    output: 'server',
    adapter: node({
        mode: 'standalone',
    }),
});

There are also hosting adapters for Vercel, Netlify, and Cloudflare
https://docs.astro.build/en/guides/on-demand-rendering/

As others have mentioned, setting output to 'hybrid' in astro.config.mjs will work, but you will need to add "export const prerender = false;" at the top of the page that you want to get the query parameters for, basically this is telling the file that the route in that file needs SSR.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @actually
  • Low reputation (1):
Posted by: Mogul

79803811

Date: 2025-10-29 12:52:44
Score: 3.5
Natty:
Report link

All your routes will be served through that __fallback.func. What makes you think that they aren't being served? What happens when you access a route?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Daniel Roe

79803802

Date: 2025-10-29 12:48:43
Score: 2.5
Natty:
Report link

Installing binutils package in the Alpine Docker image solved this handshake issue for me.

I saw this solution in alpine/java image. Here's the link to its Dockerfile

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

79803790

Date: 2025-10-29 12:32:39
Score: 1
Natty:
Report link

The error is that jalali_date uses distutils, but in Python 3.12, distutils is removed and should be replaced with setuptools.

pip install setuptools
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hamidreza

79803786

Date: 2025-10-29 12:30:38
Score: 3.5
Natty:
Report link

Thank you to everyone that replied. I think this is more than enough feedback to work with. I clearly still have a lot to learn. Also, apologies to @AlexeiLevenkov for not putting this in code review. I will look at using table lookups and animating palettes. For anyone else that stumbles on my thread I had a bug in my code where it was clipping because the seconds were looping back around. The fix was to create a frameCounter variable and increment it every time Invalidate() was called. Use that instead of the DateTime.Now.Second otherwise it will not be smooth.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @AlexeiLevenkov
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brandon M.

79803782

Date: 2025-10-29 12:29:38
Score: 0.5
Natty:
Report link

There is actually a way to achieve this. In cases such that you are packaging multiple executable in a single package, this option will be helpful. I've verified this with pyinstaller==6.15.0

exe = EXE(....,
          ....,
          contents_directory='_new_internal'
      )
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Parth Bhuva

79803777

Date: 2025-10-29 12:27:37
Score: 0.5
Natty:
Report link

Planner Premium uses Project schedule APIs. The official documentation is here:

https://learn.microsoft.com/en-us/dynamics365/project-operations/project-management/schedule-api-preview

But I'm not familiar with that APIs.

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

79803773

Date: 2025-10-29 12:21:36
Score: 3.5
Natty:
Report link

okay, thanks bro. I tried changing the MARGIN attribute to 3, and now the LABEL can be centered!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ReGoMark

79803764

Date: 2025-10-29 12:11:33
Score: 7
Natty:
Report link

here are some clarifications for this request:

Step1: Data

Let's assume you have a factory that produces 3 products (A,B,C). Each product goes through 3 production steps (Stamping, Assembly, Test). You measure for each product the cycle time per production step in minutes. The data looks like this:

products=['Product A', 'Product A','Product A','Product A','Product A','Product B','Product B','Product B','Product B','Product B', 'Product C','Product C','Product C','Product C','Product C']

production_step=['Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End','Start', 'Stamping', 'Assembly','Test','End']

cycle_time=[0,150,100,170,0,0,130,80,100,0,0,100,90,120,0]

data = list(zip(products, production_step, cycle_time))

df=pd.DataFrame(data, columns=['Product', 'Production Step', 'Cycle Time (min)'])

Note: I artificially added a "Start" and "End" time of 0 so the area charts in the next Step 2 resemble density plots.

Step 2: Visualization

fig=go.Figure()

fig.add_trace(go.Scatter(x=df["Production Step"], y=df["Cycle Time (min)"], line_shape='spline', fill='tozeroy'))

fig.show()

enter image description here Note:

Step3: Make it look like a ridge plot

This is where I'm stuck. What is missing is a vertical offset and the Product names appearing along the y-axis.

Do you have any ideas how to make this happen?

Reasons:
  • Blacklisted phrase (1): any ideas
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MaximJ

79803762

Date: 2025-10-29 12:07:32
Score: 0.5
Natty:
Report link

enter image mohan

Pausing briefly to soak in the view of migratory birds across the marshy land, Jadhav continued to share the best practices that the O&M teams follow at the company’s different projects. In the initial phase of the project, the O&M team is involved in devising the costing model that is provided to the bidding team. The technology parameters are then planned, before selecting the equipment. When the construction phase begins, the O&M team is deployed at the site to supervise the quality of work and ensure smooth handover of the plant, in addition to engaging third-party players. This ensures that the plant starts generating electricity to its full commissioned capacity to avoid generation loss. The team also develops a breakdown impact analysis and mitigation matrix for all equipment in the solar plant. This serves as a guide for responding to equipment failures and outlining specific actions to be taken for each type of issue. “Before the plant begins operations, we have a certification programme called the “Competency Matrix”, which has three levels – competent, conquerer and champion. All employees at the site must pass the exam and have to undertake necessary certification according to their job profile. Until they get this certification, they are not allowed to work independently at the site,” says Jadhav.

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

79803761

Date: 2025-10-29 12:01:30
Score: 1
Natty:
Report link

Please let me suggest a slightly different approach for your problem. I hope it is working for you.

Spoiler: While trying to reproduce your problem, I found something that I think is missing in PluginClassLoader for handling dynamically loaded jars: It adds all URLs of the jars shipped as dependency with the plugin, but not the URL of the jar itself. This can be fixed. Let me show you how:

First my code to reproduce your problem. You didn't share your actual code, but I used the description from here to start: https://alef1.org/jean/jpf/

I created a simple plugin, which does actually nothing, just log messages when started and stopped.

public class SamplePlugin extends Plugin {

    @Override
    protected void doStart() {
        System.out.println("Plugin started");
    }

    @Override
    protected void doStop() {
        System.out.println("Plugin stopped");
    }
}
<?xml version="1.0" ?>
<!DOCTYPE plugin PUBLIC "-//JPF//Java Plug-in Manifest 1.0" "http://jpf.sourceforge.net/plugin_1_0.dtd">
<plugin id="org.example.string" version="0.0.4"
        class="org.example.SamplePlugin">
</plugin>

And a Main class, which loads that plugin from a jar file in my case located under maven-pg-plugin/target:

public class Main {

    public static void main(String[] args) throws IOException, JpfException {
        ObjectFactory objectFactory = ObjectFactory.newInstance();
        PluginManager pluginManager = objectFactory.createManager();
        File pluginDir = new File("./maven-pg-plugin/target");
        File[] plugins = pluginDir.listFiles((dir, name) -> name.endsWith(".jar"));
        if (plugins != null) {
            PluginManager.PluginLocation[] locations = Arrays.stream(plugins).map(Main::createPluginLocation)
                    .toArray(PluginManager.PluginLocation[]::new);
            Map<String, Identity> result = pluginManager.publishPlugins(locations);
            for (Map.Entry<String, Identity> entry : result.entrySet()) {
                Identity identity = entry.getValue();
                String pluginId = identity.getId();
                pluginManager.activatePlugin(pluginId);
                pluginManager.deactivatePlugin(pluginId);
            }
        }

    }

    private static PluginManager.PluginLocation createPluginLocation(File file) {
        try {
            return StandardPluginLocation.create(file);
        } catch (MalformedURLException e) {
            // replace RuntimeException with something more suitable
            throw new RuntimeException(e);
        }
    }
}

When running, the output of the sample plugin should be seen on the console.

That code works when the jar is also on the classpath, but stops working when removed from the classpath. The behaviour is the same with Java 8 as well as with newer versions.

Since PluginClassLoader is also an instance of URLClassLoader, i could fix it by calling addURL (which is protected) via reflection and add the jar of the plugin itself:

    private static void fixPluginClassLoader(PluginManager pluginManager, String pluginId) {
        PluginDescriptor descriptor = pluginManager.getRegistry().getPluginDescriptor(pluginId);
        // retrieve the URL to the plugin jar through JPF
        URL url = pluginManager.getPathResolver().resolvePath(descriptor, "");
        PluginClassLoader pluginClassLoader = pluginManager.getPluginClassLoader(descriptor);
        try {
            Method method = URLClassLoader.class.getDeclaredMethod("addURL", URL.class);
            method.setAccessible(true);
            method.invoke(pluginClassLoader, url);

        } catch (ReflectiveOperationException e) {
            // replace RuntimeException with something more suitable
            throw new RuntimeException(e);
        }
    }

And insert the call to that method before using the plugin:

            for (Map.Entry<String, Identity> entry : result.entrySet()) {
                Identity identity = entry.getValue();
                String pluginId = identity.getId();
                fixPluginClassLoader(pluginManager, pluginId); // <-- addition here
                pluginManager.activatePlugin(identity.getId());
                pluginManager.deactivatePlugin(identity.getId());
            }

Tadaa! 🎉 For Java 11 this fix works out of the box, the jar doesn't need to be on the classpath and no extra command line arguments.

However with newer Java versions with extended module checks the command line argument --add-opens needs to be added to access the protected method of URLClassLoader:

--add-opens java.base/java.net=ALL-UNNAMED

(using ALL-UNNAMED assuming you are not actively creating Java modules)

Two notes of warning:

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me
  • Long answer (-1):
  • Has code block (-0.5):
Posted by: nineninesevenfour

79803760

Date: 2025-10-29 11:58:29
Score: 1
Natty:
Report link

Because of this delay, Kafka assumed the consumer was dead and revoked its partitions.

To fix it:

  1. Make sure your processing inside poll() isn’t taking too long.

  2. You can either increase max.poll.interval.ms or process records faster before the next poll() call.

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

79803757

Date: 2025-10-29 11:55:29
Score: 2
Natty:
Report link

I’m using Ubuntu with an RTX 4070, and the only setup that works for me is Python 3.11 with TensorFlow 2.15.1.

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

79803753

Date: 2025-10-29 11:53:28
Score: 1.5
Natty:
Report link

This usually happens when the default terminal profile in VS Code is set to null or restricted.

It is explained step-by-step in this short YouTube video here: https://youtu.be/Bh7w9vTVRko

Fix:

  1. Open VS Code Settings (Ctrl + ,)

  2. Search for terminal.integrated.defaultProfile.windows

  3. Choose a terminal like Command Prompt or PowerShell

  4. Restart VS Code

That should solve it!

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tedy Kimutai

79803751

Date: 2025-10-29 11:52:27
Score: 4.5
Natty: 4.5
Report link

I think that you are looking for this:

https://mlflow.org/docs/latest/api_reference/_modules/mlflow/tracking/fluent.html#log_table

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

79803734

Date: 2025-10-29 11:35:23
Score: 3.5
Natty:
Report link

I followed these instructions and was able to get the production keys for an internal/private app: https://help.railz.ai/en/articles/6395617-steps-to-complete-the-quickbooks-online-app-assessment-questionnaire

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

79803728

Date: 2025-10-29 11:32:22
Score: 1
Natty:
Report link

Struggled with Django’s test Client and getting POST data to work too—fun times! One trick I learned: building a Python-based AI assistant that can automate and test stuff locally actually helped me understand these client requests and workflows way better. Found a course (not mine) that walks you through building such an assistant, step-by-step, using Python and AI tools—even for beginners, it’s way less painful: https://payhip.com/b/R9Ae1.

Now my test scripts run smoother... but my AI assistant still refuses to debug my code for pizza.

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

79803725

Date: 2025-10-29 11:30:21
Score: 0.5
Natty:
Report link

Couple years later... Turns out there are now order and hue_order arguments on the barplot method.

Documentation voilà: https://seaborn.pydata.org/generated/seaborn.barplot.html

for example:

import pandas
import seaborn

values = pandas.DataFrame({'value': [0.3, 0.112, 0.561, 0.235]})
values_sorted = v['value'].sort_values(ascending=False)

seaborn.barplot(
    x=values_sorted.index, 
    y=values_sorted,
    order=values_sorted.index,
);
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: ewerybody

79803714

Date: 2025-10-29 11:19:19
Score: 0.5
Natty:
Report link

In dev tools navigator.maxTouchPoints is always set to 1.

Note this might trigger in older smartphone devices that doesn’t support multiple touch points.

if(navigator.maxTouchPoints == 1) { 
//your code
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Onyedikachi Oko - Dexter

79803707

Date: 2025-10-29 11:15:18
Score: 2
Natty:
Report link

In PhpStorm or WebStorm, the Emmet ! abbreviation for generating an HTML5 boilerplate works only in files recognized as HTML, so it won’t automatically expand in a .php file because the editor treats it as PHP code. To insert the boilerplate inside a PHP file, place the cursor outside any <?php ?> tags and use the Emmet “Expand Abbreviation” command manually from View → Context Actions → Emmet → Expand Abbreviation (or press Ctrl+Alt+J / Cmd+Alt+J) and type !. If that doesn’t work, you can enable Emmet for PHP under Settings → Editor → Emmet → Enable Emmet for: HTML, PHP, etc. Alternatively, create a custom Live Template: go to Settings → Editor → Live Templates, add a new template under the PHP context, set an abbreviation such as html5, and paste the standard HTML5 boilerplate code inside. Then, whenever you type html5 and press Tab in a PHP file, PhpStorm will insert the complete HTML5 structure without affecting PHP execution.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ekta

79803702

Date: 2025-10-29 11:11:17
Score: 1
Natty:
Report link

That Nucleo board is/was totally fine. That mass storage which is by default enabled is to load hex file straight to connected target without use of any program but simple file transfer or drag and drop if you will. If it's not needed you can turn it off by choosing appropriate options in upgrade firmware tool. Boot pin has nothing to do with it. I hope it helps someone.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: John Doe

79803690

Date: 2025-10-29 11:00:14
Score: 1
Natty:
Report link

I have found a method that allows you to add eventListeners/onExecution logic to commands.

As vs code does not allow you to alter existing commands, we have find a workaround. So this guide can be used for any command altering in vs code.

VS code allows you to register an already existing command, and will use the last registration. (This could conflict with other extensions doing the same!)

Easy guide

We register an existing command, and on execution we follow a `unregister - execute - register` logic. The registered command calls the original command, and so we don't fall into a recursive loop we have to follow this logic.

Hope this helps!

Reasons:
  • Blacklisted phrase (1): this guide
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user27925777

79803682

Date: 2025-10-29 10:46:12
Score: 0.5
Natty:
Report link

Extending the answer from @simon i end up tracking all the traceback returning by extract_tb().

Package:

from logging import getLogger
from os.path import basename
from traceback import extract_tb

logSys = getLogger()

def catchUnexpectedError(funct):

    def wrapper():
        try:
            funct()

        except Exception as unknown:
            stack = extract_tb(unknown.__traceback__)
            exc, msg = repr(unknown).rstrip(')').split('(', maxsplit=1)

            logSys.critical(f'Execution finished by exception {exc}: {msg.strip(chr(34))}.')
            logSys.critical(f'The following errors led to program failure:')

            for n, tb in enumerate(stack):
                logSys.error(f'{n}) {tb.line} (line {tb.lineno}) at {basename(tb.filename)}')
    
    return wrapper

Module:

from asset import catchUnexpectedError

def nested():
    raise ValueError("Deliberately raise")

@catchUnexpectedError
def hello():
    nested()

hello()

Output:

[CRITICAL] Execution finished by exception ValueError: 'Deliberately raise'. (11:27:43 29/10/2025)
[CRITICAL] The following errors led to program exit: (11:27:43 29/10/2025)
[ERROR] 0) funct() (line 51) at _init_.py (11:27:43 29/10/2025)
[ERROR] 1) nested() (line 15) at main.py (11:27:43 29/10/2025)
[ERROR] 2) raise ValueError("Deliberately raise") (line 11) at main.py (11:27:43 29/10/2025)

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @simon
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ludovico

79803681

Date: 2025-10-29 10:45:11
Score: 1.5
Natty:
Report link
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Surbhi Doshi

79803677

Date: 2025-10-29 10:39:10
Score: 2.5
Natty:
Report link

I gave up with Conda in the end and have gone for a vanilla Python solution. Pros + cons, but it's been fine for me. Too much of my life wasted trying to fix abstract issues!

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

79803672

Date: 2025-10-29 10:33:08
Score: 1.5
Natty:
Report link

If this happened after setting targetsdk to 35 & beyond then add following line to you layout.xml :

android:fitsSystemWindows="true"

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

79803667

Date: 2025-10-29 10:32:08
Score: 1.5
Natty:
Report link

I've had the same issue. Once I went through the steps in Evan's answer it still didn't work. What fixed it for me was moving the caller repo from internal to private. This can be done under General Settings -> Danger Zone.

enter image description here

After the change, I pushed another commit and it triggered the workflow.

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

79803660

Date: 2025-10-29 10:24:05
Score: 7 🚩
Natty: 5.5
Report link

I'v faced same problem and did as you without any success.
do you find a solution for this problem ??

Reasons:
  • RegEx Blacklisted phrase (2.5): do you find a
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mohammad Hawasli

79803658

Date: 2025-10-29 10:23:04
Score: 3.5
Natty:
Report link

Cuma dia jo777 yang paling keren gausah di ragukan lagi

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

79803656

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

Thank you @Matt Pitkin, your comment gave me the idea to solve my problem by doing away with the function and, instead using

if (df['a'] == 0).any().any(): # Check if any zero exists in the entire DataFrame
    print("DataFrame contains zero values. Plotting aborted.")
else:
    plt.plot(dfd[1], df['a'], color='g', label='a')

This works fine for me, except for 'b' which has all zeros it plots a straight line at 0. What I want is to avoid printing loads of error line when the column has no data.
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: Zilore Mumba

79803651

Date: 2025-10-29 10:18:03
Score: 1
Natty:
Report link

There are RFC standards for creating deterministic UUIDs, specifically v3 (MD5) and v5 (SHA-1). You need your own code for this (or a software library) since it doesn't come out of the box in .NET.

I created one such library that you could use. It's called DeterministicGuids and it's open source and licensed under MIT.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: Mark Cilia Vincenti

79803649

Date: 2025-10-29 10:18:03
Score: 3.5
Natty:
Report link

This seemed to be caused by some additional libraries and code that had not been setup correctly. Removing this fixed the issue

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

79803648

Date: 2025-10-29 10:15:02
Score: 5
Natty: 5.5
Report link

i have been using https://www.extrieve.com/platforms/quickcapture/ easy integration

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

79803645

Date: 2025-10-29 10:09:00
Score: 3.5
Natty:
Report link

Bisa-bisanya lo masih bingung. Solusinya ada. Gak pake ribet. 🔥 jo777.help

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

79803635

Date: 2025-10-29 10:02:58
Score: 1
Natty:
Report link
return items.every((item) => item.length >= 5);

It means:

function(item) {
  if(item.length >= 5) {
    return true; 
  }
}

As in, get only those items that are length more or equal with 5.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Raymond Seger

79803632

Date: 2025-10-29 10:01:56
Score: 11 🚩
Natty:
Report link

😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂

Reasons:
  • Blacklisted phrase (1): 😂
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Filler text (0.5): 😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂😂
  • Low entropy (1):
  • Low reputation (1):
Posted by: xxx

79803619

Date: 2025-10-29 09:44:52
Score: 2
Natty:
Report link

My problem is the definition of the function I adapted from an SO post. In the function I have 3 arguments: plot_with_checks(df, x_col, y_col), while as in in the plotting I have plt.plot(x=x_col, y=y_col), 2 arguments. In calling the function I call it with df (which is the full dataframe), hence the problem. So I think I need to have a function consistent with the call to function.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Zilore Mumba

79803610

Date: 2025-10-29 09:33:49
Score: 4
Natty: 6
Report link

new rwerwerewrwererr PS D:\ASP.NET Core & Angular\AngularAPI> ng new Angular7

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

79803609

Date: 2025-10-29 09:32:48
Score: 2
Natty:
Report link

I have found the problem. I went through my project and fixed every warning I had. After that everything started working as expected. I cant narrow down exactly what warning caused this issue. I still find it strange though that aspire publish and dotnet publish both did not give me any errors or warnings regarding this issue.

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

79803604

Date: 2025-10-29 09:22:46
Score: 1
Natty:
Report link

After installation postgresql@18 via homebrew i get answer:

Warning: The post-install step did not complete successfully
You can try again using:
  brew postinstall postgresql@18

After performing this command the error was solved

brew postinstall postgresql@18
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Garfield

79803592

Date: 2025-10-29 09:09:42
Score: 3
Natty:
Report link

Sorry, question type is a new addition in SO, and I had a little understanding of it

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Zilore Mumba

79803588

Date: 2025-10-29 09:05:41
Score: 1.5
Natty:
Report link

Чтобы реализовать ESP32-S3 в качестве USB-хоста для чтения данных с последовательного USB-устройства, нужно использовать встроенный контроллер USB On-The-Go (OTG). Хотя в среде Arduino существует некоторая поддержка USB-хоста, использование ESP-IDF — более надёжный и документированный подход для взаимодействия с периферийными устройствами.

Вот как лучше всего это сделать с помощью ESP-IDF, включая пояснения по двум USB-портам на вашей плате.

Разница между портами USB

На плате разработчика ESP32-S3-N16R8, как правило, два порта USB:

Подход с использованием ESP-IDF (рекомендуемый)

ESP-IDF предоставляет полноценный стек USB-хоста с поддержкой драйвера для устройств класса CDC-ACM (Communication Device Class — Abstract Control Model), к которому относится большинство последовательных USB-устройств.

  1. Настройка среды разработки: Установите и настройте среду ESP-IDF.

  2. Активация стека USB-хоста: В конфигурации проекта (idf.py menuconfig) включите стек USB-хоста:

    • Component config -> USB Host

    • Включите поддержку концентраторов (enable_hubs), если вы используете внешний USB-хаб.

    • Настройте другие параметры, например, количество запросов на передачу (max_transfer_requests), для высокоскоростных устройств.

  3. Активация драйвера CDC-ACM: Добавьте в проект драйвер хоста CDC-ACM:

    • Component config -> USB Host -> Class drivers -> CDC-ACM
  4. Разработка программы: ESP-IDF предоставляет пример peripherals/usb/host/cdc, который демонстрирует использование драйвера хоста CDC-ACM. На его основе можно построить свою программу.

    • Программа должна инициализировать стек USB-хоста, дождаться подключения устройства, а затем открыть канал связи с ним.

    • После подключения устройства вы сможете использовать драйвер CDC-ACM для чтения данных через API.

Пример кода (на основе ESP-IDF)

Хотя конкретный пример кода слишком велик, чтобы приводить его здесь целиком, можно показать основные этапы работы с API, как это демонстрируется в примерах ESP-IDF:

  1. Инициализация:

    c

    #include "usb/usb_host.h"
    #include "usb/cdc_acm_host.h"
    
    // Инициализация стека USB-хоста
    usb_host_install(config);
    
    // Запуск демона хоста
    usb_host_client_register(client_config, &client_handle);
    
    

    Используйте код с осторожностью.

  2. Обнаружение устройства: Демон хоста автоматически отслеживает подключение и отключение USB-устройств. Вам нужно будет реализовать функцию обратного вызова, которая будет вызываться при обнаружении устройства.

  3. Чтение данных: После открытия канала связи с устройством вы сможете использовать API-функции драйвера CDC-ACM для чтения и записи данных.

    c

    // Пример чтения данных
    cdc_acm_host_data_in_transfer(client_handle, ...);
    
    

    Используйте код с осторожностью.

  4. Освобождение ресурсов: По окончании работы необходимо освободить все ресурсы.

Подход с использованием Arduino

Поддержка USB-хоста в среде Arduino для ESP32-S3 менее развита, но существует библиотека EspUsbHost.

  1. Установка библиотеки: Через менеджер библиотек Arduino установите библиотеку EspUsbHost.

  2. Пример кода:

    cpp

    #include "EspUsbHost.h"
    
    UsbHost usb;
    
    void setup() {
        Serial.begin(115200);
        usb.begin(); // Инициализация USB-хоста
    }
    
    void loop() {
        usb.task(); // Запуск фонового процесса
        if (usb.serialDeviceConnected()) {
            Serial.println("Serial device connected!");
            while (usb.serialDeviceConnected() && usb.getSerial().available()) {
                Serial.write(usb.getSerial().read());
            }
        }
    }
    
    

    Используйте код с осторожностью.

  3. Ограничения: Подход на основе Arduino может быть проще, но он более ограничен по сравнению с ESP-IDF, где обеспечивается низкоуровневый контроль и доступ ко всем функциям стека USB-хоста.

Итог

Для вашего проекта настоятельно рекомендуется использовать ESP-IDF. Он предоставляет надёжный и полноценный стек USB-хоста с официальной поддержкой драйверов для устройств CDC-ACM. Хотя среда Arduino предлагает более простой подход, её реализация менее стабильна и гибка для сложных задач с USB-хостом.

Перед началом работы убедитесь, что вы подключаете последовательное USB-устройство к порту OTG, а не к порту UART/JTAG.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: Hadicha Hayatova

79803583

Date: 2025-10-29 09:03:40
Score: 1
Natty:
Report link

You can share the pipeline service connection for GitHub created by the GitHub Azure Pipeline app between multiple projects within the same azure organization. Go to Project Settings -> Pipelines Service connections -> select the GitHub service connection -> ON top right, edit Security -> Project permissions -> Add projects.

However, as said, it's only within the same org.

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

79803569

Date: 2025-10-29 08:38:35
Score: 1
Natty:
Report link

In your init.vim, try and do this:

call plug#begin()
...
Plug 'epwalsh/obsidian.nvim'
...
call plug#end()

" Call here your setup codecode
:lua require("obsidian").setup {}

Mind that : before lua require, and write that require function after you call plug#end(). Solved similar problem for me

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

79803568

Date: 2025-10-29 08:37:34
Score: 4
Natty:
Report link

why is this an opinion based question? looks like a standard debugging question to me

Reasons:
  • RegEx Blacklisted phrase (0.5): why is this
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): why is this an
Posted by: Bending Rodriguez

79803564

Date: 2025-10-29 08:30:32
Score: 1
Natty:
Report link

You need to work on the blue channel in isolation; -gamma doesn't work that way. The -gamma operator only accepts a single value.
You should do the following for your intended effect:

magick convert gray.png -channel B -gamma 1.5 +channel blue.png
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pustak Pathak

79803558

Date: 2025-10-29 08:26:31
Score: 2.5
Natty:
Report link

If you need pyrubberband, then you need rubberband-cli.But I want to note that it is easier on Windows to work with rubberband-cli through subprocess.Go to: https://breakfastquay.com/rubberband/. Select: Rubber Band Library v4.0.0 command-line utility. Windows executable for the Rubber Band utility program. You will download a folder (leave everything in the folder, and it may not work). You will need to work with rubberband.exe through subprocess. You can write ./folder/rubberband.exe --full-help to learn how to use the command. You should know that this method will cause a delay and works through files, it is not for realtime(even with --realtime). Also not very difficult to write a wrapper to the rubberband DLL file. Through microsoft/vcpkg you can download the DLL file. Then through ctypes make a wrapper. For the wrapper, the link to the C-API(you need exactly this, because Ctypes): https://github.com/breakfastquay/rubberband/blob/default/rubberband/rubberband-c.h

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Maxim

79803534

Date: 2025-10-29 07:56:22
Score: 2
Natty:
Report link

This was not mentioned anywhere, so I want to add another possible cause of a 403 error when pulling an image from GHCR. I had a user with an admin role directly assigned in the package permissions who was still getting a 403.

It turned out that the organization had “maximum lifetimes for personal access tokens” enabled, while the user’s token had no expiry set.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Hasselbach

79803529

Date: 2025-10-29 07:52:21
Score: 3
Natty:
Report link

Unfortunately, you need to register/log in to download Anaconda. But can download from alternative websites like here

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

79803518

Date: 2025-10-29 07:33:17
Score: 4.5
Natty:
Report link

A workaround, not an answer: I have changed the required shortcut to one that does not use the printscreen button (duh!), for example ALT+UP, that did the trick.

Reasons:
  • Blacklisted phrase (1): not an answer
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Piotr Wojtaszek

79803515

Date: 2025-10-29 07:20:14
Score: 3
Natty:
Report link

These days, with .NET 5+, we can extend the AssemblyLoadContext class with "isCollectible: true" to enable unloading temporary assemblies.

This blog post goes into some more detail: https://medium.com/@vikkasjindal/assemblyloadcontext-in-c-bbaacd692989

Reasons:
  • Blacklisted phrase (1): This blog
  • Blacklisted phrase (0.5): medium.com
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sam H

79803512

Date: 2025-10-29 07:15:13
Score: 2
Natty:
Report link

This can be solved by updating host.json

{
    "version": "2.0",
    "extensions": {
        "cosmosDB": {
            "serializerSettings": {
              "dateParseHandling":  "None"
            }
        }
    }
}

https://github.com/Azure/azure-functions-dotnet-worker/issues/2442#issuecomment-2625783557

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

79803505

Date: 2025-10-29 07:02:10
Score: 1
Natty:
Report link

You should recreate your android directory in project. Just run in flutter project directory:

rm -rf android
flutter create .

and reapply previous changes in android directory files

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

79803500

Date: 2025-10-29 06:54:08
Score: 1.5
Natty:
Report link

The problem was that I didn't handle the case where the value of the headers - for example - the Signature-Agent contained quotes.

In that case - the value in the signature base also should contain quotes.

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

79803498

Date: 2025-10-29 06:51:07
Score: 4
Natty:
Report link

you can config like this, please check this demo

https://3dpie.peterbeshai.com/?h0=1.05

i find this wehn research in google

Reasons:
  • Blacklisted phrase (1): please check this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ly Quang Thai

79803497

Date: 2025-10-29 06:50:07
Score: 1
Natty:
Report link

Paste this CSS code in index.html in web directory.

<style>
     html, body {
         overscroll-behavior-x: none;
        }
</style>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anas Ansari

79803496

Date: 2025-10-29 06:47:06
Score: 1
Natty:
Report link

I identified the problem by using the -d option on mingw32-make.

The debug information showed that mingw32-make was using sh.exe to create a new process for gcc, and sh.exe isn't included with mingw-64. You have to install msys2 to get the unix-style commands, which include sh.exe.

After installing msys2 and adding c:\msys64\user\bin to the path, mingw32-make started working.

According to this post, https://superuser.com/questions/1258498/how-to-start-the-shell-in-mingw-64 it is stated in the documentation that these commands are not included... but I am not very diligent about reading documentation :-(

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

79803491

Date: 2025-10-29 06:45:05
Score: 4
Natty:
Report link

МАНОМЕТР - прибор для измерения давления

2. ОБРАТНЫЙ - клапан, пропускающий поток в одном направлении

3. ВОДОПРОВОД - система труб для подачи воды

4. ПОЛИПРОПИЛЕН - материал для труб

5. ФИТИНГ - соединительный элемент труб

6. РОТОР - вращающаяся часть насоса

7. ТЕХОБСЛУЖИВАНИЕ - регулярный уход за оборудованием

8. РЕЗЬБОВОЕ - соединение с резьбой

9. РЕДУКТОР - устройство для понижения давления или скорости

10. ФИЛЬТР - очиститель жидкостей

11. НАСОС - устройство для перекачки воды

12. ЛЕН - материал для герметизации резьб

13. СТАЛЬНАЯ - материал труб или деталей

14. ДАТЧИК - устройство для измерения параметров

15. РЕМОНТ - процесс восстановления оборудования

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Семен

79803487

Date: 2025-10-29 06:37:03
Score: 0.5
Natty:
Report link

There is a filed issue for missing data. Apple deprecated CLGeocoder but hasn't yet provided feature parity in the replacement MapKit APIs. I guess I either have to continue using CLGeocoder - even though it's deprecated, or maybe parse the address string.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Kristoffer Jälén

79803471

Date: 2025-10-29 06:12:58
Score: 0.5
Natty:
Report link

from your above models "users" points to a plugin model, Strapi requires explicit deep filtering syntax in REST queries.

so you need to call as below which is equivalent to your working JS code

/api/projects?filters[users][id][$eq]=35&populate[users]=*&populate[tenant]=*

I think it's working for you.

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

79803465

Date: 2025-10-29 05:57:54
Score: 1
Natty:
Report link

I faced the same error (SequelizeHostNotFoundError) when connecting my app to a database hosted on Render.

In my case, the issue was that I was using the Internal Database URL provided by Render. Switching to the External Database URL resolved the problem, I was then able to connect successfully.

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

79803460

Date: 2025-10-29 05:38:50
Score: 0.5
Natty:
Report link

<span> is an inline element, and I guess it's not showing because it's getting to small, maybe if you turn your span to an inline-block and adding some tailwind padding to the image, it can shows-up.

Using inline-block elements basically makes the element act like a block element.

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

79803455

Date: 2025-10-29 05:34:49
Score: 1
Natty:
Report link

What you have described is not possible. Jira does not support the concept of a Work Item as having two parents, one of which is the parent of its parent.

In the scenario you have described, the Bug Issue type would be the grand-child of the Epic Issue type and so cannot simultaneously be a child to the Epic. The only way to create such a hierarchy would be to create separate Issue type, say, called Bug#2 for example, and make it a child of the Epic only, with no relationship to the Story, so the structure would be:

Level 1 - Epic
Level 2 - Bug#2
Level 2 - Story
Level 3 - Bug

However, that would be totally pointless, as it would defeat the purpose of having the Story as being the child to the Epic, as it would be duplicating the function that is now being filled by Bug#2

I recommend that you spend a bit more time reading about Jira's default issue types and the hierarchies they can be arranged into.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): What you have
  • Low reputation (0.5):
Posted by: Sunny Ape

79803447

Date: 2025-10-29 05:19:45
Score: 0.5
Natty:
Report link

There's a working example of this package using React: https://playcode.io/2492969

The CSS with this package isn't applied automatically, it's up to the developer to import that or use their own - it's done that way by design to leave the styling up to the individual. The align buttons will just toggle the align classes on a span wrapper.

If you're on 2.x, I'd recommend upgrading to 3.x

Reasons:
  • No code block (0.5):
Posted by: Rich - enzedonline

79803444

Date: 2025-10-29 05:07:43
Score: 3
Natty:
Report link

the agent is not able to remember previous context, but based on the CrewAi document it should able to remember previous context,

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

79803435

Date: 2025-10-29 04:37:37
Score: 4.5
Natty:
Report link

I actually have the same problem; but after some investigation, I just use it's recommended way, to create a wrap endpoint like /assets/image/<path> or something, here it can read R2 stuff and return it back to frontend, so you can have a customized url to use

Might not be the best, but it works

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Low reputation (1):
Posted by: contentgrowth

79803432

Date: 2025-10-29 04:24:34
Score: 1
Natty:
Report link

It turns out that the problem is with the AppArmor profile for transmission-gtk, which denies access to anything other than its own config directory and ${HOME}/${XDG_DOWNLOAD_DIR}/**. I'm not comfortable modifying that, so I'm just going to move things around.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Lee Crabtree

79803427

Date: 2025-10-29 04:11:31
Score: 1.5
Natty:
Report link

Looks like folks found a workaround that actually works: https://github.com/anthropics/claude-code/issues/441#issuecomment-3050967059

Create a ~/.claude/settings.json file with this content:

{
  "apiKeyHelper": "echo <API KEY>"
}
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: Caleb Syring

79803420

Date: 2025-10-29 03:57:28
Score: 0.5
Natty:
Report link

The issue is likely that the response status isn't being set properly. Using ResponseEntity (which is the recommended approach in Spring Boot 3.x) gives you explicit control over the HTTP status code.

Change your exception handler to:

@RestControllerAdvice
public class GlobalExceptionHandler {

    @ExceptionHandler(MyBusinessException.class)
    public ResponseEntity<ProblemDetail> handleMyBusinessException(MyBusinessException ex) {
        ProblemDetail problemDetail = ProblemDetail.forStatusAndDetail(
            HttpStatus.BAD_REQUEST, 
            ex.getMessage()
        );
        return ResponseEntity.status(HttpStatus.BAD_REQUEST).body(problemDetail);
    }
}

Why this works:

If it still doesn't work, check:

  1. Your @RestControllerAdvice class is in a package scanned by Spring Boot (should be in or under your main application package)

  2. You have the correct imports

import org.springframework.http.HttpStatus;
import org.springframework.http.ProblemDetail;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice;
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @ResponseStatus
  • User mentioned (0): @RestControllerAdvice
  • Low reputation (1):
Posted by: Siripireddy Giri

79803417

Date: 2025-10-29 03:48:26
Score: 0.5
Natty:
Report link

Try rebuilding native modules with

@electron/rebuild

Another, more destructive approach is to nuke your node_modules along with any lock files and doing a reinstall with

npm install sharp --platform=win32 --arch=x64

...outlining the binary you desire with parameters shown above

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

79803411

Date: 2025-10-29 03:30:22
Score: 0.5
Natty:
Report link

[NullReferenceException: Object reference not set to an instance of an object.]

ePortal.Models.HelperMethods.GetUserType() +89

ASP._Page_Views_Shared__Layout_cshtml.<Execute>b__19() in c:\inetpub\wwwroot\EVOLVE_OLLC\Views\Shared\_Layout.cshtml:372

DevExpress.Web.Mvc.Internal.ContentControl`1.RenderInternal(HtmlTextWriter writer) +85

DevExpress.Web.Mvc.Internal.ContentControl`1.Render(HtmlTextWriter writer) +101

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

DevExpress.Web.ContentControl.RenderContents(HtmlTextWriter writer) +111

DevExpress.Web.ASPxWebControlBase.Render(HtmlTextWriter writer) +76

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +14

System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +49

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +14

DevExpress.Web.ASPxWebControlBase.Render(HtmlTextWriter writer) +76

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +168

System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +14

DevExpress.Web.ASPxWebControl.RenderInternal(HtmlTextWriter writer) +385

DevExpress.Web.ASPxWebControlBase.Render(HtmlTextWriter writer) +76

System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79

DevExpress.Web.Mvc.ExtensionBase.Render() +367

DevExpress.Web.Mvc.Internal.Utils.GetInnerWriterOutput(Action renderDelegate) +18

ASP._Page_Views_Shared__Layout_cshtml.Execute() in c:\inetpub\wwwroot\EVOLVE_OLLC\Views\Shared\_Layout.cshtml:52

System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +251

System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +147

System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +121

System.Web.WebPages.<>c__DisplayClass3.<RenderPageCore>b__2(TextWriter writer) +308

System.Web.WebPages.WebPageBase.Write(HelperResult result) +107

System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +88

System.Web.WebPages.WebPageBase.PopContext() +309

System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +377

System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +90

System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +793

System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +81

System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +188

System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +38

System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +32

System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73

System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +52

System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +39

System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +38

System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +46

System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +73

System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +38

System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +431

System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +75

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +158

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

79803404

Date: 2025-10-29 03:19:16
Score: 7.5 🚩
Natty:
Report link
Same thing here in my app. I don't know how to solve it.
Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2): I don't know how to solve
  • RegEx Blacklisted phrase (2): know how to solve
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aline Cruz

79803398

Date: 2025-10-29 02:55:11
Score: 1
Natty:
Report link

For the Hdc print page layout SetLayout(pPrint.hDC, LAYOUT_RTL); that makes counting from right to left on page positions (of the print rects).

Note that you should use ExtTextOut() and in Rtl text alignment is always right, and in Ltr digits are right and text left SetTextAlign(pdPrint.hDC, TA_RIGHT | TA_TOP | TA_NOUPDATECP);.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jan Bergström

79803397

Date: 2025-10-29 02:46:09
Score: 2.5
Natty:
Report link

When dealing with potentially nullable input parameters in SQL queries, it is best practice to use dynamic conditional constructs to prevent null values ​​from interfering with query logic. Here are a few effective ways to do this:

1. SELECT * FROM products

2. WHERE (category_id = @category_id OR @category_id IS NULL)

3. AND (price > @min_price OR @min_price IS NULL)

4. AND (brand_name = @brand_name OR @brand_name IS NULL)

This approach ensures that when any parameter is NULL, the corresponding condition will not filter any records, while keeping other valid conditions working normally.

캡사이트

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @category_id
  • User mentioned (0): @category_id
  • User mentioned (0): @min_price
  • User mentioned (0): @min_price
  • User mentioned (0): @brand_name
  • User mentioned (0): @brand_name
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: lee진짜

79803396

Date: 2025-10-29 02:44:08
Score: 3.5
Natty:
Report link

My boy ur cooked

No one can help and everyone here is as confused as you

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

79803391

Date: 2025-10-29 02:24:04
Score: 5
Natty:
Report link

https://github.com/CloveTwilight3/GitCommit

I also got frustrated with similar, so I made this.

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: CloveTwilight3

79803388

Date: 2025-10-29 02:14:02
Score: 1.5
Natty:
Report link

I too was puzzled by this 12yo question!

Neither OSX or macOS have a Move cursor like Windows' four-directional arrow cursor, which you can see in this list of Windows cursors under value IDC_SIZEALL.

This list of Mac cursors only goes back to OSX 10.14 (Mojave), but no such cursor is included. The Open/Closed Hand cursor is recommended "when you're moving and adjusting an item". trashgod suggests the same in their linked answer.

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

79803380

Date: 2025-10-29 01:58:59
Score: 1.5
Natty:
Report link

I got the same error when I build Docker image on my OpenWRT router. It turns out to be a network issue. On Openwrt, building docker image is using docker network zone. So you need to double check your firewall settings and make sure docker zone can be forwarded to wan zone.

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

79803378

Date: 2025-10-29 01:53:58
Score: 1.5
Natty:
Report link

I needed to add all of the certificates in the chain, e.g.

enter image description here

The web service exception reported the serial identifier for the E8 certificate.

Note that I was using a third-party tool to call the web services and so I did not directly add the certificates to the jvm's keystore but, that may have happened in the background.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: B5A7

79803367

Date: 2025-10-29 00:57:47
Score: 1
Natty:
Report link

When we talk about Apache Flink, it is a distributed stream processing framework that can operate in both streaming and batch modes. I assume this question is about Stream Processing equivalent in C#/dotnet. There are several open-source projects:

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Starts with a question (0.5): When we
  • Low reputation (1):
Posted by: Darren Dat Bui

79803363

Date: 2025-10-29 00:48:45
Score: 3
Natty:
Report link

The problem with the truncation of the output window was due to using the cprintf function. Changing all cprintf to printf resolved the issue.

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

79803343

Date: 2025-10-28 23:58:34
Score: 1.5
Natty:
Report link

Just ran into this bug in vscode 1.105.1 on windows 11. I was able to get around it temporarily by:

  1. Pressing alt+F4 to quit the program
  2. Selecting the "Run Python File" in Dedicated Terminal option, whereupon the program runs once
  1. Selecting the regular "Run Python File" option which fixes the selection dropdown
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: N_K

79803340

Date: 2025-10-28 23:43:31
Score: 3
Natty:
Report link

In case anyone still needs the help. Just put your image URL in the "poster" attribute of your video element.

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

79803330

Date: 2025-10-28 23:28:27
Score: 1
Natty:
Report link

I ended up using rbenv, creating a separate account to install it where most of the apps will run from. For cron jobs I added the shim dir to the path and explicitly invoked ruby <script> so that was relatively straight forward. Some programs were run from systemd so again made sure that the environment was set correctly script ruby invoked explicitly.

Then I went back to @pjs suggestion which I did not understand when I first saw it. Did a bit of research into the env command, though DOH! and tried it out and that seems to work fine. Obviously the program has to be invoked in the correct environment. That is a much simpler approach. There is one program that remains problematic - it is invoke from rsyslog's omprog (output to program) where I have no control over the environment. Luckily that one is not dependent on any of the broken gems.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @pjs
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Russell Fulton

79803327

Date: 2025-10-28 23:17:25
Score: 2.5
Natty:
Report link

i use

<pre>
{$variable|var_dump}
</pre>
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dennis Englmaier

79803315

Date: 2025-10-28 22:45:18
Score: 0.5
Natty:
Report link

By using rspec-json_expectations gem:

expect(response.body).to include_json(
  premium: "gold",
  gamification_score: 79
)
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Lev Lukomskyi

79803314

Date: 2025-10-28 22:44:17
Score: 3
Natty:
Report link

Had the same issue and solved it. Postgres converts each syn filename to lowercase, that's why it can't find "am56314Syn". Change it to "am56314syn"

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

79803300

Date: 2025-10-28 22:18:11
Score: 2
Natty:
Report link

_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_CAEaAhAC.vhummYStsD2wmsaGQhkk-sE3OaA_aZuOQTc6KDdWfHGrTSmHV6RWswRYQymgfbgRFv8pk-RYHkWOkYm_LDwzbZyiEAb-Vz-eU0eif3KkyK3wf-kuXYPOoDZO-N9AKas6XzjgVDno3CAxMTuAG1pPsGjRLH8CFfZLEq453JJcTg3uwcGlmd89nmtdeKR0w7VrTyASR9Yo0zybD2MfxKnjGmOKiJxGur2e_B-OPGth562w51TJYv1w-dwEBYwBW0J4CCdRaxSZRPixh2nl2h4rEwSYA2tU2xi1J3NghqPgEERIVIxL_EGEleplv35zD46JbFiZblAA7HWiU5A7nM8YP78sn4qqrrYIaPJrPRt1VI7LjuhBZUkgAMjq7LrV4c1d0xdpFU0OdeW1Cziv593-6UM4b1oXf49nIv58V-HNgs9GFmlbuSUp1rtV6y5oz9tBaBlkOsm5weXjXK33mDRBfwxwz9Bpruk56NGxOe4matWqZFFkeWAAaPSzOfxxtejKU8j1X4kGsALvkN4V2VnYUaQ06x6XKNcVmE27YuQ5EyHSMO_FOiSuDXJ0_VmCtb0xYpfufTujQicfiKYZg_H3DIBbMDMNQDmGHyn8o30YpzJusktkzvudzKZYdA-Zf6j_ohNRoY_gNwvJlTJMRFTc2NHl86suMm9h4u5ITbxPcMSW4NJpp_wsz_tzPMTrLY_J4EAIa-QxnzDFvynGazQpKJrKKtzbiUytQspQxOiKufMgN_LljXMcwRhEyClzcD005g8DS_SWTV9PNf4v2vA63nttZSGDsCjDFwmG6z2uw_DWXyySIeZOLM7kiKQYOMqUXyTTqQZl_9s8w42nKDQesoSIIOtUQ4Junu0UWwmyP76dKwo1UFcLeA9geqLsmSFw5EFHTC9lhJc1h3-qG_kCF4yF0zOvf2kWuvWbgXr3GeAeBsZMIL6l6RYjefP0DS03886USBaUdcGSnn6KFERU-lD0UPMQr1IiQcJinlFcPJprkAhagoB2_AC8gAQ61fDJla1UOMG2mmMBbNfCRoXTrUik5JcFtsPKYtikMMC7pkskvE4anXwBySrVV9cQo_ysnvmo278kjF1PgVAzC9ylk8NeM2fIdxZNG8OyF2TzTeSymV1k

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nadine

79803291

Date: 2025-10-28 22:01:07
Score: 0.5
Natty:
Report link

Cartopy has a demo that addresses this issue here: https://scitools.org.uk/cartopy/docs/v0.15/examples/always_circular_stereo.html?highlight=set_extent

Basically, make a clip path around the border of your map. The clip path is defined underneath your call to generate the figure, and there are two set_boundary calls for the maps with the limited extents.

The output (the automatic gridlines are a little funky but you can always make your own):

enter image description here

Here's your modified code:

from cartopy import crs
from math import pi as PI
import matplotlib.pyplot as plt
from matplotlib.gridspec import GridSpec
import numpy as np
import matplotlib.path as mpath

CEL_SPHERE = crs.Globe(
    ellipse=None,
    semimajor_axis=180/PI,
    semiminor_axis=180/PI,
)
PC_GALACTIC = crs.PlateCarree(globe=CEL_SPHERE)

def render_map(path, width, height):
    fig = plt.figure(layout="constrained", figsize=(width, height))
    theta = np.linspace(0, 2*np.pi, 100)
    center, radius = [0.5, 0.5], 0.5
    verts = np.vstack([np.sin(theta), np.cos(theta)]).T
    circle = mpath.Path(verts * radius + center)
    try:
        gs = GridSpec(2, 2, figure=fig)

        axN1 = fig.add_subplot(
            gs[0, 0],
            projection=crs.AzimuthalEquidistant(
                central_latitude=90,
                globe=CEL_SPHERE,
            )
        )
        axN1.gridlines(draw_labels=True)

        axS2 = fig.add_subplot(
            gs[0, 1],
            projection=crs.SouthPolarStereo(globe=CEL_SPHERE)
        )
        axS2.gridlines(draw_labels=True)

        axN2 = fig.add_subplot(
            gs[1, 0],
            projection=crs.AzimuthalEquidistant(
                central_latitude=90,
                globe=CEL_SPHERE,
            )
        )
        axN2.set_extent((-180, 180, 70, 90), crs=PC_GALACTIC)
        axN2.gridlines(draw_labels=True)
        axN2.set_boundary(circle, transform=axN2.transAxes)

        axS2 = fig.add_subplot(
            gs[1, 1],
            projection=crs.SouthPolarStereo(globe=CEL_SPHERE)
        )
        axS2.set_extent((-180, 180, -90, -70), crs=PC_GALACTIC)
        axS2.gridlines(draw_labels=True)
        axS2.set_boundary(circle, transform=axS2.transAxes)

        fig.savefig(path)
    finally:
        plt.close(fig)

if __name__ == "__main__":
    render_map("map_test.pdf", 12, 12)
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: E. V. Hadzen

79803281

Date: 2025-10-28 21:47:03
Score: 1.5
Natty:
Report link

I found this solution using this page and hints from a few other pages.

=FILTER([ExcelFile.xlsx]TabName!C2:C38,([ExcelFile.xlsx]TabName!C2:C38 <> "")*([ExcelFile.xlsx]TabName!D2:D38 = "Active"),"Nada")

It works with an array and filters it for the data in the array not being empty and being equal to "Active". If no cells meet these criteria, it returns "Nada".

Slightly counter-intuitive, "*" in the second term of the formula means AND, while "+" would mean OR. It should work constructed with AND(), OR(), NOT() etc., depending on how you need to filter the data.

A caveat is that the results spill down below the cell in which the formula is, so it may be best to use this formula at the top of a sheet with nothing below it in that column. Embedded into a longer formula, this shouldn't be an issue.

My need for this array filtering was to calculate a T.TEST(), so I needed a way to return a filtered array which T.TEST() could use to calculate means of that array, and all the rest. In this case, using AVERAGEIFS() wouldn't help.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Robert Abrams

79803279

Date: 2025-10-28 21:44:02
Score: 2.5
Natty:
Report link

Docusign does not support automatic signing or robo signing in any form. All recipients have to manually sign the envelope.

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

79803277

Date: 2025-10-28 21:44:02
Score: 5
Natty: 4
Report link

Se você tiver um saas Embedded você consegue fazer o filtro pela tabela Dimensão direto com a linguagem de programação que você esta usando no desenvolvimento.

tenho um portal Saas Embedded se precisar de algo nesse sentido segue meu contato 11 915333234

Reasons:
  • Blacklisted phrase (3): você
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Salim Francisco