79646626

Date: 2025-05-31 12:55:37
Score: 4.5
Natty: 4
Report link

okok bro chilllll brooo I WONT

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

79646623

Date: 2025-05-31 12:52:36
Score: 1
Natty:
Report link

For me, the issue seemed to be that I had "private": true in my workspace root package json & some of the individual workspace package JSONs. After removing it, the issue seemed to go away. I'm not entirely sure why this is the case it seems unintuitive to me, but there's probably a good reason for it.

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

79646609

Date: 2025-05-31 12:19:28
Score: 1
Natty:
Report link
Picasso.get().load(clienLogoUrl).placeholder(R.drawable.companylogo).error(R.drawable.companylogo).noFade().into(imageView);

If you are displaying a logo or any image dynamically, resize it to a smaller size (in KB) to avoid memory issues. This will resolve the issue.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Priti1789

79646592

Date: 2025-05-31 12:00:23
Score: 2.5
Natty:
Report link

Maybe you and I made the same mistake haha. Since there are two layers of directories when unzipping, I only wrote D:apache-jmeter-5.6.3 at the time, but the actual directory is D:apache-jmeter-5.6.3apache-jmeter-5.6.3.

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

79646590

Date: 2025-05-31 11:58:23
Score: 3
Natty:
Report link

The syntax is used for comments in jinja 2 a templating engine used in with pathon framworks like flash dajango. Ialso came across crystal pro max

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

79646588

Date: 2025-05-31 11:52:21
Score: 2
Natty:
Report link

It must be a wrong apk build. you might have mistakenly built the development apk which needs your physical device to be connected with your system via USB Debugging or same internet network. Try building a preview apk which is the actual apk file that runs standalone.If you aim is to run the development apk try running your development server in your system first and then connect your physical device and your System via USB or connect both the devices to a common network.

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

79646577

Date: 2025-05-31 11:34:17
Score: 2
Natty:
Report link

Downgrading to "nette/di": "3.2.4"solved the issue. In my case, i just had to set "prefer-stable": true in composer.json.

The problem turned out to be in Nette\DI itself. It was quite a ride to debug, because the problem only manifests itself, when running PHP without a debugger! With a debugger enabled, the container gets created with the proper function, which is supposed to be:

public function createServiceHttp__request(): Nette\Http\Request
{
    return $this->getService('http.requestFactory')->fromGlobals();
}

Thanks to user @rixafy on the Nette Discord server who proposed downgrading as the solution.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @rixafy
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Matesaktesak

79646572

Date: 2025-05-31 11:28:16
Score: 2.5
Natty:
Report link

https://orgfarm-60889e5de0-dev-ed.develop.my.salesforce.com/services/data/v64.0/query/?q=SELECT+Id,+Name+FROM+Account+WHERE+Name+%3D+%27pulsegen%27

i am also using this query to fetch all the cases but i am unable to getting this error

[
    {
        "errorCode": "NOT_FOUND",
        "message": "The requested resource does not exist"
    }
]
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30683771

79646567

Date: 2025-05-31 11:22:14
Score: 3
Natty:
Report link

Can you confirm if the MySQL instance is accessible on the specified port (3306) via a browser, terminal, or another tool? It's also possible that the issue is caused by the ${DB_PASSWORD} environment variable not being set correctly. As a debugging step, you can temporarily disable JDBC session initialization by setting spring.session.store-type=none in application.properties.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Sanay Shah

79646551

Date: 2025-05-31 11:02:09
Score: 1.5
Natty:
Report link

The error you're seeing means that the Dart SDK version you're currently using (2.10.0)

is not compatible with the version of the path package you're trying to use (1.8.0

nullsafety.3).This version of the path package requires a Dart SDK version between 2.12.0

and below 3.0.0.

To fix this issue, you have two options:

Upgrade your Dart SDK to version 2.12.0 or higher (but less than 3.0.0),

OR

Downgrade the path package to a version that is compatible with Dart SDK 2.10.0

Happy Coding

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

79646533

Date: 2025-05-31 10:38:03
Score: 1.5
Natty:
Report link

for tailwind just add

<textarea className="resize-none" />
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: abdelrahman aboneda

79646529

Date: 2025-05-31 10:31:01
Score: 1.5
Natty:
Report link

i was using java 1.8 so i did following:

