79451432

Date: 2025-02-19 13:06:26
Score: 1.5
Natty:
Report link

You don't need to write any dynamic code; simply add this line to your project's themes.xml file: <item name="android:navigationBarColor">@color/your_color</item>. This way, you won't need to use deprecated functions.

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

79451429

Date: 2025-02-19 13:05:25
Score: 0.5
Natty:
Report link

Auth::user() returns \Illuminate\Contracts\Auth\Authenticatable|null. Which does not have your method.

You can safely ignore this message. Personally I use https://github.com/barryvdh/laravel-ide-helper Which resolves such issues by rewriting the expected output to your User model.

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

79451428

Date: 2025-02-19 13:05:25
Score: 1.5
Natty:
Report link

You could just add each selected PRODUCT_ID to some list, and base the Interactive Grid on that list. The list could be a (hidden) item containing colon seperated values, an Apex collection, or whatever else you fancy.

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

79451425

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

I had the same problem with Python 3.13.2. I installed Python 3.12.9, and the installation of the requirements passed smoothly. Unfortunately, I couldn't (or didn't have time to) figure out what's broken with the dependencies.

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: japs

79451423

Date: 2025-02-19 13:04:25
Score: 3.5
Natty:
Report link

this removed the error for me npm install @types/react --save

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

79451420

Date: 2025-02-19 13:03:24
Score: 4
Natty:
Report link

This error occurs in the latest version 13.0.1. Tried to downgrade to 11.0.2 or 12.0.1 and solved the issue.

In package.json change: "koa-router": "11.0.2" and remember to remove the "^"

I have not check detailed on the document, maybe this changed to other syntax?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Paranoia

79451411

Date: 2025-02-19 13:00:24
Score: 2
Natty:
Report link

The 9's complement of 0.473 in base 10 is 9.526. The 9's complement of 9.473 in base 10 is 0.526.

You just had a minor miscalculation for the 9's complement of the number 0.473: 10^1 - 10^(-3) - 0.473 = 9.526

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

79451391

Date: 2025-02-19 12:55:22
Score: 5
Natty: 4.5
Report link

from.models import produit ImportError: cannot import name 'produit' from 'produits.models' (C:\Users\KOTCHAP Jordan\Desktop\formation django\produits\models.py). Did you mean: 'Produit'?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jordan Kotchap

79451390

Date: 2025-02-19 12:54:21
Score: 2.5
Natty:
Report link

Go to your Project folder and if it is saved in iCloud do a right click and choose download. Now Xcode can compare it to your local repository. Otherwise a restart of Xcode does work most of the time.

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

79451389

Date: 2025-02-19 12:54:21
Score: 8 🚩
Natty:
Report link

I've been using yfinance for years without this issue and it just started yesterday, so this is something new! Please help find a fix. Is there an old version, I can load? or something?

Reasons:
  • RegEx Blacklisted phrase (3): Please help
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ken

79451388

Date: 2025-02-19 12:53:21
Score: 1
Natty:
Report link

I stumbled across the answer to this question on a hunch so posting the solution in case anyone else has the same issue.

In GitHub, TFLint relies on the GITHUB_TOKEN automatically generated by the workflow to authenticate with the GitHub API.

So in an attempt to replicate this, I created a new GitHub PAT, and added it to my GitLab pipeline as a variable named GITHUB_TOKEN. Then in the pipeline script, before I call TFLint I added the following line:

GITHUB_TOKEN=${GITHUB_TOKEN}

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

79451383

Date: 2025-02-19 12:52:20
Score: 4.5
Natty: 5
Report link

here is a guide on React flow performance, which could help you: https://www.synergycodes.com/blog/guide-to-optimize-react-flow-project-performance

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

79451366

Date: 2025-02-19 12:44:18
Score: 3.5
Natty:
Report link

@BalusC.. Thank you for the support and successfully configured the jakarta faces.

but I am facing an error when I try to add the primefaces-13.0.4 or primefaces-14 jar to the project library.

Error:

org.apache.catalina.core.StandardContext.listenerStart Error configuring application listener of class [org.primefaces.webapp.UploadedFileCleanerListener]
    java.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener
        at java.base/java.lang.ClassLoader.defineClass1(Native Method)
        at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1017)
        at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:150)

Project Structure: [![enter image description here][1]][1]

Beans.xml:

  <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.springframework.org/schema/beans
        http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
       <bean id="Hello" class="com.example.Hello">
           <property name="message" value="Hello World!"/>
       </bean>
    </beans>

Web.xml:

<?xml version="1.0" encoding="UTF-8"?>
<web-app
    xmlns="https://jakarta.ee/xml/ns/jakartaee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
    version="6.0"
