79679988

Date: 2025-06-26 06:26:55
Score: 1.5
Natty:
Report link

Steps:

  1. Enable Audience Targeting:

    • Go to Site SettingsSite Pages → click the gear icon → Library Settings → enable Audience Targeting under the "Audience targeting settings".
  2. Target the Content:

    • In a web part like Highlighted Content, turn on Audience Targeting under the web part settings.

    • Assign one or more Microsoft 365 groups to a page or content item.

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

79679983

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

Please change your code to this:

@Query("select i from Brand i where i.name like %:name% and i.reviewStage = :stage")
Page<Brand> getLikeName(@Param("name") String name, @Param("stage") ReviewStage stage, Pageable pageable);

or this one:

@Query(value = "select * from brand i where i.name like CONCAT('%', ?1, '%') and i.review_stage = ?2", nativeQuery = true)
List<Brand> getLikeName(String name, String reviewStage, Pageable pageable);

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

79679974

Date: 2025-06-26 06:07:50
Score: 2.5
Natty:
Report link

You should use Wisper.cpp and not Python wisper
Bcoz if you are trying to work in Mobile devices Wisper Python wont work
We are currently implementing in my DD-DigitalDiary project

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

79679972

Date: 2025-06-26 06:06:49
Score: 1.5
Natty:
Report link

Last comment of Remy Lebeau for previous answer worked to me - "don't declare the ifstream as a global variable". I just made a few local variables like

ofstream flog;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arev

79679964

Date: 2025-06-26 05:56:46
Score: 2
Natty:
Report link

Hint: Maintain a backup of your project either locally or as repository before making changes. Is simple then to revert or compare, Nb I use BeyondCompare for comparing code versions locally.

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

79679962

Date: 2025-06-26 05:54:45
Score: 3.5
Natty:
Report link

I also made a module called jcon

https://pypi.org/project/jcon/0.5.1/

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

79679960

Date: 2025-06-26 05:51:45
Score: 2
Natty:
Report link

thanks for the update, that makes more sense now. Just to check, when you say the vessel moves to the seized resource unit, do you mean it goes to the home location of the berth (like BDrop1, BDrop2, etc.) that's linked to the resource?

Also, does the Seize block automatically make the vessel wait if all the berths are full, or did you have to add anything extra for that? Just trying to set up something similar and want to make sure I’m on the right track.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Laura Baird

79679956

Date: 2025-06-26 05:48:44
Score: 3.5
Natty:
Report link

give your code about when and where to run AppLinkData.fetchDeferredAppLinkData

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

79679952

Date: 2025-06-26 05:42:42
Score: 2.5
Natty:
Report link

I found the file where throws the error (No existing trace found).

After I installed `@openai/agents-core` package, for I want to try some logic, everything start working and the error gone away.

I don't know why but all I did is "I installed `@openai/agents-core` package".

The problem was solved. thank you.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: a10adotapp

79679949

Date: 2025-06-26 05:40:41
Score: 0.5
Natty:
Report link

Your styles aren't loading because Next.js thinks they’re not being used and skips them.

Just import your CSS file directly in your app, like in layout.tsx:

import 'component-library/dist/main.css'; 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Milan Gohel

79679947

Date: 2025-06-26 05:38:41
Score: 0.5
Natty:
Report link

I encountered the same issue on my DB,

Found the solution to trigger the pruning is doing the conversion using ::timestamp without time zone or with no conversion at all, at planning time postgres is not recognizing the index nor the pruning with different data type

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

79679942

Date: 2025-06-26 05:24:38
Score: 2
Natty:
Report link

Same issue was happening to me.

I got it fixed by updating macOS, updating Xcode to latest versions,

and re-running the following:

flutter clean 
rm -rf ios/Pods ios/Podfile.lock ios/.symlinks ios/Flutter/ephemeral 
cd ios && pod install --repo-update && cd ..
Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Rahul Dev Mondal

79679935

Date: 2025-06-26 05:18:36
Score: 2
Natty:
Report link

Failed to load System.Private.CoreLib.dll (error code 0x80070002) Path: C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.14\System.Private.CoreLib.dll Error message: Could not load file or assembly 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\8.0.14\System.Private.CoreLib.dll'. The system cannot find the file specified. (0x80070002) Failed to create CoreCLR, HRESULT: 0x80070002

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

79679918

Date: 2025-06-26 04:53:30
Score: 3
Natty:
Report link

Deleted LaunchScreen from the project (Remove reference) and add it back in solved it. Restarting device or reinstalling didn't work.

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

79679915

Date: 2025-06-26 04:50:29
Score: 1.5
Natty:
Report link

To do this for multiple files use the command:

for file in *.tif; do

tesseract "$file" "${file%.png}" --psm 6 lstm.train

done

This will generate all the lstm files

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

79679913

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

Use api method from postman