kotlin {
    compilerOptions {
        jvmTarget.set(JvmTarget.JVM_1_8)
    }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Athar Gul

79646521

Date: 2025-05-31 10:22:59
Score: 1
Natty:
Report link

Well. I provided the wrong parameter there. So that function didn't work. Its a working function.

you have to take these,

accesstoken = your access token

other params -

    $raw_input = file_get_contents('php://input');
    if(!empty($raw_input)){
        $input = json_decode($raw_input, true); 
        $messageId = $input['entry'][0]['changes'][0]['value']['messages'][0]['id'];
         $phoneId = $input['entry'][0]['changes'][0]['value']['metadata']['phone_number_id'];
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dip Chakraborty

79646519

Date: 2025-05-31 10:19:58
Score: 1
Natty:
Report link

Mounting the app on my docker volume for celery solved it for me

celery:
    build:
      context: .
      dockerfile: ./docker/Dockerfile
    command: celery -A config.celery_app worker --loglevel=info
    depends_on:
      - django
      - redis
    volumes:
      - ./:/app
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Novend

79646518

Date: 2025-05-31 10:18:58
Score: 1.5
Natty:
Report link

No there isn't. The official documenation is out-of-date garbage.

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

79646504

Date: 2025-05-31 09:56:53
Score: 1
Natty:
Report link

The "old" TraCIAPI is considered deprecated. Please use libtraci and find examples on how to use it here: https://sumo.dlr.de/docs/Libtraci.html#c

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

79646501

Date: 2025-05-31 09:53:52
Score: 0.5
Natty:
Report link

SUMO saves some values in the registry. On Linux (and probably macOS) you can find those values in $HOME/.foxrc and if you are fine with resetting to the defaults you can just delete the directories sumo-gui and netedit inside.

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

79646500

Date: 2025-05-31 09:53:52
Score: 1.5
Natty:
Report link

Just add your /opt/ros/melodic/setup.bash to the end of /etc/profile.

That works right for me.

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

79646497

Date: 2025-05-31 09:48:51
Score: 2.5
Natty:
Report link

I think you need set up redirect url and sign in flow in your account, add correct url(s), follow documentation.

Check this link https://firebase.google.com/docs/auth/web/start

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Archil Labadze

79646491

Date: 2025-05-31 09:42:49
Score: 0.5
Natty:
Report link

Yes, you need to downgrade SUMO or upgrade Veins.

For a list of compatible versions see https://veins.car2x.org/download/#compatibility

For Veins 5.2 it reports SUMO 1.11.0 as the newest possible version

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

79646485

Date: 2025-05-31 09:36:47
Score: 3
Natty:
Report link

add related assembly line on web.config in views forder

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Serdar KUŞ

79646482

Date: 2025-05-31 09:36:47
Score: 3.5
Natty:
Report link

Days like this, makes me acknowledge the flexibility of JS.

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

79646481

Date: 2025-05-31 09:33:46
Score: 1
Natty:
Report link

The most voted answers did not work for me on Windows 11. After a bit of fiddling and checking 7zip's command line options, I came up with this:

for /d %%X in (*) do ("C:\Program Files\7-Zip\7z.exe" a -tzip -r "%%X.zip" "%%X/*" )

Using this line in a batch file and executing said batch inside the desired main folder, all subfolders (with their respective contents) are zipped into individual zip files.

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

79646478

Date: 2025-05-31 09:30:45
Score: 4
Natty:
Report link

pdf.insert_image("images/muze_dis.jpg", width=120)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hayrül Nisa Taşdemir

79646463

Date: 2025-05-31 09:09:35
Score: 10 🚩
Natty:
Report link

I Installed These 4 Dependencies But Still Getting Same Error even I Run the App Again? :-

npm install @react-navigation/native
npm install @react-navigation/native-stack
npm install react-native-screens react-native-safe-area-context
npm install react-native-reanimated

I am Getting the Same Error When I Run MainScreen Instead of NavigationContainer then it Works fine?

Please Help me. I am New to ReactNative and I am Getting this Type of Error.

Reasons:
  • Blacklisted phrase (1): Help me
  • RegEx Blacklisted phrase (3): Please Help me
  • RegEx Blacklisted phrase (1): I am Getting the Same Error
  • RegEx Blacklisted phrase (1.5): I am New
  • Has code block (-0.5):
  • Me too answer (2.5): Getting Same Error
  • Me too answer (0): I am Getting the Same Error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Abdullah Hameed

79646452

Date: 2025-05-31 08:52:31
Score: 1
Natty:
Report link

Found the solutions it was just simple as using user to pull the notifications and specify the array.

$notification = $user->notifications;
$response = $this->postJson("/api/notifications/{$notification[0]->id}");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: TheBetweener

79646423

Date: 2025-05-31 08:15:20
Score: 8.5 🚩
Natty: 4
Report link

How did you resolve this issue? I'm still experiencing it, and there's no way to know exactly why it's happening.

Reasons:
  • RegEx Blacklisted phrase (3): did you resolve this
  • RegEx Blacklisted phrase (1.5): resolve this issue?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Nitesh Kumar

79646422

Date: 2025-05-31 08:10:19
Score: 1
Natty:
Report link

I tried all the suggestions from here like use of config.setAllowedOrigins instead of config.addAllowed() but in my case I had

@CrossOrigin(origins = "*")

added before my controller which was causing this. Removing this resolved the error.

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

79646421

Date: 2025-05-31 08:08:19
Score: 0.5
Natty:
Report link

I don't believe you should explicitly include the offline_access scope when using Cognito. Based on my testing, refresh tokens are still enabled in Cognito even without the offline_access. The Cognito UI currently states that refresh tokens are always enabled:

Refresh token authentication is always enabled.

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

79646414

Date: 2025-05-31 07:54:16
Score: 1.5
Natty:
Report link

If you are using Windows then use the Win32 API function GetAsyncKeyState(); or if you know Win32API well then use WM_KEYDOWN message. Though assuming you would not want to do multithreading and all, your best bet is GetAsyncKeyState();

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

79646413

Date: 2025-05-31 07:53:15
Score: 1
Natty:
Report link

A simple workaround for this.

At the end of the button's click event, change the focus to another component such as a label.

Label1.Focus();

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

79646410

Date: 2025-05-31 07:47:14
Score: 1.5
Natty:
Report link

This instruction should fix the issue GitLens blame fails silently when ignoreRevsFile points to missing .git-blame-ignore-revs.

Fix:

Local (per repo):

bash git config --unset blame.ignoreRevsFile

or

touch .git-blame-ignore-revs Global (all repos):

bash git config --global --unset blame.ignoreRevsFile Why: Removes invalid reference so git blame works normally.

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

79646400

Date: 2025-05-31 07:20:08
Score: 0.5
Natty:
Report link

My issue was fixed when I changed the wwwroot/index.html
and changed this line from: <link href="{OldProjectName}.styles.css" rel="stylesheet" />
into: <link href="{NewProjectName}.styles.css" rel="stylesheet" />

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

79646394

Date: 2025-05-31 07:14:06
Score: 1.5
Natty:
Report link

Just add your /opt/ros/<ros_name>/setup.bash to the end of /etc/profile.

This problem is caused by that Jetbrains Pycharm don't inherit the symbols of ros2 in the setup.bash.

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

79646392

Date: 2025-05-31 07:12:06
Score: 3
Natty:
Report link

For such purposes I have created VSCode "Interactive Script" extension https://marketplace.visualstudio.com/items?itemName=andriy-viyatyk.interactive-script You may find it useful.

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

79646391

Date: 2025-05-31 07:12:06
Score: 0.5
Natty:
Report link

Try hotspotting from your phone (your mobile internet) — that’s what worked for me.

I had tried restarting my PC and disabling IPv6, but those didn’t help. Then I came across this comment, and using a mobile hotspot somehow bypassed whatever was causing the issue.

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

79646380

Date: 2025-05-31 06:29:57
Score: 0.5
Natty:
Report link
<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <ResourceDictionary Source="Generic.xaml" />
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>
Add the reference in app.xaml 
It resolved rendering of repeat button.
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: dilipkumar katre

79646363

Date: 2025-05-31 05:55:51
Score: 11
Natty: 7
Report link

VC.One Any chance you could help me with the video link on this website?

https://www.oprahdaily.com/life/health/a60649155/oprah-teen-mental-health-crisis-conversation/?fbclid=IwY2xjawKndcxleHRuA2FlbQIxMQABHoc0cEIqH16yO2IFOQuKMGYF2pTAvU9AbF1FdDRk7OCa_2xXlukTbbtcFyNY_aem_TIh8H4SK0cjoLQlQJoS2ew

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): video link
  • RegEx Blacklisted phrase (3): you could help me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Aimee Maloney

79646356

Date: 2025-05-31 05:43:49
Score: 0.5
Natty:
Report link

Sure. Your compression algorithm (and decompression algorithm) is the identity function.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Mark Adler

79646353

Date: 2025-05-31 05:41:48
Score: 2
Natty:
Report link

There was a Swift feature defined in SwiftPM System Module Search Paths

Available since swift 3.0

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

79646337

Date: 2025-05-31 05:14:43
Score: 1
Natty:
Report link

drizzle generate types base on your select query, you can get return types like this:

type PricesProps = {
  subscription?: Awaited<ReturnType<typeof getSubscription>>;
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: NullEe

79646319

Date: 2025-05-31 04:32:34
Score: 3
Natty:
Report link

use cmd instead of vscode terminal or PowerShell

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

79646316

Date: 2025-05-31 04:20:32
Score: 2.5
Natty:
Report link

I managed to track down where setFactory is defined.

https://github.com/nette/di/blob/master/src/DI/Definitions/ServiceDefinition.php#L62

https://github.com/nette/di/blob/master/src/DI/Definitions/Statement.php#L34

https://github.com/nette/di/blob/master/src/DI/Definitions/Reference.php#L39

Maybe with this will provide you the information you need to finish debugging the issue. I'm not a Nette user myself so it doesn't really tell me much but it might be just what you need.

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

79646295

Date: 2025-05-31 03:32:21
Score: 1
Natty:
Report link

I don't think it will affect the cold start period of lambda as you have already installed bundle present. If you were to install at runtime, then the cold start would be longer.

Sometimes packages in a different language can be heavier. The best you can do is use libraries that are lighter and then there is scope for reducing size. However this 9MB size is also fine, no issues with that. We have deployed code much heavier than this and it was not slow.

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

79646290

Date: 2025-05-31 03:13:18
Score: 2.5
Natty:
Report link

The simpliest way that works everytime on my side:

1.Go to task manager
2.Search for "mysqld"
3.End task then restart Xampp
That's it!

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

79646287

Date: 2025-05-31 03:07:16
Score: 2
Natty:
Report link

I have found the problem. The xml executable available to my PATH, that comes from my Oracle instalation, is probably too old and do not support the "sel" argument. I removed it from the path and added the xml executable from xml to my path. I removed the building folder and the source to be sure I restart from a clean project. The nmake is already building from 30 minutes, so at least the original problem was solved

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

79646286

Date: 2025-05-31 03:07:16
Score: 1
Natty:
Report link

Yes, you can easily update the list after submitting the form using HTMX attributes.

Assuming your form posts to `/todos` and your list has `id="todo-list"`, you can add these attributes to your form:

`<form hx-post="/todos" hx-target="#todo-list" hx-swap="beforeend">`

Then, your `/todos` endpoint should return *only the HTML for the new todo item* (e.g., a `<div>` or `<li>`). HTMX will automatically append this HTML to the end of the `#todo-list` element upon a successful response.

This avoids needing any client-side JavaScript to handle the update.

I wrote a step-by-step guide showing this exact pattern for a Todo app, comparing it to the React way:

https://beyondit.blog/blogs/Replace-Your-Entire-React-App-with-20-Lines-of-HTMX-A-Step-by-Step-Guide

Key things for your server endpoint:

1. Process the form data.

2. Save the new todo.

3. Render *just the HTML fragment* for the new item.

4. Send that fragment as the response.

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

79646272

Date: 2025-05-31 02:14:06
Score: 2.5
Natty:
Report link

As @JoelCoehoorn pointed out, C# arrays (string[]) are fixed-size, making them unsuitable for dynamic collections where the size is unknown. Instead, a List<string> is ideal for this scenario, as it can grow dynamically. @Progman noted that the provided code snippet is incomplete (e.g., missing declaration of i and unclear purpose of choice). Since the full context isn't provided, I assume you're trying to group consecutive identical characters into substrings (e.g., ['a', 'a', 'b', 'b', 'b'] becomes ["aa", "bbb"]). If your goal is different (e.g., fixed-length substrings or another pattern), please clarify for a more tailored solution.

Below is a complete C# solution that:

C# Solution

    using System;
    using System.Collections.Generic;
    using System.Text;
    
    public class Example
    {
        public static void Main(string[] args)
        {
            // Sample input array for testing
            char[] chars = { 'a', 'a', 'b', 'b', 'b', 'c', 'c', 'd' };
    
            // Validate input to handle null or empty arrays
            if (chars == null || chars.Length == 0)
            {
                Console.WriteLine("Error: Input array is null or empty.");
                return;
            }
    
            // Use List<string> to store substrings dynamically
            List<string> substrings = new List<string>();
    
            // Initialize StringBuilder for efficient string construction
            StringBuilder sb = new StringBuilder();
    
            // Start with the first character
            sb.Append(chars[0]);
    
            // Loop through the array starting from the second character
            for (int i = 1; i < chars.Length; i++)
            {
                // If the current character matches the previous one, append it
                if (chars[i] == chars[i - 1])
                {
                    sb.Append(chars[i]);
                }
                else
                {
                    // If the character changes, save the current substring and start a new one
                    substrings.Add(sb.ToString());
                    sb.Clear(); // Reset StringBuilder for the next group
                    sb.Append(chars[i]); // Start new substring with current character
                }
            }
    
            // Add the last substring after the loop
            if (sb.Length > 0)
            {
                substrings.Add(sb.ToString());
            }
    
            // Display the generated substrings
            Console.WriteLine("Generated substrings:");
            foreach (string s in substrings)
            {
                Console.WriteLine(s);
            }
        }
    }

For the input char[] chars = { 'a', 'a', 'b', 'b', 'b', 'c', 'c', 'd' }, the output is:

Generated substrings:
aa
bbb
cc
d

This solution should meet your needs for dynamically adding substrings to a collection.

Reasons:
  • RegEx Blacklisted phrase (2.5): please clarify
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @JoelCoehoorn
  • User mentioned (0): @Progman
  • Low reputation (0.5):
Posted by: João Mac

79646271

Date: 2025-05-31 02:07:04
Score: 1.5
Natty:
Report link

I suggested that you look at Convert columnar data to multiple rows. with an answer by @rockinfreakshow.

Use this formula:

={"Name","Contacts";tocol({A2:B6}),tocol(C2:D6)}


Results

results

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @rockinfreakshow
  • High reputation (-1):
Posted by: Tedinoz

79646255

Date: 2025-05-31 01:30:56
Score: 1.5
Natty:
Report link

Can you try to force the permission by overriding get_permissions in your viewset (perhaps also you can specify AllowAny for particular actions)?

    def get_permissions(self):
        return [AllowAny()]
Reasons:
  • Whitelisted phrase (-2): Can you try
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Bathir

79646249

Date: 2025-05-31 01:02:51
Score: 0.5
Natty:
Report link

Thank you to everyone who offered advice! Here's how I made it work. I found it easier to do in Apple Numbers, because in Numbers it's easy to add additional tables within a single sheet. I'm sure there are ways to do this in LibreOffice Calc and MS Excel, but I don't how.

I made separate tables for each lecture, consisting of 2 columns each. The "A" column is just a list of all the registered IDs. In the top cell of the second column, I inserted my formula:

SUM(COUNTIFS(Table 1::B,A1,Table 1::E,"初めまして")+COUNTIFS(Table 1::B,A1,Table 1::E,"はじめまして"))

The above example is for the first lecture. I SUMmed two COUNTIFS to account for variations in the password. If there is no variation, I could use just one COUNTIFS and no SUM. I then dragged down the column to apply the formula to the other IDs. When I do this, the number in column "B" should be "1." If it's "0," it means the person didn't submit a comment or they didn't get the password right. If it's "2" or more, that means they submitted multiple comments. Then I do a manual search in the main table to find the extra comment(s) and delete them.

It would be neat if I could have the redundant comments highlighted with Conditional Highlighting, but my understanding of that function in Apple Numbers is that it can't be done with formulae. (I would love to be proven wrong about this.)

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rachel T

79646219

Date: 2025-05-30 23:59:35
Score: 3
Natty:
Report link

1-1 /2-2/ /3-4/ /4-8/ /5-16/ /6-32/ /7-64/ /8-128/ /9-256/ /10-512/ ...../64-9 223 372 036 854 775 808/

264-1 = 18 446 744 073 709 551 615

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

79646213

Date: 2025-05-30 23:53:33
Score: 4
Natty: 5.5
Report link

what is the library named?

it said "NameError: name 'simpledialog' is not defined"

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): what is the
  • Low reputation (1):
Posted by: MrCool4782

79646212

Date: 2025-05-30 23:53:33
Score: 1
Natty:
Report link

Test run with

find . -mindepth 2 -type f -name "*.txt" -mtime +7 -exec ls -lp {} \;

Delete with

find . -mindepth 2 -type f -name "*.txt" -mtime +7 -print -delete
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nntrn

79646209

Date: 2025-05-30 23:44:31
Score: 0.5
Natty:
Report link

Chrome intends to ship sibling-index() in the next stable version (138): https://groups.google.com/a/chromium.org/g/blink-dev/c/opsqx1cBPyc/m/pJaRwh7UAAAJ

This should allow you to use something like transition: all 250ms linear calc(sibling-index() * 1s);

Spec: https://drafts.csswg.org/css-values-5/#tree-counting

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

79646199

Date: 2025-05-30 23:27:27
Score: 4
Natty:
Report link

The first thing I would recommend exploring when you have a simulation nearly grinding to a halt with extremely small step size is trying a stiff solver.

https://www.mathworks.com/help/matlab/math/solve-stiff-odes.html https://www.mathworks.com/help/simulink/slref/exploring-variable-step-solvers-using-a-stiff-model.html

If that doesn't help, look into zero crossings or other problems using the Solver Profiler like @wolfie suggested. https://www.mathworks.com/help/simulink/slref/solverprofiler.html

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @wolfie
  • Low reputation (1):
Posted by: emceerich

79646196

Date: 2025-05-30 23:25:27
Score: 1
Natty:
Report link

Have you tried to mess with the One Call settings? Because the outbound call wasn't made (limit hit), there is nothing to report on via webhook so it looks like this is expected behavior based on what you described. enter image description here

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Adrian Rodriguez

79646195

Date: 2025-05-30 23:18:25
Score: 4
Natty: 4.5
Report link

This is obviously too late. But the answer is here: "company#_"

https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.CustomizingTasks.TableMapping.SelectionTransformation.Wildcards.html

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

79646190

Date: 2025-05-30 23:17:24
Score: 2.5
Natty:
Report link

Close application, Android Device exit, remove, exit Seesion Android Device title allowed option open completely finished delete removed.Enable factory reset adding same original Realme 5I mobile Device completely all option open allowed, manage Through.you

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: muhammad shafique

79646188

Date: 2025-05-30 23:14:24
Score: 3.5
Natty:
Report link

To save space, Google works this way. What I did was bring the list of products and then, with the complementary code, the information with my database.

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

79646186

Date: 2025-05-30 23:08:22
Score: 0.5
Natty:
Report link

Are you sure the data structure is fine? Have you confirmed with {{site|jsonify}}?

I would have assumed, without plugins, your tree would look more like: comment4/reply1/reply1/reply1/reply1/reply1/index.md

_comments
└── comment4
    ├── index.md
    └── reply1
        ├── index.md
        └── reply1
            ├── index.md
            └── reply1
            ...
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: nntrn

79646185

Date: 2025-05-30 23:08:22
Score: 1.5
Natty:
Report link

many thank for your great reply. That help a lot. I could reproduce withoout error, but it does not as expected, may be because my lake of knowledge.

Here my steps. First I renamed /hook/fieldContext.ts to /hook/filedProvider.tsx. I needed to add tsx to avoid error message at FieldContext.Provider.

I copied your suggestion as the following

import React, { createContext, useState, ReactNode } from 'react';

type FieldContextType = {
  field: string;
  setField: (value: string) => void;
};

export const FieldContext = createContext<FieldContextType | undefined>(undefined);

export const FieldProvider = ({ children }: { children: ReactNode }) => {
  const [field, setField] = useState("-1");

  return (<FieldContext.Provider value={{ field, setField }}>
    {children}
  </FieldContext.Provider>);

};

Q1: I suppose, the above code is not a hook any more because of tsx. Should U move it to constants or components ?

Secondely: you asked to add <FieldProvider></FieldProvider> at the root of my application, where is the navigation. I am confuse.

My app structure is as the following

app
- (tab)
-- map
--- layout.tsx
--- [id].tsx
-- settings
--- layout.tsx
--- setting.tsx
--- info.tsx
-- stations.tsx
-- index.tsx
-- alarms.tsx
-- layout.tsx
- layout.tsx

My navigation look like

app -layout.tsx

import { Stack } from "expo-router";
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";

const queryClient = new QueryClient

export default function Layout() {
  
  return (
    <QueryClientProvider client={queryClient}>
      <Stack>
        <Stack.Screen 
          name="(tabs)" 
          options={{ 
            headerShown: false
          }} 
        />
        <Stack.Screen 
          name="+not-found"
          /*
          options={{
            headerShown: false,
          }} 
          */
        />
      </Stack>
    </QueryClientProvider>
    );
}

and

app -(tab) --layout.tsx

I added <FieldProvider>

import FontAwesome from '@expo/vector-icons/FontAwesome6';
import { Tabs} from 'expo-router';
import { StyleSheet } from "react-native";
import { useThemeColors } from '@/hooks/useThemeColors';
import { useNavigation } from '@react-navigation/native';
import { useState } from "react";
import { FieldProvider } from '@/hooks/fieldProvider';


export default function TabLayout() {
  const colors= useThemeColors()
  const navigation = useNavigation();

   const [sortKey, setSortKey] = useState<"id_station" | "station_name">("id_station")
  
  return (
 <FieldProvider>
  <Tabs screenOptions={{ tabBarActiveTintColor: 'green'}}>

    <Tabs.Screen
      name="index"
      options={{
        headerShown: false,
        title: 'Home',
        headerStyle: {backgroundColor: colors.appHeadBackgroundColor, borderColor:'red'},
        headerTintColor: '#000',
        headerTitleStyle: {
          fontWeight: 'normal',
        },

  
        tabBarIcon: ({ color }) => <FontAwesome size={28} name="arrows-to-circle" color={color} />,
    
        tabBarStyle: {
          display:'none',
          backgroundColor: colors.appTabBarBackgroundColor,
          paddingTop:8,
          height:70,
        }
      }}
    />

    <Tabs.Screen
      name="map"
      options={{
        title: 'Map',
        headerShown: false,
        headerStyle: { backgroundColor: colors.appHeadBackgroundColor},
        headerTintColor: '#000',
        headerTitleStyle: {
          fontWeight: 'normal',
        },
        tabBarIcon: ({ color }) => <FontAwesome size={28} name="map-location-dot" color={color} />,
        //headerTitle: props => <LogoTitle />,
        tabBarStyle: {
          backgroundColor: colors.appTabBarBackgroundColor,
          //paddingTop:8,
          height:70,
        }
      }}
    />

    <Tabs.Screen
      name="station"
      options={{
        headerStyle: { 
          backgroundColor: colors.appHeadBackgroundColor
        },
        headerTintColor: '#000',
        headerTitleStyle: {
          fontWeight: 'normal',
        },
        headerShown: false,
        href: null,
        tabBarIcon: ({ color }) => <FontAwesome size={28} name="chart-line" color={color} />,
        tabBarStyle: {
          //backgroundColor: colors.appTabBarBackgroundColor,
          //paddingTop:8,
          height:70,
        }
      }}
    />  
    

    <Tabs.Screen
      name="alarmes"
      options={{
        title: 'Alarmes',
        headerShown: false,
        headerStyle: { backgroundColor: colors.appHeadBackgroundColor},
        headerTintColor: '#000',
        headerTitleStyle: {
          fontWeight: 'normal',
        },
        
        /*
        headerRight: () => (
          <Button onPress={() => router.back()}>Back</Button>
        ),
        */
        tabBarIcon: ({ color }) => <FontAwesome size={28} name="bell" color={color} />,
        //headerTitle: props => <LogoTitle />,
        tabBarStyle: {
          //backgroundColor: colors.appTabBarBackgroundColor,
          //paddingTop:8,
          height:70,
          //borderWidth:30,
        }
      }}
    />

    <Tabs.Screen
            name="stations"
            options={{
              title: 'Stations',
              headerShown: false,
              headerStyle: { backgroundColor: colors.appHeadBackgroundColor},
              headerTintColor: '#000',
              headerTitleStyle: {
                fontWeight: 'normal',
              },
              tabBarIcon: ({ color }) => <FontAwesome size={28} name="map-pin" color={color} />,
              tabBarStyle: {
                //backgroundColor: colors.appTabBarBackgroundColor,
                height:70,
              }
            
            }}
        />

    <Tabs.Screen
          name="settings"
          options={{
            title: 'Paramètres',
            headerShown: false,
            headerStyle: { backgroundColor: colors.appHeadBackgroundColor },
            headerTintColor: '#000',
            headerTitleStyle: {
              fontWeight: 'normal',
            },
            /*
            headerRight: () => (
              <Button onPress={() => router.back()}>Back</Button>
            ),
            */
            tabBarIcon: ({ color }) => <FontAwesome size={28} name="gear" color={color} />,
            //headerTitle: props => <LogoTitle />,
            tabBarStyle: {
              backgroundColor: colors.appTabBarBackgroundColor,
              //paddingTop:8,
              height:70,
            }
          }}
        />
      
  </Tabs>
  </FieldProvider>


  );
}

I was not really sure if it should go to at app/layout.tsx or at app/(tab)/layout.tsx (I tried both)

Problem: How can I get the value in my view settings.tsx and map.tsx. I tried the following in my view alert.tsx (it need it as well) as that viw is very simple at the moment.

Here is what I tried

import { Image, View } from "react-native";
import { useContext, useEffect, useState } from "react";
import { RootView } from "@/components/RootView";
import { ThemedText } from "@/components/ThemedText";
import { Row } from "@/components/Row";
import css from "@/hooks/styles";
import { useThemeColors } from "@/hooks/useThemeColors";
import AsyncStorage from '@react-native-async-storage/async-storage';
import { imagesHeader } from "@/components/imagesHeader";
import { FieldContext, FieldProvider } from "@/hooks/fieldProvider";

export default function Alarms() {

    const colors = useThemeColors()
    
    const field = useContext(FieldContext)
    
    return(
    <RootView>
      
        <View style={[{backgroundColor: colors.appHeadBackgroundColor }]}>
          <View style={css.jumbotronContainer}>
            <Image
              style={css.jumbotronImage}
              source={imagesHeader.alarms.uri}
            />       
          </View>
        </View>
        
        
        <View style={css.container}>
            <Row>
                <ThemedText>Terrain sélectionner: </ThemedText>
           
                <ThemedText>{field}</ThemedText>
  
            </Row>
            <ThemedText style={[css.text,css.paragraphe]}>Aucune station en alarme</ThemedText>
        </View>
    </RootView>
    )
    
}

but {field} does not print anything. It show an error. and how my drop menu can update the value when the function

function onFieldChange(value:string) {    
  
  }

Many thanks for your help!!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-0.5): thanks for your help
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: popof