>
    <servlet>
        <servlet-name>facesServlet</servlet-name>
        <servlet-class>jakarta.faces.webapp.FacesServlet</servlet-class>
    </servlet>
    <servlet-mapping>
        <servlet-name>facesServlet</servlet-name>
        <url-pattern>*.xhtml</url-pattern>
    </servlet-mapping>
       
</web-app>

Requesting your advice on the same.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I am facing an error
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @BalusC
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ram

79451365

Date: 2025-02-19 12:44:18
Score: 1
Natty:
Report link

Solution: apparently the third-party .dll was compiled as 32-bit, so I had to add a "win-x86" runtime identifier to the project.

Reasons:
  • Whitelisted phrase (-2): Solution:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: daily_driver

79451359

Date: 2025-02-19 12:43:18
Score: 4
Natty:
Report link

if possible native code. c++ using can handle onesignal notfication? Onesignal support desktop app - https://documentation.onesignal.com/docs/windows-app-sdk-setup

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rahul Infibrain

79451345

Date: 2025-02-19 12:40:17
Score: 1
Natty:
Report link

Since the answers above did not work with Laravel 11, I decided to write my own

public static function getPossibleEnumValues(string $column): array
{
    $table = (new static)->getTable();
    $columnType = DB::selectOne("SHOW COLUMNS FROM {$table} WHERE Field = ?", [$column])->Type;

    if (preg_match('/^enum\((.*)\)$/', $columnType, $matches)) {
        return array_map(
            fn($value) => trim($value, "'"),
            str_getcsv($matches[1], ',', "'")
        );
    }

    return [];
}
Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29711057

79451339

Date: 2025-02-19 12:38:16
Score: 3
Natty:
Report link

the problem is definitely related to the backend because port 9060 is usually listened there

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

79451338

Date: 2025-02-19 12:38:16
Score: 2.5
Natty:
Report link

For me the solution was to upgrade my function from net6.0 to net8.0 rebuild and deploy + setting the environment variable to "dotnet-isolated" instead of "dotnet" in the portal (it ignored my local.settings.json file).

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

79451315

Date: 2025-02-19 12:32:15
Score: 1
Natty:
Report link
  1. Clean & update gradle cache:

    • delete the gradle cache:
      • windows: delete C:\Users\<YourUsername>\.gradle\caches
      • mac/linux: delete ~/.gradle/caches
    • run from project root:
      ./gradlew cleanBuildCache
      ./gradlew clean
      
    • in android studio, use File > Invalidate Caches / Restart.
    • update your gradle settings (check gradle-wrapper.properties and build.gradle).
  2. Resolve unresolved references:

    • check Missing Files/Resources.
  3. Rebuild the project:

    • clean and rebuild your project via android studio.

This should fix the cache corruption and compilation issues, but if that didn't work, check this detailed solution on StackOverflow.

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

79451312

Date: 2025-02-19 12:31:15
Score: 0.5
Natty:
Report link

now we import vpython rather than import vis library.

And now the axis is same as the x axis, up axis is same as y axis.

Euler angle (that is, the roll, pitch, and yaw you are using now) can be convert to a rotate matrix, and my method is use rotate matrix to assign the vector to up and axis.

So first you need to do the convertion of euler angle to rotate matrix. You can google this and find the convert method.

Now, all you need to do is split a rotate matrix to x, y and z vector, and assign y to up, and x to axis.