Endpoint take from api_server of your clearml config. For example

https://your_url:443/queues.update

And write body request

{

"name": "default",

"system_tags": ["default"]

}

Do not forget Authorize (create Bearer token, from method auth.login)

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

79679905

Date: 2025-06-26 04:41:26
Score: 4
Natty:
Report link

Literally wasted 12 hrs in others ai platform.just randomly googled it & here problem solved🫰.stackOverflow wont die

Reasons:
  • Blacklisted phrase (1): stackOverflow
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tuhin Abdullah

79679903

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

In the .env file try this way
MONGODB_URI = '<your URL'
....
It work for me

Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Thịnh Nguyễn Văn

79679896

Date: 2025-06-26 04:16:21
Score: 3.5
Natty:
Report link

I am having the same problem when using stumpwm on arch-linux

I have eDP (laptop) and monitor (HDMI-A-0). I prefer having the monitor to left-of laptop, and things were working fine until yesterday when I connected a projector and somehow things got messed up and I'm unable to recover now. Now, when I login to stumpwm, the default mode is monitor to right-of laptop, and things work fine. But when I move the monitor to left-of laptop,

  1. xrandr shows correct values set. even the background image takes the full screen

  2. however, the windows only take up partial screen on monitor. and the windows on the laptop overflow onto the monitor

I've tried, arandr, but get the same results

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Low reputation (1):
Posted by: Pradnyesh Sawant

79679878

Date: 2025-06-26 03:46:15
Score: 2.5
Natty:
Report link

You can check the mapbox option, have free license quota based on number of users or API usage, more info in their web:

https://www.mapbox.com/pricing

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

79679870

Date: 2025-06-26 03:25:10
Score: 2.5
Natty:
Report link

I think the "clunky, non-functional approach" is the best you currently have available. It's clear and to the point.

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

79679861

Date: 2025-06-26 03:03:06
Score: 2
Natty:
Report link

It depends.

Generally speaking, your learning rate is independent of batch size if you divide loss by batch size, otherwise you have to adjust lr when batch size changes.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Simon. Li

79679855

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

You can extract each frame from the input video and identify white background pixels using color thresholding in the HSV color space. and then create an alpha channel is by marking the white regions as fully transparent and the rest as opaque. Save these processed frames are PNG images with RGBA channels. Finally, encode the sequence of transparent PNG frames into a .webm video using the VP9 codec with specific FFmpeg settings that preserve transparency, resulting in a video where the original white background has been removed and replaced with true transparency. You can refer to: https://colab.research.google.com/drive/1Jz39wRN4hiJbvGsrOTFYP4uymjhOlJgF?usp=sharing

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

79679850

Date: 2025-06-26 02:53:03
Score: 1
Natty:
Report link
Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: François Breton

79679846

Date: 2025-06-26 02:35:59
Score: 3.5
Natty:
Report link

Hi I made this because react-native-datetimepicker doesn't work. Please feel free to try it.

https://github.com/sugitata/react-native-year-month-picker-select

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

79679835

Date: 2025-06-26 02:18:55
Score: 4.5
Natty:
Report link
**                                     **           **     **  
                  **   **     //                         **   **     //           /**    /**  
 ******  ******  //** **       **  *****  ****** ****** //** **       **  *****  ****** ******
//**//* **////**  //***       /** **///**//**//*//**//*  //***       /** **///**///**/ ///**/ 
 /** / /**   /**   /**        /**/******* /** /  /** /    /**        /**/*******  /**    /**  
 /**   /**   /**   **       **/**/**////  /**    /**      **       **/**/**////   /**    /**  