79646177

Date: 2025-05-30 22:56:19
Score: 2
Natty:
Report link

You have a very limited access to that project in cloud skills boost, and probably that project is inside the lab that has a limited time access, more of the time is already done/expires automatically for you to access it. Most of the lab in cloud skills boost could have a time span of 1-2hrs to finish.

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

79646174

Date: 2025-05-30 22:53:18
Score: 2.5
Natty:
Report link

What I do is program locally with Tomcat on my machine. When I want to go to production, I execute an MSBuild task that packages the application. Then, I deploy the WAR (for web applications) or the RAR (for batch applications). We also use Docker containers for other installations. In both cases, you have to define deployment units and use the deploy tasks from the GX IDE.

I've never tried developing on one machine and copying directly from GX to another machine.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Starts with a question (0.5): What I
  • Low reputation (0.5):
Posted by: ealmeida

79646171

Date: 2025-05-30 22:49:17
Score: 1.5
Natty:
Report link

It is because DICT_DEF2 expects exactly either 3 arguments (name, key_type and value_type) or 5 arguments (name, key_type, key_oplist, value_type and value_oplist).

It doesn't accept 4 arguments because it won't be able to identify what is the third argument (value_oplist of key_oplist).

Since you give an oplist for util_obj_t, you need to give an oplist for double too (like M_BASIC_OPLIST).

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