Say, you have a rotate matrix (I don't know how to use a latex matrix in stackoverflow, so you see this):

    r11 r12 r13
R = r21 r22 r23
    r31 r32 r33

and x vector would be a column vector of the first column:

    r11
x = r21
    r31

and y vector would be the second column, z vector would be the third column:

    r12      r13
y = r22, z = r23
    r32      r33

After that, you just neet to do this in your python code:

element.axis = x
element.up = y

(sorry about my bad english)

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: PenGoFox Liang

79451310

Date: 2025-02-19 12:31:15
Score: 1
Natty:
Report link

I have a problem while following this procedure.

import tailwindcss from '@tailwindcss/vite'; // This line is not getting recognized by the file.

Alteranively, I have tried to "// import VitePluginTailwind from 'vite-plugin-tailwindcss';" and "[VitePluginTailwind()]" reccomended by chatgpt, from which I didnt get errors but after running the server, the server is getting immediately stopped showing some errors.

Also, one more problem is when I am installing tailwind it is getting installed in node_modules folder rather than node_modules/.bin

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

79451304

Date: 2025-02-19 12:29:14
Score: 2.5
Natty:
Report link

Try to set the MIC endpointConfiguration.setSignedReceiptMicAlgorithms(new String[] {"sha1"});

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

79451299

Date: 2025-02-19 12:26:14
Score: 3
Natty:
Report link

It's a way to use service in same process, not for inter-process acesss, if you want bindService from another process, use aidl interface instead of this way.

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

79451298

Date: 2025-02-19 12:26:14
Score: 1.5
Natty:
Report link

Did you try

select unnest(field.a.b) from table_parquet

I would try it in the CLI before trying in Dbeaver. Is there a reason you are using an older duckdb version?

Reasons:
  • Whitelisted phrase (-2): Did you try
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Maarten

79451297

Date: 2025-02-19 12:26:14
Score: 2
Natty:
Report link

upon successful authorization, the site sends not only the token {token: "***", user_id: 40**9,expire_at: "***"}

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

79451289

Date: 2025-02-19 12:23:13
Score: 1.5
Natty:
Report link

I used these instructions and arrived at desired result

sudo nvcc add1.cu -o add1_cuda [sudo] password for gksen: sudo nvprof --unified-memory-profiling off ./add1_cuda ==12093== NVPROF is profiling process 12093, command: ./add1_cuda Max error: 0 ==12093== Profiling application: ./add1_cuda ==12093== Profiling result: Type Time(%) Time Calls Avg Min Max Name GPU activities: 100.00% 163.97ms 1 163.97ms 163.97ms 163.97ms add(int, float*, float*) API calls: 52.22% 163.98ms 1 163.98ms 163.98ms 163.98ms cudaDeviceSynchronize .......................................

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Filler text (0.5): .......................................
  • Low reputation (1):
Posted by: Goutam Sen

79451288

Date: 2025-02-19 12:23:13
Score: 2
Natty:
Report link

PopupMenuButton( offset: const Offset(-50, 48), // Adjust -50 based on your UI menuPadding: EdgeInsets.zero, color: CarbonColors.layer02, shape: RoundedRectangleBorder( side: BorderSide(color: CarbonColors.borderSubtle), ), )

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

79451286

Date: 2025-02-19 12:21:12
Score: 4
Natty:
Report link

Same here. The iframe is not responding: enter image description here

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

79451283

Date: 2025-02-19 12:21:12
Score: 9.5
Natty: 7
Report link

I'm having the same problem except my squid set up is running on the same LAN, not some remote server. Cloudflare still blocks me. Any ideas?

Reasons:
  • Blacklisted phrase (1): I'm having the same problem
  • Blacklisted phrase (1): Any ideas
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Daniel Weisinger

79451282

Date: 2025-02-19 12:20:11
Score: 1.5
Natty:
Report link

Web scraping using Google sheets

After trying different ways to scrape the given website using other ways in Google sheets and even in Google Apps Script, it seems that it is not possible to accomplish your goal by just utilizing Google sheets functions or the website that you are trying to use implements some type of anti-scraping mechanisms. With that, you will need to look for alternatives like using different tools see this or using alternative websites.

Following @Tedinoz comment, it is indeed that the website uses Javascript to render dynamic websites. We can confirm that by disabling JavaScript on the web browser, in my case, Google Chrome. See below

After disabling JavaScript output

The image above suggests that the website uses JavaScript to render most of its data which are the data that you are interested in.

References:

Disable JavaScript

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Tedinoz
  • Low reputation (0.5):
Posted by: 4thAnd1

79451279

Date: 2025-02-19 12:19:11
Score: 0.5
Natty:
Report link

Reserving more spaces to make it a full cache line probably won’t make a performance difference.

More importantly, you should align this structure to a cache line. If the structure spans multiple cache lines, it may waste cache memory. (Though, whether this leads to significant performance degradation is questionable.) Additionally, depending on the processor architecture, spanning multiple cache lines could lead to increased cache misses or excessive memory bandwidth usage during writebacks.

In any case, if your performance requirements are extremely strict, it might be worth testing and comparing to see if there is any actual performance difference.

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

79451264

Date: 2025-02-19 12:12:09
Score: 3
Natty:
Report link

To know and learn about localnee you can click here : https://localnee.com/help

Here in this page you will find lots of options to learn.

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

79451263

Date: 2025-02-19 12:12:09
Score: 1.5
Natty:
Report link

Indeed, metadata_startup_script runs every time the machine boots, but you can add set an environment variable (maybe something inside .bashrc like $INIT_RUN=1) the first time you run it, and skip running it when the variable is already set.

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

79451260

Date: 2025-02-19 12:12:09
Score: 1.5
Natty:
Report link

I too was having this very issue and the thing that solved it for me was passing the toolset while creating the run.

project_client.agents.create_and_process_run(thread_id=thread.id, assistant_id=agent.id, toolset=toolset)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Prince

79451255

Date: 2025-02-19 12:11:08
Score: 4
Natty:
Report link

happening to me today as well.

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

79451250

Date: 2025-02-19 12:09:08
Score: 0.5
Natty:
Report link

For the latest Mac Users in VS code:

option + Command + up/down for multiselect.

Ctrl + E for going to end of the line, Ctrl + shift + E for going to end of the line with selection.

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

79451249

Date: 2025-02-19 12:09:08
Score: 1.5
Natty:
Report link

You got it correct. Each partition will allow 1 task to subscribe. A single task can subscribe to many partitions, but one partition can have 1 task for the same connector.

Whether there are different topics or not, only total number of partitions should matter. For your case, 17 tasks for 17 partitions is what you needed to do.

How did you check if they are all assigned to task-0? If you are sure about that, there maybe a consumer assigning issue with your custom connector.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Bünyamin Şentürk

79451245

Date: 2025-02-19 12:07:07
Score: 6 🚩
Natty: 5.5
Report link

how do i modify this to be 3 years please :)

Reasons:
  • Blacklisted phrase (1): how do i
  • RegEx Blacklisted phrase (1): i modify this to be 3 years please
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how do i
  • Low reputation (1):
Posted by: Matt Baker

79451243

Date: 2025-02-19 12:07:07
Score: 1
Natty:
Report link

The issue you're facing is likely due to missing getter and setter methods in your Java class. Ensure that your class has public getter and setter methods for the fields that need to be serialized to JSON.

Alternatively, you can use Lombok, which provides convenient annotations like @Data, @Getter, @Setter, and @AllArgsConstructor, so you don't have to manually write all the getter, setter, and constructor methods. Adding Lombok to your project can simplify your code and save time.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • No code block (0.5):
  • User mentioned (1): @Data
  • User mentioned (0): @Getter
  • User mentioned (0): @Setter
  • User mentioned (0): @AllArgsConstructor
  • Low reputation (1):
Posted by: kartik lohate

79451229

Date: 2025-02-19 12:01:05
Score: 2.5
Natty:
Report link

Check this out

https://developercommunity.visualstudio.com/t/Method-References-not-being-displayed-by/10487494

It was this extension to me. AWS Refactoring Toolkit for .NET extension

Going into Extensions > Manage Extensions > Installed, disabling the guilty extension, and restarting Visual Studio resolved my issue.

enter image description here

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

79451223

Date: 2025-02-19 11:59:04
Score: 1.5
Natty:
Report link

I solve this question. the problem is every time we run the porgram need to clean the gpu environment. code is

def clear_nccl_environment():
    dist.barrier() 
    torch.cuda.empty_cache()  
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: wynne yin

79451216

Date: 2025-02-19 11:56:04
Score: 2.5
Natty:
Report link

can you confirm if the format of Entered in Get Items is also in yyyy-MM-ddThh:mm:ssZ format. If not, Entered should be format first.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: frue

79451214

Date: 2025-02-19 11:55:04
Score: 3.5
Natty:
Report link

I have this selenium template, with the docker files needed to install chrome and make it work with selenium

https://github.com/Ismola/selenium-scraper-quickstarter

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ismael Treviño

79451210

Date: 2025-02-19 11:54:03
Score: 5
Natty:
Report link

I have the same problem. I'm using Symfony 6.4 with PHP 8.3 and I always get a Fatal Error: Max execution time exceeded in my Docker container. I have to remove the cache on every request php bin/console cache:clear. I don't want to increase the value of max_execution_time and I haven't found a solution yet to avoid this.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1): haven't found a solution
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Mathieu

79451206

Date: 2025-02-19 11:53:03
Score: 2
Natty:
Report link

If you want to configure the Kong Ingress Controller as an internal load balancer, ensure that everything is set up correctly in the YAML files as mentioned above. I encountered a similar issue in one of our client projects and resolved it by switching the VPC network from Regional to Global mode in Google Cloud. This is necessary only if you want to expose services via a domain and access them through an internal load balancer from your browser.

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

79451203

Date: 2025-02-19 11:51:57
Score: 6.5 🚩
Natty:
Report link

Also stuck with the same problem :\

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): Also stuck with the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Z J