/***   //******   **       //*** //******/***   /***     **       //*** //******  //**   //** 
///     //////   //         ///   ////// ///    ///     //         ///   //////    //     //
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • No latin characters (3.5):
  • Low entropy (1):
  • Low reputation (1):
Posted by: Tony

79679834

Date: 2025-06-26 02:15:54
Score: 1
Natty:
Report link

With mypy, you can put # type: ignore at the very top of the file (after shebang and encoding declarations, afaik) and it will not type-check the whole file. This is probably not advisable and this issue probably indicates you’re doing something wrong. From where are you importing AppConfig? Although it may just be that your linter or type-checker is misinterpreting literals as a separate type…

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

79679823

Date: 2025-06-26 01:49:49
Score: 1
Natty:
Report link

In macbook air M1 fixed by

sudo codesign --force --deep --sign - /Applications/Visual\ Studio\ Code.app
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ari Anggoro

79679817

Date: 2025-06-26 01:33:45
Score: 1.5
Natty:
Report link

You probably want to set up an AWS IAM user that has permission to your AWS Cognito. Then your AWS IAM user can generate an access key to use in n8n.

https://docs.n8n.io/integrations/builtin/credentials/aws/#using-api-access-key

OAuth is more for authenticating multiple other users. For example, say you had many users and they each had different permissions. In this case, you might need OAuth so that the user HAS to sign in and you can only do what they have permissions to do.

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

79679811

Date: 2025-06-26 01:26:43
Score: 1
Natty:
Report link
def chapter_body(self, text):
    self.set_font("Arial", size=12)
    # Encode text to avoid Unicode errors
    text = text.encode('latin-1', 'replace').decode('latin-1')
    self.multi_cell(0, 10, text)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Free Fire

79679798

Date: 2025-06-26 00:59:37
Score: 0.5
Natty:
Report link

As per Maxim's answer, but the link died. Add this to the config file:

<system.net>
    <mailSettings>
        <smtp>
            <network
                clientDomain="mail.domain.com"
            />
        </smtp>
    </mailSettings>
</system.net>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cameron

79679791

Date: 2025-06-26 00:40:32
Score: 3.5
Natty:
Report link

Alternatively, use something like Lowcoder to build a UI that manages and triggers your workflow.

https://docs.lowcoder.cloud/lowcoder-documentation/workflows/n8n-integration

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

79679789

Date: 2025-06-26 00:31:31
Score: 2
Natty:
Report link

If all you want is start/stop/restart/status then:

pip install db4e-systemd

Documentation

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

79679788

Date: 2025-06-26 00:30:31
Score: 1
Natty:
Report link

Unfortunately,

: myexp ( u1 u2 -- u3 ) \ u3 = u1^u2   over swap 1 ?do over * loop nip ;

Hangs if the exponent is 0. The correct answer is 1.

: myexp ( u1 u2 -- u3 ) \ u3 = u1^u2   1 swap 0 ?do over * loop nip ;

Will fix that, but it hangs if the exponent is negative.

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

79679785

Date: 2025-06-26 00:25:29
Score: 4
Natty: 5
Report link

I think this Pull-Request can meet your need: https://github.com/elastic/elasticsearch/pull/130054

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

79679781

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

Just add this and try to login. On Github Desktop app in File > options> Advanced:

enter image description here

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

79679772

Date: 2025-06-25 23:57:23
Score: 0.5
Natty:
Report link

Something like this should work

%%{init: {'gantt': { 'leftPadding': 100 }}}%%
Reasons:
  • Whitelisted phrase (-2): this should work
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Hhuhue

79679760

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

For anyone else suffering with this issue but still getting stuck on connection attempts even after installing the server under ~/.vscode-server/bin/{commit-hash}, there is a new setting in the remote-ssh extension for getting past the connection attempts with Microsoft's update server.

Near the bottom of the extension options there's a tick-box that says 'Use Exec Server' (Uses the new bootstrapping mode when connecting to a server. Can be toggled off in the event of connection issues."

Untick this setting(Use Exec Server) box and the connection can be made without trying to download and install all the packages first. This will require the grunt-work from the previous answers in installing the package manually but will also bypass the need to be connected to the internet and having it fail because the local/and remote server are both offline.

Good luck!

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

79679737

Date: 2025-06-25 22:28:03
Score: 4
Natty:
Report link

You can just apply a fixed random pattern of sign flips to the input data and then do a fast Walsh Hadamard transform.

Repeat that again for sparse input data.

https://sites.google.com/view/algorithmshortcuts/home

Code:

https://archive.org/details/software?tab=collection&query=mini+java+collection&and%5B%5D=year%3A%5B2025+TO+2025%5D

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sean O'Connor

79679727

Date: 2025-06-25 22:14:59
Score: 2
Natty:
Report link

If you want to be minimalist:

print(*range(0,101,15))
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jr. Kimbro

79679718

Date: 2025-06-25 22:06:57
Score: 1
Natty:
Report link

First try restarting your IDE and see if something happens. If not then Delete your python installation using revo uninstaller to ensure deep clean. Reinstall python using the official installer from their website. Make sure to use the default installation and add it to PATH. After that create a .venv in your project directory. If you already have one delete it. And reinstall all the packages in the venv. I have faced issues with pyside6 similar to yours where python can't find a package even though it's clearly installed. The only fix I have found is to delete the .venv folder and reinstall everything. It's apparently a common-ish thing with pyside6.

It's common sense to not use any SDK installed from the ms store. MS store is good for regular people using regular apps not Devs using dev tools. Btw, use pycharm for easier python coding. Pycharm CE is free.

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

79679708

Date: 2025-06-25 21:56:55
Score: 1
Natty:
Report link

try which conda activate
you could get a dir like this /usr/local/Caskroom/miniconda/base

/{base} is the conda venv name,
change this with targeted env
then you could activate the env from it at /bin/activate or with activate script dir

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

79679706

Date: 2025-06-25 21:53:54
Score: 9
Natty: 7.5
Report link

Did you manage to solve it by any chance?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to solve it
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: MMM

79679701

Date: 2025-06-25 21:44:52
Score: 2.5
Natty:
Report link

That method failed for me because the "copy" had hidden info regarding begin and end of cell. As a result, I could not properly parse the data as a text string with End of Line commands. I am looking into the HTMLFile object solution.

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

79679697

Date: 2025-06-25 21:41:51
Score: 0.5
Natty:
Report link

The relevant section of code should be modified as follows:

<MudDataGrid Class="table" Items="context.Vendors"  >
    <Columns>
        <MudBlazor.PropertyColumn Property="@(vendor => vendor.Name)" />
        <MudBlazor.PropertyColumn Property="@(vendor => vendor.Description)" />
        <MudBlazor.TemplateColumn Title="Action" Context="vendor">
            <CellTemplate>
                <MudLink Href="@($"vendors/edit?id={vendor.Item.Id}")">Edit</MudLink>
            </CellTemplate>
        </MudBlazor.TemplateColumn>
    </Columns>
</MudDataGrid>

My chief errors were not using CellTemplate, and not understanding .Item.*
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: tonyatl

79679694

Date: 2025-06-25 21:38:51
Score: 0.5
Natty:
Report link

In Strapi 5, the process is the same as Martin Larizzate described, but the property names are different:

files: {
  filepath: filePath, 
  originalFilename: fileName,
  mimetype: mime.getType(filePath),
  size: stats.size,
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: yutictodiyo8fi

79679693

Date: 2025-06-25 21:38:51
Score: 3
Natty:
Report link

Run this command in the terminal this will fix the issue
flutter create --platforms=ios .

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

79679692

Date: 2025-06-25 21:37:50
Score: 1.5
Natty:
Report link

If you want to be minimalist, this gets the job done:

i=0
n=0
while n!=100:
  i=i+15
  n+=1
  print(i)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jr. Kimbro

79679686

Date: 2025-06-25 21:27:48
Score: 3
Natty:
Report link

nvm, I'm just dumb and didn't notice the terminal is interactive... I could basically select a running target and ping logs from it in the window

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

79679685

Date: 2025-06-25 21:27:48
Score: 0.5
Natty:
Report link

Regex can do the trick. Note that I've used the "s" flag, so a "." includes new lines - normally the first capture group would start at the beginning of the current line, rather than the beginning of all text:

echo preg_replace('/.*(?<=<body>)(.*)(?=<\/body>).*/s', '$1' ,$data); // get body text only
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: will