79646170

Date: 2025-05-30 22:49:17
Score: 10 🚩
Natty: 6
Report link

did you ever find a solution to this?

Reasons:
  • RegEx Blacklisted phrase (3): did you ever find a solution to this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: anon

79646156

Date: 2025-05-30 22:35:13
Score: 2
Natty:
Report link

from moviepy.editor import *

# إعادة تحميل الفيديو بعد إعادة تشغيل بيئة العمل

video_path = "/mnt/data/20250216_183058.mp4"

video = VideoFileClip(video_path)

# إزالة الصوت كما طلب المستخدم (لا مؤثرات صوتية)

video = video.without_audio()

# تصدير النسخة الكاملة بدون عنوان وبلا مؤثرات

final_output_path = "/mnt/data/golden_body_final_nomark.mp4"

video.write_videofile(final_output_path, codec="libx264", audio_codec="aac")

final_output_path

Reasons:
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: Kh Anes

79646154

Date: 2025-05-30 22:31:12
Score: 1
Natty:
Report link

I would recommend splitting apart the concept of UI friendly error checking, from server side validation of bad data.

On the UI, use JavaScript before you submit the form. There will be no delay doing this, and you can verify things are the way you expect them to be.

Server side, you still have to content with malicious users attacking your forms, so do your checks there...but if there is a failure on the server side - don't get fancy. Simply refresh the existing page.