79451202

Date: 2025-02-19 11:51:57
Score: 6 🚩
Natty:
Report link

Stackoverflow propuesta.

Hemos visto tu negocio y creemos que tiene mucho potencial.

Publicaremos tu empresa en más de 60 periódicos digitales de alta autoridad, lo que mejorará tu reputación, y posicionará tu web en las primeras posiciones de Internet. Así, cuando los clientes busquen información sobre ti, verán que tu empresa es conocida y confiarán más en ella.

Además, queremos ofrecerte dos meses gratuitos para que pruebes el impacto sin compromiso.

¿Podrías facilitarme un número de teléfono para comentarte los detalles?

Quedo pendiente de tu respuesta.

PD: Si prefieres no recibir más información, responde con "No estoy interesado" y no volveremos a contactarte.

Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (1): Stackoverflow
  • Blacklisted phrase (2): estoy
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Lilian

79451199

Date: 2025-02-19 11:49:56
Score: 3.5
Natty:
Report link

@Jesse Colorette is the case of error, because it performs multiple replace operation via recursion, so more output produce more stack requirements.

I made PR to solve this issue: https://github.com/jorgebucaran/colorette/pull/107

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

79451197

Date: 2025-02-19 11:48:56
Score: 2.5
Natty:
Report link

I was having similar issue when i was using python version (3.9.6), so i just created another python virtual environment with version (3.13) and it did the job.

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