79679679

Date: 2025-06-25 21:21:47
Score: 3
Natty:
Report link

I realised I could add a CHR(34) instead of double quote and it worked.

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

79679664

Date: 2025-06-25 21:06:42
Score: 0.5
Natty:
Report link

There is a direct way of adding sources, resources, headers from folders nested in a Visual Studio projects directory.

In the toolbar of Solution Explorer, click "Show All Files".
An screenshot of Solution Explorer Toolbar showing Show All Files button

Next right click the folder you need and select "Include in Project".
An screenshot of Solution Explorer showing Include In Project Context Option

Now Visual Studio will not automatically scan this folder again and again. So we have two kinds of options.

  1. If you are moving sources and headers from somewhere to these folders, just include the folders once again and Visual Studio will add them. This will however include all files in the folder that you manually removed from the project yourself.

  2. If you want to create a new file in that folder from Solution Explorer, either

    1. In the "Show All Files" view, add by right clicking on the folder and selecting Add option.

    2. In the Default view, include the path along with the filename when select Add option. So instead of entering MyFile.cpp, it goes src/MyFile.cpp. Visual Studio will create any required folders in there is not.

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

79679658

Date: 2025-06-25 20:59:40
Score: 4
Natty:
Report link

For anyone having same question as I: "Obi softbody" in the unity asstestore can do the trick for both physics and visual.

But if you want something more visual and not physically so much effective "magica cloth" is the tool; it is also on the unity asstestore

There are some other tools as soft mesh deformer...

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): having same question
  • Low reputation (1):
Posted by: Fhvgyh Ffjihgh

79679649

Date: 2025-06-25 20:52:37
Score: 6 🚩
Natty:
Report link

Can you provide context such as what operating system you're using, and what application you are using to write/execute code? My best guess is that the file browser opening in one case is the code editor's file explorer built into the app.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you provide
  • Low length (0.5):
  • 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: iLiekTaost

79679645

Date: 2025-06-25 20:47:36
Score: 2.5
Natty:
Report link

HTML is markup not a programming language . Use an actual programming language like PHP, JavaScript etc. There are many free resources for learning any of these languages and also for how to use it in raspberry pi. I would recommend JavaScript with NodeJS.

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

79679639

Date: 2025-06-25 20:41:34
Score: 4.5
Natty:
Report link

Found the solution by changing the format of table. Thank you, community!

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: rajendra kodavaty