By splitting it in two, you have the UI friendly stuff operating promptly, and you have your "catch-all" activities handled server side, without needing to inject all sorts of UI logic on the back end.

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

79646153

Date: 2025-05-30 22:29:11
Score: 1.5
Natty:
Report link

I am going to add one more option here. I have tried all of the various methods recommended above (as well as in other threads), and none of them worked.

I finally opened VS2022 with administrator privileges, and the form designer loads with no problems now.

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

79646152

Date: 2025-05-30 22:26:11
Score: 1.5
Natty:
Report link

Just went through this after having the same issue with the .NET9 Web App Template and the default Authentication pages like Account/Login when trying to make the whole app operate in @rendermode="InteractiveServer" as seen in the docs.

Either way the problem for me (and I suspect for you) is that the page gets correctly rendered statically from the server, but after interactivity starts, the client doesn't know about the existence of the page OR the page doesn't support interactivity for some reason and is rendered in Static mode and the result is a flash of content followed by the white page with Not found but with the source code all visible via View Source.

I ended up resolving it (by allowing Login to render statically) in the App.razor page by adding this to the <head>

    <HeadOutlet @rendermode="PageRenderMode" />

This to the <body>:

    <Routes @rendermode="PageRenderMode" />

This to the @code section, which is the key piece for my problem in that it ensures pages that don't accept interactive routing are rendered statically.

    private IComponentRenderMode? PageRenderMode =>
        HttpContext.AcceptsInteractiveRouting() ? InteractiveServer : null;