79451195

Date: 2025-02-19 11:47:55
Score: 0.5
Natty:
Report link

You can try these troubleshooting steps for default backend not working in GKE Ingress setup:

Since your configuration seems fine. You might have to check the logs of Ingress controller to confirm that the request is received by the controller and rerouting the traffic to the default backend.

You can get the logs from the GKE Ingress controller with:

$kubectl logs -n kube-system -l app=gke-ingress

You need to check the health check logs as well, follow this document to enable the health check logging and check the state of your health check by using this document as reference.

Check this official gcp health check troubleshooting document to troubleshoot your health check

Note: Sometimes there may be issues with the GKE ingress controller not properly syncing with the Google Cloud load balancer or health checks. Try deleting and recreating the Ingress resource and the associated services.

Delete the Ingress:

kubectl delete ingress ydt-ingress -n ydt

Reapply the Ingress configuration:

kubectl apply -f your-ingress-config.yaml
Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hemanth Kanchumurthy

79451190

Date: 2025-02-19 11:45:55
Score: 0.5
Natty:
Report link

the problem was that my if statement:

if (envoi?.paid && envoi?.trackingNumber && envoi?.qrCodeUrl && envoi?.simulationStatus === SimulationStatus.COMPLETED)

which doesn't run because my api backend return an object that contains another object, the soulution i should change my if statement for exemple to be: if(envoi?.envoi.paid) instead of: if(envoi?.paid) Or, update the api response to return directly the 'envoi' object instead of returning it in another object like i had before : return NextResponse.json({envoi: envoi}, {status: 200});

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Just Relax قناة هدوء

79451178

Date: 2025-02-19 11:41:53
Score: 7.5 🚩
Natty:
Report link