79679635

Date: 2025-06-25 20:39:34
Score: 5.5
Natty: 6
Report link

Adding additional policies to the IAM role still did not work for me. This video got me the basics https://www.bing.com/videos/riverview/relatedvideo?&q=step+by+step+to+configure+RDS+SQL+restore+from+S3&&mid=C387ABE5AC396000E939C387ABE5AC396000E939&&mcid=507E1C5F5F944F0BB9504BE3A01DA122&FORM=VRDGAR

But it was still failing until I reset the master rds password!

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): This video
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Xiola

79679632

Date: 2025-06-25 20:37:33
Score: 2
Natty:
Report link

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Dinh Phuong Linh la culi cua a ma sao cam r kia 😂🍼🍼

Reasons:
  • Blacklisted phrase (1): 😂
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: bao phan

79679625

Date: 2025-06-25 20:33:32
Score: 1
Natty:
Report link
for (int i = 6; i>0; i--){
        cout<<space;
        for (int j = i-1; j >=0; j--){
            cout << star << " ";   
        }
        space += " ";
        cout << endl;
    }
this works if you're trying to create a triangle that tapers downwards
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Enoch Sitsofe Nkrumah

79679624

Date: 2025-06-25 20:31:31
Score: 0.5
Natty:
Report link

I suggest changing the name to The type or namespace name could not be found

From your comment, I see that this is because the assembly did not load correctly.

This is an answer for anyone else having this problem - restarting Unity and your code editor should help, if not, check if you see miscellaneous files next to your file name (where the assembly name should be) - if it does - there are many ways to solve the miscellaneous files problem online

Reasons:
  • No code block (0.5):
Posted by: amitklein

79679617

Date: 2025-06-25 20:17:28
Score: 1
Natty:
Report link

Three things are involved here. The tmh files are created by the WPP process (part of Tracing), and it appears WPP won't run if the C build doesn't complete (compile and/or link errors). Lastly, you will need include statements like #include "SourceFile.tmh" in your code. If a .C file includes both an A.h and A.tmh, then A.h should be first. If the C code finally builds, then WPP should run and create all the .tmh files. The next build should be clean, with no complains on missing .tmh files.

The WPP settings are located inside the project's properties dialog. A Visual Studio driver project will have a "Wpp Tracing" entry on the left. Go to that page, and make sure "Run Wpp Tracing" is turned on ("Yes").

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

79679602

Date: 2025-06-25 20:00:24
Score: 3.5
Natty:
Report link

if you check obj type of the four digit number that is input e.g. print(type(number)) you will find it is a string. Which should help you find the issues with your code.

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

79679601

Date: 2025-06-25 20:00:24
Score: 0.5
Natty:
Report link

If someone is still facing this, add to the esbuild config:

  exclude:
      - 'jsdom'
      - 'canvas'
  external:
    - 'jsdom'
    - 'canvas'

It needs to be both to work! Workaround discussed here:

https://github.com/evanw/esbuild/issues/1311

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fabio Corrêa

79679588

Date: 2025-06-25 19:48:20
Score: 3
Natty:
Report link

Have you tried defining the table as it is and then using :last-child?

table.rti.app5 tbody td:last-child {
  text-align: center !important;
}

Do you have any more information you can share as to what you have tried, what more of your CSS looks like and where / how it is used

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • RegEx Blacklisted phrase (2.5): Do you have any
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jay

79679582

Date: 2025-06-25 19:44:19
Score: 0.5
Natty:
Report link

You can find the pip config location by running pip config list -v

browse for

C:\ProgramData\pip\pip.ini

C:\Users\<user>\pip\pip.ini

remove nvidia url and set below config

no-cache-dir = true
index-url = https://pypi.org/simple

trusted-host =
               pypi.org/simple
** post which restart the terminal
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Wasi

79679561

Date: 2025-06-25 19:24:14
Score: 0.5
Natty:
Report link
extension Data {
    func base64URLEncode() -> String {
        let base64 = self.base64EncodedString()
        let base64URL = base64
            .replacingOccurrences(of: "+", with: "-")
            .replacingOccurrences(of: "/", with: "_")
            .replacingOccurrences(of: "=", with: "")
        return base64URL
    }
}
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Bash

79679560

Date: 2025-06-25 19:22:14
Score: 0.5
Natty:
Report link

After adding lines that were described here I still received an error.

I dig somewhere that in fact you need to delete some of them.

For me it was failing when I had a config:

  "compilerOptions": {
    ....
    "module": "es2022",
    "lib": [
      "esnext",
      "esnext.asynciterable"
    ],
    "allowSyntheticDefaultImports": true
  },

I need to remove lines:

"esnext.asynciterable"
"allowSyntheticDefaultImports": true

Then command added back the missing items and succed.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pawel wujczyk

79679559