This solution can also be seen by, in Visual Studio, using the wizard to create a new Blazor Web App and choosing Server render mode and Interactivity location: Global. This code comes from the aspnetcore template and can be found by searching that doc page for (UseServer).

Screenshot of creating a Blazor Web App in Visual Studio 2022

Braindump of things that helped:

  1. Testing InteractiveServer via this code snippet from .net docs:

    @page "/render-mode-2"
    @rendermode InteractiveServer
    
    <button @onclick="UpdateMessage">Click me</button> @message
    
    @code {
        private string message = "Not updated yet.";
    
        private void UpdateMessage()
        {
            message = "Somebody updated me!";
        }
    }
    
  2. Dumping RendererInfo.Name in my razor file (via .net docs) to find out what mode my page was rendering in. (It was Static).

    <h2>RendererInfo.Name: @RendererInfo.Name</h2>

  3. Creating the aforementioned Server/Global Web App and BeyondCompare'ing it to my application.

  4. Making a page that dumped all the routes to find out if my page was in the route table:

    @page "/debug/routes"
    @using Microsoft.AspNetCore.Components.Routing
    @using System.Reflection
    
    <h3>Discovered Blazor Routes</h3>
    <ul>
        @foreach (var route in Routes)
        {
            <li>@route</li>
        }
    </ul>
    
    @code {
        List<string> Routes = new();
    
        protected override void OnInitialized()
        {
            var assembly = typeof(Program).Assembly;
    
            // will include any Blazor component, even those not inheriting from ComponentBase
            var pageTypes = assembly.GetTypes()
                .Where(t => typeof(Microsoft.AspNetCore.Components.IComponent).IsAssignableFrom(t))
                .Select(t => new
                {
                    Type = t,
                    PageAttrs = t.GetCustomAttributes(typeof(Microsoft.AspNetCore.Components.RouteAttribute), true)
                })
                .Where(x => x.PageAttrs.Length > 0);
    
            foreach (var page in pageTypes)
            {
                foreach (Microsoft.AspNetCore.Components.RouteAttribute attr in page.PageAttrs)
                {
                    Routes.Add($"{attr.Template} ({page.Type.FullName})");
                }
            }
        }
    }
    
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same issue
  • Low reputation (0.5):