I have the same problem after I search for documents in alfresco share under project libary :(

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

79451174

Date: 2025-02-19 11:40:53
Score: 2
Natty:
Report link

Check the .csproj File: Make sure that the paths to the NuGet packages are correct and that they are included for both target frameworks. You might need to add conditional references if the paths differ between frameworks.

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

79451161

Date: 2025-02-19 11:32:51
Score: 2
Natty:
Report link

think to check your upload request content-type, it must be as follow: content-type: multipart/form-data; boundary=----WebKitFormBoundaryDR9YJyiuMLduzzYA

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lenwë Galathil

79451160

Date: 2025-02-19 11:31:51
Score: 3.5
Natty:
Report link

In 2025 this works for me. Works great
https://github.com/idammi/blob-video-downloader

Reasons:
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bolo92

79451159

Date: 2025-02-19 11:31:51
Score: 5
Natty:
Report link

I have the same issue with iOS Simulator on xcode-16 , but its run perfectly on device. Project/target settings are-

ENABLE_USER_SCRIPT_SANDBOXING to NO

VALID_ARCHS = arm64

EXCLUDED_ARCHS[config=Debug][sdk=iphonesimulator*] = arm64

If I change anything on last 2 , it gives errors

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

79451149

Date: 2025-02-19 11:29:50
Score: 1
Natty:
Report link

I think the issue is that Uvicorn (if you're using it) does not trust proxy headers by default unless specified.

According to the FastAPI documentation about deploying FastAPI on Docker behind a proxy, you need to enable proxy headers.

Additionally, Starlette provides information about Uvicorn middleware for handling proxy header. The Uvicorn GitHub code also provides insight into how proxy headers are processed.

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

79451145

Date: 2025-02-19 11:26:49
Score: 0.5
Natty:
Report link

In react, you need to use states

const [width, setWidth] = useState<string>("100%"); // initial value.

const method: () => void = () => {
   setWidth("70%"); 
};

useState is a hook you can import as import { useState } from 'react';

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

79451144

Date: 2025-02-19 11:26:49
Score: 2.5
Natty:
Report link

There is one more way to solve this issue my deleting .pnp file where you will find in folder of window (C) =>> user ==>> (name) if multiple user if not after user you will find the fill .pnp if still not get unhidden all files you will and delete the file and restart the server means ng serve

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

79451138

Date: 2025-02-19 11:24:49
Score: 1
Natty:
Report link

Starting with Android 9 (API level 28), cleartext support is disabled by default. You need to establish connection via https, otherwise you need to allow your app to make unsecure requests - add the following property in your Android app manifest: android:usesCleartextTraffic="true"

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

79451137

Date: 2025-02-19 11:22:49
Score: 3
Natty:
Report link

It is also important that you make sure that the 'php artisan vendor:publish --tag=laravel-errors' command has already been done.

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

79451133

Date: 2025-02-19 11:22:49
Score: 1.5
Natty:
Report link

brew reinstall gcc did not work for me. I tried brew uninstall gcc && brew install gcc, which did not solve the issue either.

I had to edit my ~/.R/Makevars file and add -L/opt/homebrew/Cellar/gcc/14.2.0_1/lib/gcc/current/gcc/aarch64-apple-darwin24/14/ to LDFLAGS.

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): did not
Posted by: Shadow

79451120

Date: 2025-02-19 11:16:47
Score: 1.5
Natty:
Report link

I am novic. But, for me trying this solution worked: https://weepingfish.github.io/2020/07/22/0722-suppress-tensorflow-warnings/ But only after restarting the environment so the import takes a few seconds and not immediate. I hope this helps.

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: yossi amgar

79451118

Date: 2025-02-19 11:15:47
Score: 3
Natty:
Report link

try to remove your .gradle, and build again

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

79451114

Date: 2025-02-19 11:13:47
Score: 1.5
Natty:
Report link

I also encountered the same error and was using Expo Go. I decided to make a new build and update our devices that I use for testing: eas build --platform android --profile development.

From what I can check the build version previously installed on my devices that did not have the storage module installed.

This answer will be valid for anyone using EAS

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

79451079

Date: 2025-02-19 10:59:44
Score: 0.5
Natty:
Report link

You could use the exclude parameter of distance if you use a single raster. To do that, set the cells that overlap the target points to a value different from the rest of the raster:

library(terra)
# create dataset
r <- rast(ncols=36, nrows=18, crs="+proj=longlat +datum=WGS84")
r[1:200] <- 1
p2 <- vect(rbind(c(30,-30), c(25,40), c(-9,-3)), crs="+proj=longlat +datum=WGS84")

# set values of cells overlapping points to -1
r[cells(r,p2)[,2]] <- -1
dist <- distance(x = r, target = 1, exclude= NA)
plot(dist)

enter image description here

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

79451077

Date: 2025-02-19 10:59:43
Score: 5
Natty:
Report link

I see the same issue today for me, which has not happened earlier. It is consistently giving 429 status. Will try from another location and check. I hope they have not stopped the yfinance free service :)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I see the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Omkar Mazumdar

79451076

Date: 2025-02-19 10:59:43
Score: 2
Natty:
Report link

Look examples how to connect properly in https://github.com/IMSMWU/RClickHouse

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

79451056

Date: 2025-02-19 10:54:42
Score: 3.5
Natty:
Report link

enter image description hereIn my case, I was adding the build to TestFlight for an internal group, so it was disabled for submission. Please check that you have added the TestFlight build to the correct group as well.check image

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

79451053

Date: 2025-02-19 10:53:42
Score: 0.5
Natty:
Report link

I know I'm late for this question, but how about this one ?

from([1, 34, 65, 3, 7]).pipe(
    filter(item => item > 10),
    isEmpty(),
    map(hasNone => !hasNone),
).subscribe((e) => console.log(e))

It is solely based on RxJS operators, and has the advantage of closing the source as soon as one value passes the test.

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: nquincampoix

79451051

Date: 2025-02-19 10:53:42
Score: 2
Natty:
Report link

I think I'm trying to do something similar and may have found what you're looking for. I'm using the AppRequests table, and found it has a hidden column _ItemId that is the eventId used in the end-to-end transaction URL.

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

79451044

Date: 2025-02-19 10:50:41
Score: 2
Natty:
Report link

I found @Anil kumar comment useful so I have posted it as an answer.

add the tailwind justify-center utility class to the container that has the flex class like this:

<div class="flex justify-center">
    <div>content</div>
</div>

and the content will be centered.

https://tailwindcss.com/docs/justify-content

https://css-tricks.com/almanac/properties/j/justify-content/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Anil
Posted by: dading84