Date: 2025-06-25 19:22:14
Score: 1.5
Natty:
Report link

The reason you see that is because you're running it in an interactive shell.

Try this

npx -y pnpm install --silent

This pre-confirms the question.

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alec269

79679555

Date: 2025-06-25 19:17:12
Score: 2.5
Natty:
Report link
options.addArguments("--force-device-scale-factor=0.65");  // Apply 65% zoom in headless
           
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Benish Selvin

79679541

Date: 2025-06-25 19:05:09
Score: 5
Natty:
Report link

I'm still facing this issue and haven't found a working solution yet.

Every time I run my Flutter app on iOS Simulator, I get the following error:

Error initializing DevFS:
DevFSException(Service disconnected, _createDevFS: (-32000) Service connection disposed, null)

Steps I've tried so far:

Still getting the same error.

Full crash report shows a segmentation fault (SIGSEGV) around UIImageView/intrinsicContentSize which may suggest a corrupted image or native issue.

If anyone has encountered this or found a workaround, I’d really appreciate any tips or directions

Reasons:
  • Blacklisted phrase (1): any tips
  • RegEx Blacklisted phrase (1): I get the following error
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Low reputation (1):
Posted by: Tarik

79679533

Date: 2025-06-25 19:00:07
Score: 1
Natty:
Report link

As far as I understand and use in projects,

- Service layer deals with business logic and might returns business entities
- Controller layer might deal with what it gets and outputs to the outer world (DTOs)

Like imagine a scenario where:
- A service might need to talk to another service, why they should deal with DTOs?
- You may have different api versions and controllers that would (may do some extra work) but also return different response shape based on new or different DTOs, so would it be wise to refactor (or even touch) service layer in that case to adapt to this change?

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

79679531

Date: 2025-06-25 18:59:07
Score: 1.5
Natty:
Report link

YOU CAN APPROVE YOUR OWN PRs. here is how:

go to the go into the repo -> setting -> rules -> rulesets -> create a new ruleset, and set Bypass list, and then add your roles: Repository admin, or what role you want.

-if you have not set yourself as the admin, then at the repo ROOT -> Organization Roles -> Role Assignments, then assign yourself admin, or whatever else

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

79679528

Date: 2025-06-25 18:54:05
Score: 1.5
Natty:
Report link

As of iOS 17, the current way to set the badge number is by calling:

import UserNotifications
let newBadgeCount = 5
UNUserNotificationCenter.current().setBadgeCount(newBadgeCount)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: neon443

79679527

Date: 2025-06-25 18:54:05
Score: 1.5
Natty:
Report link

On one of my tables, setting columnMenu='legacy' stopped it from hiding on hover but not sure why. version 32.3.7

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

79679517

Date: 2025-06-25 18:40:02
Score: 1.5
Natty:
Report link

Looking at your code, I can see the issue. The problem is in your backend uploadImage function. You're checking for request.body.file but when using multer with file uploads, the file information is stored in request.file (singular), not request.body.file.
Your backend controller is looking in the wrong place for the file info.

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

79679515

Date: 2025-06-25 18:40:02
Score: 3
Natty:
Report link

This was a Firefox bug that has now been fixed as of Firefox 140. The code in the original question now works as expected across browsers.

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

79679509

Date: 2025-06-25 18:33:00
Score: 2
Natty:
Report link

Certain vscode extensions do stuff like that. Usually uninstalling and reinstalling the extension works. If that doesn't work disable every other extension. If you can't disable an extension uninstall it. Then check if your extension that was causing the issue is working or not. If that doesn't work then your vscode installation is either broken or your Windows OS has some issues. Stuff like this has happened to me before twice, though not with a Debugger.

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

79679508

Date: 2025-06-25 18:32:00
Score: 1.5
Natty:
Report link

Maybe my answer doesn’t cover all your questions, but here’s what I’ve found.

The go list command shows which packages will be built( build list). When you run go list -m all, it shows the modules really loaded during the execution —check the official reference for details on how it works.

Finally, go download fetches every dependency declared in your go.mod and it applies to all dependencies of the main module; see the Go documentation for more information.

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

79679501

Date: 2025-06-25 18:24:59
Score: 1.5
Natty:
Report link

Not sure what was going on but I would do File > Open Folder and the contents of the folder would not load in solution explorer. I've gone through all the steps in this thread and only this one worked but it wasn't very clear.

Angad Kumar put me on the right path, but wasn't 100% based since the instructions were not perfect.

I deleted everything found in %appdata%\Microsoft\VisualStudio and that resolved the issue.

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

79679496

Date: 2025-06-25 18:16:57
Score: 3
Natty:
Report link

The same code is treid to run with the help of gemini and am able to compare the code with out any differences between manual run and Gemini run and with exact replica can run the code on Gemini without issues.

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

79679486

Date: 2025-06-25 18:10:56
Score: 2
Natty:
Report link