Posted by: dunc

79646146

Date: 2025-05-30 22:21:09
Score: 2.5
Natty:
Report link

I see this all the time in my console when using Firefox and I ignore it. Today, I see it when restructuring a json response from a javascript fetch (after the response is returned, of course). The code works exactly like I want it to. I have no idea what "XrayWrapper" is or what "content-script.js" is and don't really care. That's my 20-cents (inflation-adjusted 2-cents).

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

79646144

Date: 2025-05-30 22:17:08
Score: 1
Natty:
Report link

I think you are running into a common TypeScript issue. When you use keyof Foo, the value type associated with the key won't might not match what you are assigning. Since Foo, has a mix of required and optional properties with different types, TypeScript can't infre a safe assignment type for existingProduct[key] = newProduct[key].

You can fix this like so:

interface Foo {
  id: string;
  bar?: number;
  }
 
function setIfChange<k extends keyof Foo> (
  newProduct: Foo,
  existingProduct: Foo,
  key: k
): boolean {
  if (newProduct[key] !== existingProduct[key]) {
     existingProduct[key] = newProduct[key];
     console.log(`Product ${key} updated:`, 
     newProduct);
     return true;
   }
   return false;
}

basically, by adding , Typescript now knows that key is a specific key of Foo, and newProduct[key] and existingProduct[key] are both of type Foo[k]

This helps to avoid type assertion and // @ts-ignore while keeping type safety.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @ts-ignore
  • Low reputation (1):
Posted by: Obinna Obi-Akwari

79646138

Date: 2025-05-30 22:03:05
Score: 1.5
Natty:
Report link

Keycloak is enforcing OTP for the B2BAdmin user likely because the authentication flow's role condition is misconfigured, the user indirectly has the B2BEUAdmin role, the OTP step is applied unconditionally, or the user has a required action like "Configure OTP" set.

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

79646130

Date: 2025-05-30 21:54:03
Score: 11.5
Natty: 7.5
Report link

Good evening, please I replied job and I’ll come to choose my shift. I can’t find the place I can choose my shift. Can you help me for that one? Please? Thank you so much. I finished doing all of them Just. I’m coming to choose my shift. Thank you. And my Internet do something else. I tried to go back in the app. I can’t find it again please help me thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): Good evening
  • RegEx Blacklisted phrase (3): please help me
  • RegEx Blacklisted phrase (3): Can you help me
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Susana Osei

79646116

Date: 2025-05-30 21:35:58
Score: 2
Natty:
Report link

Uninstall Vs code completely, start the process of installation on finishing C# dev kit installation you will get an error stating that .NET SDK can not be found, just click install SDK on the provided button within the error section the download the VSIX File copy it and paste in the .dotnet folder in program files.

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

79646109

Date: 2025-05-30 21:22:55
Score: 2
Natty:
Report link

I suggest to create base abstract controller that derivies from EndpointWithoutRequest and overrides only HandleAsync method

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

79646104

Date: 2025-05-30 21:17:53
Score: 4
Natty:
Report link

I wound up figuring this out. I needed to use the CellFormatting() event instead of any of the paint events. Now it only draws each cell once.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christian Blackburn

79646096

Date: 2025-05-30 21:12:52
Score: 0.5
Natty:
Report link

I managed to make it work by using s3ForcePathStyle: true instead of forcePathStyle: true:

import { S3Client } from '@aws-sdk/client-s3';
client = new S3Client({
  'us-east-1', 
  endpoint: 'http://localhost:4566', 
  s3ForcePathStyle: true, 
  disableHostPrefix: true
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex Rewa

79646094

Date: 2025-05-30 21:10:51
Score: 1.5
Natty:
Report link

double-check namespaces and assembly references. If you're using RequestModel<PatientFinderRequestModel> in multiple places (like public/internal models), there may be more than one type named RequestModel<PatientFinderRequestModel> — even if they look identical.

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

79646084

Date: 2025-05-30 21:02:50
Score: 2.5
Natty:
Report link

I ultimately decided to copy the offending file and put in my source folder. Importing the copied file solved the problem. Since the dependency is deprecated, it's unlikely to get updated any time soon so that file should be fine to sit there until such time as we replace the dependency outright.

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

79646083

Date: 2025-05-30 21:01:49
Score: 1
Natty:
Report link

In my case, I solved it by extracting the zipped folder (in which my project was packed) with 7-Zip, not with WinRaR (with him exact same error occurs)

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

79646079

Date: 2025-05-30 20:54:48
Score: 1
Natty:
Report link

I am experiencing the same problem and it is taking me a few days and I still could not fix it. This is the error I am getting:

[runtime not ready]: Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RNMapsAirModule' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes

It happens on IOS and Android

"expo": "~53.0.9","react-native-maps": "^1.20.1" ( I've installed the latest but Expo suggested to roll back to 1.20.1),"react-native": "0.79.2","react": "19.0.0"

Almost giving up on this!

I've removed the newArchEnabled but the problem persists.

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

79646077

Date: 2025-05-30 20:51:47
Score: 3.5
Natty:
Report link

As Scott Hannen said. Documentation here here RuleSets.

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

79646074

Date: 2025-05-30 20:50:47
Score: 2.5
Natty:
Report link
  1. check if xauth is installed

  2. check in the file /etc/ssh/sshd_config if the value of the path to xauth, XAuthLocation is defined

# Path to xauth for X forwarding

XAuthLocation /usr/bin/xauth

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

79646069

Date: 2025-05-30 20:44:46
Score: 2.5
Natty:
Report link

Inspecting the HTML, you can see that the width is not bound to be an integer.

To cover all possible widths you can simply use the same values for both min-width and max-width. If you set both to 480px, when the page is exactly 480px wide then the page will appear blue because the rule that appears later in the CSS take precedence.

StackOverflow page width as seen from the editor

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • No code block (0.5):
  • Low reputation (1):
Posted by: Scydact

79646060

Date: 2025-05-30 20:34:43
Score: 2.5
Natty:
Report link

Wild how everyone's answer is "here's how to make a modal" and not one "here's how to detect if cookies are disabled, stop the cookie-dependent parts of the angular app from loading to avoid spamming errors, and then display a warning page".

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

79646051

Date: 2025-05-30 20:25:40
Score: 0.5
Natty:
Report link

Creating the Map from an array is the way to go here: if you use a temporary object in between, the keys are converted to string.

const m = Map([[10,'ten']])
m.get(10)
// 'ten' 

https://immutable-js.com/play/#Y29uc3QgbSA9IE1hcChbWzEwLCd0ZW4nXV0pCm0uZ2V0KDEwKQ==

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

79646047

Date: 2025-05-30 20:24:40
Score: 1.5
Natty:
Report link

I wish I had the same problem, I am working on presenting 1M data as clusters and trying to solve problem with superclusters but 1M data creates serious problem. Withbounding box approach we can present 20000 data on map within 45 seconds but still it is not the main target

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

79646043

Date: 2025-05-30 20:21:39
Score: 2
Natty:
Report link
   
    ...
    self.AnimAx = self.Fig.add_subplot(projection='3d')
    self.MyPlot, = self.AnimAx.plot(x,y,z,marke...

...
    # update...
    self.MyPlot.set_data_3d(x,y,z)

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

79646041

Date: 2025-05-30 20:17:38
Score: 1.5
Natty:
Report link

It worked with IE in WSL.

Install IE in WSL: sudo apt install wslu

Set the below two lines in .profile

export DISPLAY=:0

export BROWSER=/usr/bin/wslview

Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Suvendu Mandal

79646034

Date: 2025-05-30 20:09:36
Score: 3
Natty:
Report link

it only does it half way, it doesn't do it if the column name has spaces.

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

79646028

Date: 2025-05-30 20:00:34
Score: 2.5
Natty:
Report link

You can try the approach described at https://aps.autodesk.com/blog/merge-pdfs-svg-lines

That leverages BufferGeometry (refer to https://threejs.org/docs/#api/en/core/BufferGeometry) to draw geometries on top of the scene. Later, you can mimic those geometries as SVG and even print those in case of PDF files.

For text, you can leverage TextGeometry, as done in https://aps.autodesk.com/blog/how-do-you-add-labels-forge-viewer

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: João Martins

79646026

Date: 2025-05-30 19:56:33
Score: 1
Natty:
Report link
$databaseFilename = "abcd.jpg"; // value from your database

$partnameoffile = pathinfo($databaseFilename, PATHINFO_FILENAME); // "abcd"

$dirname = "media/images/"; $images = glob($dirname . "" . $partnameoffile . ".*"); // match any extension

foreach ($images as $image) { echo '
'; }

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

79646025

Date: 2025-05-30 19:55:32
Score: 0.5
Natty:
Report link

There are many possible reasons for the 422 status code, and many of them are out of your control and can depend on the infrastructure at Scrapfly that is executing that specific HTTP request.

If you visit Scrapfly's webscraping errors page (https://scrapfly.io/docs/scrape-api/errors), you'll see that there are 36 different errors that can cause a 422 response including things like "Network error happened between Scrapfly server and remote server".

So if you get a 422, it's useful to retry the request using common best practice retry logic (such as exponential backoff with circuit breaker).

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

79646024

Date: 2025-05-30 19:54:32
Score: 1.5
Natty:
Report link

In my case, it was Windows defender. I added the Java process (not the process I was starting from my Java program) to the Windows Defender Process exclusion list, and saw the process invocation go from 5000ms to 500ms. enter image description here

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

79646021

Date: 2025-05-30 19:51:32
Score: 1
Natty:
Report link
import os
"running the command"
os.system(command)
"capturing the output"
result = os.popen(command).read()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: N. S.

79646012

Date: 2025-05-30 19:42:29
Score: 1
Natty:
Report link

You have both name() method for faker in the factory and $this->categories->name in the resource. One of those is breaking the call. The categories being a collection instance instead of a model is my theory, but without more code, I can't tell for sure.

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

79646006

Date: 2025-05-30 19:39:28
Score: 0.5
Natty:
Report link

Mmaybe using ... extends ListQuerydslPredicateExecutor<Student>, instead of QuerydslPredicateExecutor, will help you to create your desired stream.

In this there are several List<T> findAll(...) methods.

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

79645997

Date: 2025-05-30 19:31:26
Score: 1.5
Natty:
Report link

I have been struggling with a similar issue where the sphere detects everything but the specified layer.

This did not really work for me, but I heard it work for others: Put a Tilde character (~) in front of "playerMask". This would become "~playerMask". This will reverse the operation to ignore everything but that layer. This is because it ignores the specified layer, instead of including it.

If that does not work, as for me, I heard there could be a weird Unity feature that makes the method use the collision matrix despite your specific layer. This could present issues. For my issue, I did not use the layer parameter at all and instead checked it within a selection statement, e.g. "if(gameObject.layer == playerMask) {"

Hopefully this helps!

Reference: https://discussions.unity.com/t/solved-physics-overlapsphere-does-not-see-the-needed-layer/776021 User: Kurt-Dekker

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

79645993

Date: 2025-05-30 19:29:25
Score: 5.5
Natty: 5.5
Report link

So what are teh client id and client secret for? I know they are enough to read and write tweets even without all the other keys.
So, how???

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Abbas Shojakani