79451040

Date: 2025-02-19 10:49:40
Score: 12 🚩
Natty: 4.5
Report link

I have exactly the same problem. I want to create a simple Dataset in Java, but use a POJO class which I generated with ByteBuddy before. Then, I get the issue you described. It works, when I use a POJO class which is compiled within the JAR file i am executing with spark. See my code snippet here:

            final GenericRowMapper genericRowMapper = new GenericRowMapper(dynamicType);
            applyParquetDefaults(
                spark.createDataset(new ArrayList<>(), kryo(dynamicType))
                  .map(genericRowMapper, genericRowMapper.getEncoder())
                  .writeTo(join(".", db, tableName))
            ).create();

Did you find any solution to your problem?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution to your problem
  • RegEx Blacklisted phrase (1): I want
  • RegEx Blacklisted phrase (2): any solution to your problem?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have exactly the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Chris

79451039

Date: 2025-02-19 10:49:40
Score: 0.5
Natty:
Report link

In my case, static ones were completely dark but dynamics were working normally, clearly during baking all that lighting information affected every static object.

It is possible that your lighting data asset is missing or pointing to the wrong one. Very unusual, extremely dark (even on vertexLit textures) may appear very dark after baking in a scene.

Go to the Lighting Settings, and check your lighting settings assets. It is probably missing even if it is not you can create a fresh one and bake it again.

After I looked at your image, realized that your static objects might be using baked data and dynamics are using real-time. You can change direction-lights color and check which objects/shaders are being effected. Or you can just wipe lighting data Rendering->Lighting->Scene tab->Button right bake button left drop down->Clear Baked Data

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

79451036

Date: 2025-02-19 10:47:39
Score: 2
Natty:
Report link

I don't think we did have a correct answer, all of you. I may have a suggestion, but I am afraid of from Vietnam, you think me "advertise, be boastful". If you use "memory-mapped", you must synchronize (semaphore, mutex, spinlock, ...) but it makes your application slow. Then, "memory-mapped" is not a correct answer. Regards, Thuan PS: Something like: "Sorry, we are no longer accepting answers from your account because most of your answers need improvement or do not sufficiently answer the question. See the Help Center to learn more."

Reasons:
  • Blacklisted phrase (1): Regards
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Thuan Nguyen

79451034

Date: 2025-02-19 10:46:39
Score: 1.5
Natty:
Report link

Ensure no other debugger is running by checking and terminating active debug sessions in Task Manager. Restart Visual Studio Code and try debugging again. Modify launch.json by adding "subProcess": true under "configurations". Try running with Administrator privileges. If using WSL, verify compatibility between Windows and Linux debugging environments.

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

79451032

Date: 2025-02-19 10:44:39
Score: 2
Natty:
Report link

I changed the build type to Debug and used O0 to deactivate optimization by the compiler. After making these changes, there were no more crashes.

Seems like optimization caused some undefined behavior...

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

79451027

Date: 2025-02-19 10:43:38
Score: 1
Natty:
Report link

I identified and resolved the audio stuttering issue in my decodeAudioData function. The problem was caused by incorrectly calculating the number of samples to be copied into AVAudioPCMBuffer. Initially, I used frameCount as the byte count, but I overlooked that the audio is stereo with two channels. To correctly process the data, the total number of samples must be calculated by multiplying frameCount by the number of channels.

data.withUnsafeBytes { (bufferPointer: UnsafeRawBufferPointer) in
    if let memory = bufferPointer.baseAddress?.assumingMemoryBound(to: Int16.self) {
       inputBuffer.int16ChannelData?.pointee.update(from: memory, count: Int(frameCount * inputFormat.channelCount))
    }
}

Thanks to Gordon Childs for pointing out that I was recreating the audio converter each time. For better efficiency and performance, it's best to instantiate it once in init().

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: yarslvd

79451025

Date: 2025-02-19 10:43:38
Score: 0.5
Natty:
Report link

JSON requires double quotes. You can make this swap in the text using REPLACE().

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

79451012

Date: 2025-02-19 10:39:37
Score: 3
Natty:
Report link

Kurios, aber es genügt DoEvents direkt 2 mal hintereinander einzufügen. Wait und Activate sind dann nicht mehr nötig.

DoEvents DoEvents

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

79451010

Date: 2025-02-19 10:38:36
Score: 6 🚩
Natty: 5
Report link

Could you share your project github link? I'm trying to establish connection to send data to google sheet cloud. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Could you share your
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: STHasan

79451008

Date: 2025-02-19 10:37:36
Score: 5.5
Natty:
Report link

@Namudara Abeysinghe add an "icon="mdi-phone"" in the v-stepper-item like this:

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Namudara
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: sim175