@Retryable annotation has a "recover" parameter that can be used to define the exact recovery method regardless of the exception class or method signature.
example:

@Retryable(retryFor = {HttpServerErrorException.class, ResourceAccessException.class}, recover="myRecover")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Retryable
  • Low reputation (1):
Posted by: Johnny Farraj

79679481

Date: 2025-06-25 18:04:54
Score: 0.5
Natty:
Report link

As I mentioned in the comments, Apple took exactly 30m to finish the process. Most probably they added some cool off time.

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

79679468

Date: 2025-06-25 17:52:51
Score: 2.5
Natty:
Report link

Looking to refresh your space without spending a fortune? Tips DrHomey shares smart, budget-friendly ideas to decorate your home with style and personality. From repurposing old items and adding indoor plants to using lighting, wall art, and DIY crafts, these decorating tips help create a cozy, functional atmosphere. Whether it’s your living room, bedroom, or garden area, DrHomey’s advice focuses on simple upgrades that make a big impact. Perfect for renters, homeowners, and anyone wanting a home that feels uniquely theirs.

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

79679446

Date: 2025-06-25 17:36:46
Score: 0.5
Natty:
Report link

This feature depends on the Analyze model-driven apps and Microsoft Dataverse telemetry with Application Insights feature.

The instructions describe how to enable exporting data to Application Insights. See Export data to Application Insights

Step 6 says:

Select the Azure subscription, resource group, and Application Insights environment that you're exporting data to. Select Next.

You must have contributor, writer, or admin rights to the Application Insights environment. Typically, one production environment or tenant maps to one Application Insights environment.

You should verify this is set up correctly and that you have the appropriate rights to the Application Insights environment.

You should not have to set the organization.telemetryinstrumentationkey column. That column is valid for update but not valid for read. It should never return the key value. This is by design. But it makes it hard to verify whether the key value is stored.

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

79679444

Date: 2025-06-25 17:34:45
Score: 1
Natty:
Report link
const transporter = nodemailer.createTransport({
  host: "smtp.gmail.com",
  port: 587, // 🔁 Use 587 instead of 465
  secure: false, // 🔁 false for STARTTLS
  auth: {
    user: process.env.EMAIL_USER,
    pass: process.env.EMAIL_PASS,
  },
});

I have use this ,and solved my problem

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

79679435

Date: 2025-06-25 17:27:43
Score: 5
Natty: 4
Report link

6767557676467557756657656$%%%-$-&8:'*&"

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jjjjj

79679427

Date: 2025-06-25 17:19:41
Score: 0.5
Natty:
Report link

ssh is a text only solution (a terminal emulator with encryption). Plain terminal sessions can't do GUI...

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): is a
  • High reputation (-1):
Posted by: Dennis

79679424

Date: 2025-06-25 17:17:40
Score: 3
Natty:
Report link

Just use Pylytic, an alternative to built-in eval() for evaluating complex mathematical expressions

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

79679407

Date: 2025-06-25 17:07:37
Score: 3.5
Natty:
Report link

i found an article that explains the processes and lists a tool called MacSymbolicator that makes this way easier: https://www.avanderlee.com/xcode/symbolicate-crash-logs-reports/

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

79679396

Date: 2025-06-25 16:53:34
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Khalid El Kabouri

79679395

Date: 2025-06-25 16:52:33
Score: 3
Natty:
Report link

The problem was with my validating webhook where for Delete call I was taking req.Object.Raw instead of req.OldObject.Raw.

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

79679385

Date: 2025-06-25 16:42:32
Score: 2.5
Natty:
Report link

The Goodwill Outlet, often referred to as "The Bins," is a chaotic, exhilarating, and sometimes overwhelming treasure hunt where merchandise is sold by the pound rather than at fixed prices. Unlike

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

79679380

Date: 2025-06-25 16:38:31
Score: 2.5
Natty:
Report link

I created a rule set that did a url redirect which seems to work:

IF Condition Host name Equal api.mydomain.de

THEN URL redirect Permanent redirect (308) match request apim-name.azure-api.net

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

79679377

Date: 2025-06-25 16:34:29
Score: 11.5 🚩
Natty: 5
Report link

were you able to fix this issue? I am having the same problem.

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this issue?
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: aee

79679376

Date: 2025-06-25 16:34:29
Score: 3.5
Natty:
Report link

What happened in my scenario was that we have a connection with no limit that is driven off a variable. The variable was pointing to a server that was removed and no longer on our network. Once we fixed the variable the problem was resolved.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: rafael

79679370

Date: 2025-06-25 16:29:27
Score: 5
Natty:
Report link

Really a silly mistake

solved here: https://github.com/tauri-apps/plugins-workspace/issues/2798

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Muhammad Owais Warsi

79679367

Date: 2025-06-25 16:24:26
Score: 3.5
Natty:
Report link

shift + enter renders the markdown cell in vs code. double-clicking it reverts back.

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

79679366

Date: 2025-06-25 16:22:25
Score: 6
Natty: 7
Report link

What happen if i used the version "apexcharts": "^3.50.0" and "@angular/core": "^17.3.11", ??

there will be some error ?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): What
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Angel Gustavo Ortuño Rogel

79679365

Date: 2025-06-25 16:20:24
Score: 2.5
Natty:
Report link

Here's a tutorial using Slack to create a custom function using type script. This covers all the steps to create the app, get the PAN, and deploy the code. Specifically this is with respect to Github API as that's what I'm implementing now https://tools.slack.dev/deno-slack-sdk/tutorials/github-issues-app/

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

79679363

Date: 2025-06-25 16:12:22
Score: 2
Natty:
Report link

NVIDIA GPU Installation steps and guide (Windows 11):

----------------------------------------------------

Step 1: Download and Install ==> "cuda_11.8.0_522.06_windows"

Make Sure Installed version correct or not using this cmd in powershell =\\\> "nvcc --version"  

**Make Sure adding the Environmental Variable Path:**  

    **User Variable:**  

        CUDA_PATH =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8"  

        path =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\bin"  

                "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\libnvvp"  

    **System Variable:**  

        CUDA_PATH =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8"  

        CUDA_PATH_V11_8 =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8"  

        path =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\bin"  

                "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\libnvvp"

Step 2: Download and Extract ==> "cudnn-windows-x86_64-8.6.0.163_cuda11-archive"

Copy ==\\\> (bin, include, lib) files paste it in below paths  

for bin =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\bin"  

for include =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\include"  

for lib =\\\> "C:\\\\Program Files\\\\NVIDIA GPU Computing Toolkit\\\\CUDA\\\\v11.8\\\\lib\\\\x64"

Step 3: Download and install ==> "Python Version: 3.10.0"

Make Sure adding the Environmental Variable Path:  

    **User Variable:**  

        path =\\\> "C:\\\\Users\\\\{System Name}\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python310\\\\Scripts\\\\"  

                "C:\\\\Users\\\\Balaji P\\\\AppData\\\\Local\\\\Programs\\\\Python\\\\Python310\\\\"  

      

    **System Variable:**  

        (not need)

Step 4: install using powershell ==> "pip install tensorflow==2.13.0"

Make Sure Installed version correct or not using this cmd in powershell =\\\> "pip show tensorflow"

Step 5: install using powershell ==> "pip install tensorflow_gpu==2.10.0"

Step 6: Make activate script using powershell (Enter First)==> cd "C:\{Your Project}"

                                    (Once Done above Enter Second) ==\\\> ".\\\\.venv\\\\Scripts\\\\activate"

Final Step: Run Below code check GPU showing or not

    import tensorflow as tf

    import sys



    print(f"Python Version: {sys.version}")

    print(f"TensorFlow Version: {tf.\__version_\_}")

    print("-" \* 30)



    \# This is the most important part

    gpu_devices = tf.config.list_physical_devices('GPU')



    print(f"Num GPUs Available: {len(gpu_devices)}")



    if gpu_devices:

        print("Found GPU(s):")

        for gpu in gpu_devices:

            print(f"  - {gpu}")

        print("\\nTensorFlow is built with CUDA:", tf.test.is_built_with_cuda())

        print("TensorFlow is built with GPU support:", tf.test.is_built_with_gpu_support())

    else:

        print("No GPU was detected by TensorFlow.")

        print("Please check the following:")

        print("1. Is the NVIDIA driver installed and working? (Run \`nvidia-smi\` in your terminal)")

        print("2. Is the correct version of CUDA Toolkit installed?")

        print("3. Is the correct version of cuDNN installed and its files copied to the CUDA Toolkit directory?")

        print("4. Do the TensorFlow, CUDA, and cuDNN versions match the official build configurations?")

        print("   (Check https://www.tensorflow.org/install/source#gpu)")

        

        

    #Success Output below:

    Python Version: 3.10.0 (tags/v3.10.0:b494f59, Oct  4 2021, 19:00:18) \[MSC v.1929 64 bit (AMD64)\]

    TensorFlow Version: 2.10.0

    ------------------------------

    Num GPUs Available: 1

    Found GPU(s):

      - PhysicalDevice(name='/physical_device:GPU:0', device_type='GPU')



    TensorFlow is built with CUDA: True

    TensorFlow is built with GPU support: True

Make Sure check with versions using run below cmd in powershell:

"nvcc --version"

"pip show tensorflow"


Reasons:
  • RegEx Blacklisted phrase (2): working?
  • Long answer (-1):
  • Has code block (-0.5):
  • Filler text (0.5): ----------------------------------------------------
  • Low reputation (1):
Posted by: balaji prabhu