79451002

Date: 2025-02-19 10:35:35
Score: 3
Natty:
Report link

My issue was solved by the Laravel Vapor support team:

Check your Docker Desktop settings in the General Tab and see if the “Use container for pulling and storing images” option is enabled?

If it is enabled, please disable it and then try deploying again.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Adam Groom

79450993

Date: 2025-02-19 10:32:35
Score: 2.5
Natty:
Report link

Intellij 2024.3

shortcut key > Cntrl + Alt + s

--> In the resultant screen -> Mouse control [select radio - Change font size with Ctrl + Mouse wheel in: All editors]

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: venkata Ram K

79450990

Date: 2025-02-19 10:31:34
Score: 1.5
Natty:
Report link

ok.... _ls and _glob are async

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Joost Döbken

79450988

Date: 2025-02-19 10:31:34
Score: 5.5
Natty: 4.5
Report link

I want to know if this static web site can be hosted same in case of vite preview rather than create-react-app's build, CRA I understand is static and has this folder as well but what about vite(which creates a dist folder). How do I integrate a vite build with my Spring boot

Reasons:
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 072 Samikshya Nanda

79450980

Date: 2025-02-19 10:28:33
Score: 3
Natty:
Report link

Late reply but, NPM is also using port 3000. Try changing port on your project to something else

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

79450966

Date: 2025-02-19 10:23:33
Score: 2
Natty:
Report link

The default mapping for Enums is using an Integer. If you want to save them as a String, you need to add @Enumerated(EnumType.STRING) Annotation above your Enum field.

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

79450964

Date: 2025-02-19 10:22:32
Score: 1.5
Natty:
Report link

My vite-env.d.ts only has /// <reference types="vite/client" /> but it needs to be kept in src/vite-env.d.ts and not in project root.

VITE v6.1.0

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

79450962

Date: 2025-02-19 10:22:32
Score: 0.5
Natty:
Report link

In my case the baseURL configured in the playwright.config.ts file was on a different domain than the one I was trying to navigate to. Making them equal fixed it for me.

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

79450960

Date: 2025-02-19 10:20:32
Score: 3.5
Natty:
Report link

Update: Restarting VS Code (without changing the code) helped, weird. Sorry, the question can be closed.

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

79450946

Date: 2025-02-19 10:16:31
Score: 1
Natty:
Report link

For iOS 16+

There’s a new native modifier for creating inner shadows, which can even be used on strokes like this:

    var body: some View {
        Circle()
            .stroke(.white.shadow(.inner(color: .gray, radius: 10, x: 2, y: 2)),
                    lineWidth: 50)
            .frame(width: 300, height: 300)
    }

The result might look like this: Final image of the inner shadow used on a shape with stroke

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

79450941

Date: 2025-02-19 10:15:31
Score: 2.5
Natty:
Report link

You can simply create a method in your viewset using UpdateModelMixin called

def update(self, request, *args, **kwargs):

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

79450936

Date: 2025-02-19 10:12:30
Score: 2.5
Natty:
Report link

fixed this issue by changing hive.metastore.uris value into "thrift://host.docker.internal:9083" in the hive-site.xml in spark.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gianny Wise

79450934

Date: 2025-02-19 10:11:30
Score: 2
Natty:
Report link

@Ivan Petrov answer did the job, also his answer made me thing using options pattern with default values for fields which looks like this:

public class PVO_HttpClientBasicConfig
{
    public string HttpClientName { get; set; } = "PVO_HttpClient";
...
}

So if there is no key of HttpClientName in appsettgins.json it will use the default value from class definition -> this won't work for null values in appsettings.json

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Ivan
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: sTx

79450933

Date: 2025-02-19 10:11:30
Score: 2
Natty:
Report link

I've solved it.

I tried installing it from the same Debug folder of my project and running it from the services screen. Then I attached it to process and it worked perfectly.

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

79450929

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

Something that worked for us, as mentioned by one of my team-mates, is to disable the Company's nuget source and the local nuget source.

enter image description here

Click OK, then execute the command line again.

After it worked, enable those two sources again.

Reasons:
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
Posted by: Martin Lottering

79450927

Date: 2025-02-19 10:10:29
Score: 4.5
Natty:
Report link

it was the firewall of my router....thank you all

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yusuf Keks

79450923

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

You can also follow this guide for a workaround. After this guide, app icons appear on top-middle. gnome tweaks topicons extension

Reasons:
  • Blacklisted phrase (1): this guide
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Gökhan Polat

79450918

Date: 2025-02-19 10:07:28
Score: 3
Natty:
Report link

every time you install new gem bundle, restart the server

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