79564758

Date: 2025-04-09 15:49:02
Score: 0.5
Natty:
Report link

The simplest answer is, make sure the Role has AmazonEC2ContainerRegistryReadOnly and AmazonEKSWorkerNodePolicy attached, to make it shown in the drop down.

The drop down works by filter role by Policy instead of permission. Even if your role has full admin right, it won't appear in the drop down.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: v.ng

79564743

Date: 2025-04-09 15:40:59
Score: 6 🚩
Natty:
Report link

@Pravallika KV

Answered here so I can add screenshots; otherwise, I would have made it a comment:)

I can't get that to work; I tried setting FUNCTIONS_EXTENSION_VERSION; am I missing something?

I created a brand new app, did not load any code, and got version 4.1037.1.1

enter image description here

Then, I went and changed FUNCTIONS_EXTENSTION_VERSION

enter image description here

And now it refuses to come up again

enter image description here
Am I missing something?

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Pravallika
  • Self-answer (0.5):
  • Looks like a comment (1):
Posted by: vrghost

79564737

Date: 2025-04-09 15:37:58
Score: 1
Natty:
Report link

It looks like you problem related to JS Check this file https://sc.apexl.io/wp-content/themes/swim-central-child/scripts/main.js?ver=1.0

    $('.card-cell-button').click(function(event) {
        event.preventDefault();

        var buttonId = $(this).attr('id');
        var infoId = 'info-' + buttonId.split('-')[1];
        var infoContent = $('#' + infoId).html();

        $('#modal-info-content').html(infoContent);
        $('#fullscreen-modal').show();
        $('body').css('overflow', 'hidden'); //prevent scrolling
    });
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Артур Димерчан

79564736

Date: 2025-04-09 15:36:58
Score: 2
Natty:
Report link

first try create CSS classes like .color-red, .color-blue, and .color-green with the desired color styles.

Then, in your controller, make sure you correctly assign the status using .includes() instead of .contains(), like this: self.clientStatus = self.filesToUploadClientStatus.includes(WAITING_FOR_UPLOAD) ? 'OK' : 'Error';.

lastly, in your HTML, use ng-class to conditionally apply the color classes based on the status, so the color updates automatically when the status changes.

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

79564734

Date: 2025-04-09 15:35:58
Score: 0.5
Natty:
Report link

Use dummy credentials since you are running it locally, the credentials won't be used..

var credentials = new BasicAWSCredentials("fakeMyKeyId", "fakeSecretAccessKey");

Initialize the client and pass the credentials like this:

var client = new AmazonDynamoDBClient(credentials, clientConfig);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nneka

79564730

Date: 2025-04-09 15:32:57
Score: 2.5
Natty:
Report link

If those requests are made on the client-side, there is no 100% secure way to make sure that the one making the request is your React app.

And in case the JWT token is "stolen" and used on Postman to make request, What is the problem? All data must be validated on both ends, client and server, so there shouldn't be a difference between the React app and Postman doing it.

Any "API Token" you send to the a client (user browser) can be extracted by the user. See https://stackoverflow.com/a/57103663 about this

To make sure your API is only used by your app, all API request must be done server-side. That probably means using some kind of React Framework to do server side rendering.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: UberElectron

79564726

Date: 2025-04-09 15:30:56
Score: 1
Natty:
Report link

Simple metaphor

Imagine a juice machine:

If you put in an orange, you always get the same juice → deterministic function (same input → same output).

If the machine only squeezes, without noise, without splashing, without polluting around → no edge effect → pure function.

If every time you can replace the machine with just an equivalent bottle of juice, without changing the rest of your kitchen → referential transparency.

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

79564724

Date: 2025-04-09 15:29:55
Score: 2.5
Natty:
Report link

Here's an example that demonstrates a working pattern for SSE-based MCP servers and standalone MCP clients that use tools from them.

https://github.com/sidharthrajaram/mcp-sse/tree/main

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

79564723

Date: 2025-04-09 15:28:55
Score: 0.5
Natty:
Report link

Setting the application property quarkus.native.auto-service-loader-registration=true worked for me.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: brotherli

79564722

Date: 2025-04-09 15:28:55
Score: 1
Natty:
Report link

I have written a blog post (and there is an accompanying Github repository with some examples) on this topic.

To address the issue you are facing, I defined a new helper (using kfunc) that does nothing. Then I use this helper function in the XDP program so that the MAP is associated with the program when the verifier is doing its pass. This avoids the error you are getting.

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

79564717

Date: 2025-04-09 15:24:54
Score: 2.5
Natty:
Report link

This implementation involves understanding state management, handling events in Konva, and manipulating shapes dynamically. Due to its complexity and many components, so it is better to discuss this in a detailed format. Good luck.

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

79564709

Date: 2025-04-09 15:21:53
Score: 4
Natty: 4
Report link

may i know if u found solution to this because im facing it right now...

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

79564708

Date: 2025-04-09 15:20:52
Score: 1.5
Natty:
Report link

Removing the configuration for a custom alembic_version schema

version_table_schema=target_schema

when configuring the context fixed the same issue on my end and removed the op.drop_table('alembic_version') from the upgrade() function.

If you want to have alembic_version stored in a custom schema, I'd recommend checking the recommended multi-tenancy guide for alembic as an option. This worked well in my case, though, my case is anyway that I want to implement multi-tenancy via separate schemas with alembic.

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

79564707

Date: 2025-04-09 15:19:52
Score: 1.5
Natty:
Report link

try to set la.nl_pid = 0; when la.nl_pid = getpid(); this skb is not send to kernel,so not enty
rtnetlink_rcv_msg function,because netlink_is_kernel(sk) is false

    if (netlink_is_kernel(sk))
        return netlink_unicast_kernel(sk, skb, ssk);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: s0xzordin

79564706

Date: 2025-04-09 15:19:52
Score: 1.5
Natty:
Report link

This was overwritten in my environment with volumesnapshot from the snapshot.storage API. Running kubectl api-resources | grep vs should show you what is using that particular short name.

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

79564698

Date: 2025-04-09 15:13:50
Score: 3
Natty:
Report link

I am answering my own question might be helpful for other. It was happening due to node.js version difference. I use lower version of node.js then it resolved.

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

79564686

Date: 2025-04-09 15:07:48
Score: 0.5
Natty:
Report link

As @Marek R mentions in comments, the issue is with using constexpr for the the variables is_contain_move_stream and is_contain_compute_stream. For simple fix you can just use const instead. The variable result in main will still be computed at compile time.

The reason is that constexpr functions don't have to be called at compile time. If their arguments are not known at compile time, they behave in the same way as any other function. That is why you can't store the function argument in constexpr variable. The function needs to be valid both in constexpr and at runtime.

Another way to look at this problem is that the argument is not marked constexpr so it cannot be stored in constexpr variable (const and constexpr are very different). Function arguments cannot be marked as constexpr.

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

79564684

Date: 2025-04-09 15:07:48
Score: 1.5
Natty:
Report link

i cleared the issue by

echo "18.7.1" > .nvrmc

nvm use

nvm alias default 18.7.1

now node -v gives 18.7.1

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

79564679

Date: 2025-04-09 15:04:48
Score: 1.5
Natty:
Report link

If you want a specific error handling, then this is what I recommend:

Sub RefreshConnectionsWithErrorHandler()
    Dim cn As WorkbookConnection
    Dim isPowerQueryConnection As Boolean
    Dim errMsg As String

    On Error GoTo ErrorHandler  ' Enable error handling for the entire sub

    ' Loop through all connections
    For Each cn In ActiveWorkbook.Connections
        isPowerQueryConnection = InStr(1, cn.OLEDBConnection.Connection, "Provider=Microsoft.Mashup.OleDb.1") > 0
        
        ' Refresh each connection
        If isPowerQueryConnection Then
            cn.OLEDBConnection.BackgroundQuery = False ' Disable background refresh for better error visibility
            
            On Error Resume Next ' temporarily ignore errors within the single connection refresh
            cn.Refresh
             On Error GoTo ErrorHandler ' re-enable normal error handling
            
            ' Check for an error condition by checking if the connection was successfully refreshed.
             If Err.Number <> 0 Then
                errMsg = "Error refreshing connection '" & cn.Name & "': " & Err.Description
                Debug.Print errMsg
            Else
                Debug.Print "Connection '" & cn.Name & "' refreshed successfully."
            End If

            Err.Clear ' Clear the error, so you do not get the same error for multiple connections.
        Else
             Debug.Print "Skipping non Power Query connection: " & cn.Name
        End If
    Next cn

    MsgBox "All connections processed. Check the Immediate Window for details.", vbInformation
    Exit Sub

ErrorHandler:
    ' Handle general errors
    MsgBox "An unexpected error occurred during refresh. Error: " & Err.Description, vbCritical
End Sub

Error Checking and Handling:

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): get the same error
  • Low reputation (0.5):
Posted by: user80346

79564668

Date: 2025-04-09 14:59:47
Score: 2.5
Natty:
Report link

I encountered a similar issue while using an external monitor. To resolve it, simply rotate the emulator to landscape mode and then back to portrait mode. This quick action should effectively fix the problem.

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

79564664

Date: 2025-04-09 14:55:45
Score: 1
Natty:
Report link

PostgreSQL will send you 1000 times "a". It doesn't have a client part! The client is your application. Between them is the ORM, the database components, and the DATABASE driver. If you are a pgAdmin who wrote a request and received 1000 lines, then your application will receive the same 1000 lines through the above objects with such a request from the application. Query optimization is your task. And the fact that the database can compress the received data depends on the objects through which the program works with your application. But it will compress the same 1000 lines that the database server will give it.

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

79564661

Date: 2025-04-09 14:53:45
Score: 3
Natty:
Report link

I don´t think json is a supported mimi type. But it supports XML, you can convert json to XML and change the mime type to XML

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

79564654

Date: 2025-04-09 14:50:44
Score: 1.5
Natty:
Report link

I have figured it out. It can be done like this:

const serviceHandler = defineFunction({
  entry: './service_call/handler.ts',
  timeoutSeconds: 30
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Deil

79564652

Date: 2025-04-09 14:50:44
Score: 2
Natty:
Report link

For solve your issue you have to do this

<Tabs
....
tabBarButton: (props) => <Pressable {...props}  android_ripple={null}/>
>
 

android_ripple={null} makes the magic

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

79564650

Date: 2025-04-09 14:50:44
Score: 4
Natty: 5
Report link

Esse problema parece ser no próprio Android Studio, pois já fiz todos passo citados acima e outros e mesmo assim não funciona, continua com o mesmo erro.

Reasons:
  • Blacklisted phrase (1): não
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aldemir Gomes

79564649

Date: 2025-04-09 14:49:43
Score: 2
Natty:
Report link

The above explanation is great, one point to stress is that each table entry contains all of the page address (except for the bits that don't matter, either because physical address space is much smaller than virtual address space, or because they are inside the page, so they don't need translation)
so we use the bits that "don't matter" for other things, and every entry contains a page address.

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Dave from the other side

79564641

Date: 2025-04-09 14:47:43
Score: 1
Natty:
Report link

Make every character in its own scene. Then, right click each character scene and copy the node path. You can then instantiate the selected player.

var player1 : string = "res:\\path.tscn"
func _ready() -> void:
    player = player1.instantiate()
    add_child(player)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mr-chen-rui

79564640

Date: 2025-04-09 14:46:42
Score: 4.5
Natty:
Report link

How about trying this configuration? I hope it can help you

enter image description here

Reasons:
  • Whitelisted phrase (-1): hope it can help
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: love-moon

79564626

Date: 2025-04-09 14:41:40
Score: 1
Natty:
Report link

The JS file might be running from the extension's absolute path. If that's the case, maybe

chrome.tabs.executeScript(null, { file: 'js/content.js' });

will work better.

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

79564622

Date: 2025-04-09 14:39:40
Score: 1.5
Natty:
Report link

You can change the scale settings on your Windows PC to whatever you prefer by going to System > Display. This will affect the appearance of Visual Studio as well as the entire Windows interface. Hope this helps!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Waligora

79564621

Date: 2025-04-09 14:38:39
Score: 1
Natty:
Report link

You're missing faQrcode in your main.js. Just add it like this:

js

import{ faUserSecret, faQrcode } from '@fortawesome/free-solid-svg-icons'; library.add(faUserSecret, faQrcode);

Now, your component will work:

vue

<font-awesome-icon icon="fa-solid fa-qrcode" />

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

79564599

Date: 2025-04-09 14:30:37
Score: 0.5
Natty:
Report link

My solution to this problem is to make a singleton service, and have that reach into the clients [session storage, local storage, cookies, whatever], perhaps applying a timeout, depending on the lifetime you need.

The singleton service is mostly just a dictionary. When you want some dat , it looks up a guid key which is in the client storage you elected.

This approach works the same on all Blazor modes and is resistant to page refreshes and lost connections, depending on your client GUID storage mechanism. It also doesn't require you to store data in the browser other than that GUID.

Of course, this is only for transient data storage. Its main benefit is to get around the issue of lots of "scoped" instances.

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

79564588

Date: 2025-04-09 14:23:36
Score: 2.5
Natty:
Report link

Found the bug...

The CertMapping.Subject should include the actual Subject CN of the client certificate, and not the fingerprint.

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

79564584

Date: 2025-04-09 14:22:36
Score: 2.5
Natty:
Report link

Проверь коэффициенты перевода единиц:

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

79564579

Date: 2025-04-09 14:19:35
Score: 3.5
Natty:
Report link

Please open your eclipse application as Run as administrator and it will fix the issue.

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

79564570

Date: 2025-04-09 14:17:33
Score: 6 🚩
Natty:
Report link

I’m actually facing the same issue — in my case, the Snackbar message never appears on the screen at all. I reached out to the BrowserStack team regarding this, but unfortunately, I haven’t received any concrete or helpful feedback so far. :(

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nurullah

79564563

Date: 2025-04-09 14:16:32
Score: 12
Natty: 8
Report link

I have the same problem, do you have a possible solution for this?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): do you have a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mylan

79564556

Date: 2025-04-09 14:12:32
Score: 1
Natty:
Report link

FOR .NET CORE ADD:

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);

EDIT:

else if (!ignorable)
{
    int c = Int32.Parse(hex, System.Globalization.NumberStyles.HexNumber);
    //outList.Add(Char.ConvertFromUtf32(c));
    Encoding encoding = Encoding.GetEncoding("windows-1251");
    outList.Add(encoding.GetString([(byte)c]));
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30223093

79564554

Date: 2025-04-09 14:11:31
Score: 1.5
Natty:
Report link

Just press Windows + Break to see your device specifications, including processor info.

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

79564538

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

There are a couple of ways to show Jenkins build status on a GitHub repository:

  1. Using Jenkins’ embeddable build status badge

  2. Using GitHub Actions to trigger Jenkins builds and update commit status

This tutorial properly explains how to show the Jenkins build status using these two methods: https://www.baeldung.com/ops/jenkins-build-status-github

Reasons:
  • Blacklisted phrase (1): This tutorial
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Chibueze Ndubuisi

79564536

Date: 2025-04-09 14:03:28
Score: 4.5
Natty:
Report link

PLEASE STOP SPAMMING/BEING ANNOYING

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

79564535

Date: 2025-04-09 14:03:28
Score: 1.5
Natty:
Report link

Besides difflib, descripted above, I also use bindiff

./bindiff.py file1 file2
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey

79564525

Date: 2025-04-09 14:00:28
Score: 1
Natty:
Report link

try with CSS Selector

search = driver.find_element(By.CSS_SELECTOR, '[aria-label="Search"]')
search.click()

in XPath you may to have too many interactions with other paths which can be dynamically

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

79564514

Date: 2025-04-09 13:54:26
Score: 1.5
Natty:
Report link

I'm struggling this problem. the credential retrieve data of the owner of that private key. i think the solution is stop using flutter for this and done it at the backend(node.js) and fetch to the app

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Habtamu Worku

79564505

Date: 2025-04-09 13:50:25
Score: 3
Natty:
Report link

There is quite a nice cheat sheet on migrating from System.Data.SqlClient to Microsoft.Data.SqlClient
here that hopefully explains the change :
https://github.com/dotnet/SqlClient/blob/main/porting-cheat-sheet.md#functionality-changes

Relevant part is below:
enter image description here

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

79564503

Date: 2025-04-09 13:49:25
Score: 1
Natty:
Report link

For Question 1,

Microsoft.Data.SqlClient enforces stricter security defaults compared to System.Data.SqlClient.

System.Data.SqlClient silently skips some SSL/TLS validation scenarios while Microsoft.Data.SqlClient requires trusted certificates by default, and if your SQL Server is using a self-signed or internal certificate that isn’t trusted by your client machine, it throws exactly this error.

For Question 2, Add TrustServerCertificate=true; in your connection string.

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

79564494

Date: 2025-04-09 13:46:24
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: نوح عايد صالح الرشيدي

79564492

Date: 2025-04-09 13:45:24
Score: 3.5
Natty:
Report link

Apologies for the delay in responding. Thanks for the suggestions. After some additional thought and testing I decided ansible may not be the right tool for the job but I now have some additional approaches I can consider for future projects. Thanks again

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

79564490

Date: 2025-04-09 13:44:23
Score: 2.5
Natty:
Report link

I encountered a similar issue while using an external monitor. To resolve it, simply rotate the emulator to landscape mode and then back to portrait mode. This quick action should effectively fix the problem.

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

79564489

Date: 2025-04-09 13:44:23
Score: 1.5
Natty:
Report link

import shutil

# Move the uploaded video and logo to a working directory

video_src = "/mnt/data/765449673.178876.mp4"

logo_src = "/mnt/data/S__13918214.jpg"

video_dst = "/mnt/data/flowerpower_video.mp4"

logo_dst = "/mnt/data/flowerpower_logo.jpg"

shutil.copy(video_src, video_dst)

shutil.copy(logo_src, logo_dst)

video_dst, logo_dst

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

79564487

Date: 2025-04-09 13:44:23
Score: 2.5
Natty:
Report link

Maybe permission and port select hand, repost and script below. stackoverflow.com

developer.mozilla.org

chrome js serial port manual

<button id="connect" >Connect</button>

<script>

document.getElementById("connect").onclick = async () => {

  const port = await navigator.serial.requestPort();
  await port.open({ baudRate: 9600 }); 
  console.log("Hello World");

};
</script>
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cody toy

79564483

Date: 2025-04-09 13:42:23
Score: 1
Natty:
Report link

I haven't looked at C code in ages, but I think

int arr[n];

is wrong. Space for local variables is allocated at the start of the function, and at that point the value of n isn't available yet (could be 0, could be something else). You need to malloc() this array, that should fix it.

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

79564475

Date: 2025-04-09 13:38:22
Score: 1
Natty:
Report link

You can suppress this error by adding to the project .editorconfig

[*.cs]
dotnet_analyzer_diagnostic.category-MicrosoftCodeAnalysisReleaseTracking.severity = none
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexander Brattsev

79564474

Date: 2025-04-09 13:38:21
Score: 8
Natty: 7
Report link

I'm currently experiencing the same issue.

Did you manage to find the answer?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to find the answer
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Priscila de Oliveira

79564465

Date: 2025-04-09 13:35:20
Score: 1
Natty:
Report link

You can use a Panchang API that returns tithi, nakshatra, yoga, and karana based on the selected date. One option: Panchang API. Just call the API with the date and update your UI with the response.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dinesh Gahlot

79564464

Date: 2025-04-09 13:34:19
Score: 4.5
Natty: 6.5
Report link

Not an answer but I am curious if you were able to find a good solution, I would be very intereted to know, thank you!

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): Not an answer
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: seameetsocean

79564460

Date: 2025-04-09 13:33:18
Score: 13.5 🚩
Natty: 5.5
Report link

I have the same error now, did u find the fix?

Reasons:
  • RegEx Blacklisted phrase (3): did u find the fix
  • RegEx Blacklisted phrase (1.5): fix?
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shabeshvaran S

79564459

Date: 2025-04-09 13:32:18
Score: 1
Natty:
Report link
Check it out , if you have build.gradle.kts,

allprojects {
    repositories {
        google()
        mavenCentral()
    }

    subprojects {
        afterEvaluate {
            if (plugins.hasPlugin("com.android.library")) {
                extensions.configure<com.android.build.gradle.LibraryExtension>("android") {
                    if (namespace == null) {
                        namespace = group.toString()
                    }
                }
            }
        }
    }
}
Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: kh1amirhamza

79564451

Date: 2025-04-09 13:28:17
Score: 2
Natty:
Report link

So looks like settings the `shortTitle` parameter for the `AppShortcut` changes the layout to the icon-based one the other apps are using. Couldn't find anything in the documentation, but got the idea from [this answer](https://stackoverflow.com/a/79061684/709835).

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Micky

79564449

Date: 2025-04-09 13:28:17
Score: 0.5
Natty:
Report link

As far as the Linux kernel scheduler is concerned (v6.14), migration_cpu_stop running on a source cpu calls move_queued_task which grabs the runqueue lock on the destination cpu.

Releasing this lock pairs with acquiring the runqueue lock by the scheduler on the destination cpu. It acts as a release-acquire semi-permeable memory ordering to order prior memory accesses from the source CPU before the following memory accesses on the destination CPU.

Note that in addition to the migration case, the membarrier system call has even stricter requirements on memory ordering, and requires memory barriers near the beginning and end of scheduling. Those can be found as smp_mb__after_spinlock() early in __schedule(), and within mmdrop_lazy_tlb_sched() called from finish_task_switch().

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

79564444

Date: 2025-04-09 13:24:15
Score: 3
Natty:
Report link

Thanks so much. Spared me either ugly code or a lot of time. :-) This reminds me Forrest Gump quote - "devops life is full of MS bugs. You just never know, what kind of nonsence you pull."

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: four mofo

79564443

Date: 2025-04-09 13:24:15
Score: 3
Natty:
Report link

ul#the-list { padding-left: 0 !important; }

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

79564438

Date: 2025-04-09 13:22:15
Score: 3
Natty:
Report link

A custom shader can produce the effect.

Here I found an example of how BlurGradient can be achieved in rn skia.

The effect is really nice so I also tried make one on snack, which may be more similar to the effect you want.

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

79564434

Date: 2025-04-09 13:19:14
Score: 0.5
Natty:
Report link

Another way:

test_list = ['one', 'two', None]    
res = [i or 'None' for i in test_list]

Even better if you're working with numbers, since int(None) gives an error:

test_list = [1, 2, None]    
res = [i or 0 for i in test_list]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DonLarry

79564425

Date: 2025-04-09 13:14:13
Score: 1
Natty:
Report link

For your mixin to work, it should be called like this:

.panel-light {
  .sec;
  background-color: transparent;
}

So Your Corrected Code Should Be:

.sec {
  border: solid 1px black;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

.panel-light {
  .sec;
  background-color: transparent;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Omprakash S

79564424

Date: 2025-04-09 13:14:13
Score: 3.5
Natty:
Report link

I had to update VSCode and change my "eslint.config.js" file to "eslint.config.mjs"

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

79564421

Date: 2025-04-09 13:13:12
Score: 0.5
Natty:
Report link

I had the exact same problem, running Flink version 1.19.1.

This is due to a bug in the python Flink library. In flink-connector-jdbc v3.1, the JdbcOutputFormat was renamed to RowJdbcOutputFormat. This change has up till now not been implemented in the python Flink library.

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

79564420

Date: 2025-04-09 13:13:12
Score: 0.5
Natty:
Report link

You can exclude your job from sidecar injection by adding the annotation:

annotations:
  sidecar.istio.io/inject: "false"

Or, if you need the job inside mesh - you can add ServiceEntry and DestinationRule which will allow traffic to 10.96.0.1:443

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

79564417

Date: 2025-04-09 13:12:11
Score: 11.5 🚩
Natty: 6.5
Report link

did you manage to make it work? I'm stuck with the same issue

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • RegEx Blacklisted phrase (3): did you manage to
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm stuck with the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: JohnnyElvis

79564413

Date: 2025-04-09 13:08:10
Score: 1
Natty:
Report link

Try to use brackets

- it: annotations validation
    asserts:
      - equal:
          path: metadata.annotations["helm.sh/hook"]
          pattern: pre-upgrade
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey

79564411

Date: 2025-04-09 13:07:09
Score: 2
Natty:
Report link

you can use external id as web.basic_layout in t t-call section

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tom Mike

79564409

Date: 2025-04-09 13:07:09
Score: 4.5
Natty:
Report link

Thanks to @bbhtt over on Flatpak Matrix. He said I should use org.gnome.Platform and org.gnome.Sdk rather than the freedesktop runtimes because they already have Gtk installed.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @bbhtt
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: CraigFoote

79564406

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

You can't use scrollvieuw outside grid, put it inside the grid, there is plenty documentation about this.

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

79564400

Date: 2025-04-09 13:03:08
Score: 0.5
Natty:
Report link

Just add envFromSecret

grafana:
  envFromSecret: grafana-secrets
  grafana.ini:
    smtp:
      enabled: true
      host: smtp.sendgrid.net:587
      user: apikey
      password: ${SENDGRID_API_KEY}
      from_address: "my-from-address"
      from_name: Grafana
      skip_verify: false
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: poisoned_monkey

79564396

Date: 2025-04-09 13:01:07
Score: 2
Natty:
Report link

Indeed sharing artifacts between matrix jobs is not straightforward but it's possible to do it in a clean way. Maybe solution explained in our blog post would solve the issue?

stages:
  - build
  - deploy

.apps:
  parallel:
    matrix:
      - APP_NAME: one
      - APP_NAME: two

build:
  stage: build
  extends:
    - .apps
  environment: $APP_NAME
  script:
    - build.sh
    - mv dist dist-$APP_NAME # update `dist` to reflect your case
  artifacts:
    paths:
      - dist-$APP_NAME
    expire_in: 1 hour

deploy:
  stage: deploy
  extends:
    - .apps
  environment: $APP_NAME
  needs:
    - dist
  script: 
    - cd dist-$APP_NAME
    - ls # all build artifacts for $APP_NAME are available in `dist-$APP_NAME`
    - deploy.sh

Check out more here: https://u11d.com/blog/sharing-artifacts-between-git-lab-ci-matrix-jobs-react-build-example

Reasons:
  • RegEx Blacklisted phrase (1.5): solve the issue?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Michał Miler

79564395

Date: 2025-04-09 13:01:07
Score: 0.5
Natty:
Report link

An alternative approach to the one proposed by @Friede is override.aes.

+ guides(fill = guide_legend(override.aes = list(colour = "black")))

This method, on the other hand, directly injects aesthetic settings into the legend drawing calls, which can be useful if you want different behavior for specific layers or guides.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Friede
Posted by: KacZdr

79564378

Date: 2025-04-09 12:51:04
Score: 2.5
Natty:
Report link

Just posting if anyone comes on this page looking to understand.
you can checkout this https://github.com/awslabs/amazon-ecr-credential-helper?tab=readme-ov-file
you can install amazon-ecr-credentials-helper on ec2 and configure ~/.docker/config.json to use this

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

79564374

Date: 2025-04-09 12:49:04
Score: 1
Natty:
Report link

@CreatedBy and @CreatedDate only works if the Entitiy has a versioning field marked by @Version annotation. This is used to identify if this is a new entity and requires to have the created fields populated.

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

79564368

Date: 2025-04-09 12:46:03
Score: 2
Natty:
Report link

it's working in bash:

JLinkExe <<< $'ShowEmuList\nq' | tail -n1

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

79564363

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

Apparently, Yandex changed something, but they didn't specify it in the documentation. The problem has been solved. In the Build settings, the dead code stripping flag must be set to true.

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

79564350

Date: 2025-04-09 12:39:01
Score: 0.5
Natty:
Report link

I created a GitHub repo to convert files into binary and binary back to files using Flutter Web.

🔗 GitHub Repository:
👉 https://github.com/flutter-tamilnadu/file-to-binary

🌐 Live Demo (Hosted on Firebase):
👉 https://filetobinary.web.app/

Happy coding

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

79564349

Date: 2025-04-09 12:39:01
Score: 0.5
Natty:
Report link

Try adding this to your pom.xml

plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-jar-plugin</artifactId>
  <configuration>
    <archive>
      <manifestEntries>
        <Multi-Release>true</Multi-Release>
      </manifestEntries>
    </archive>
  </configuration>
</plugin>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lostintranslation

79564347

Date: 2025-04-09 12:38:00
Score: 1
Natty:
Report link

I downloaded the corresponding jar of the version it was trying to find from maven central and putting it to corresponding to .ivy2 local folder.

path of .ivy2 local folder :

/home/spark/.ivy2/local/io.delta/delta-core_2.12/3.2.0/jars/delta-core_2.12.jar
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ankit Raj Gupta

79564342

Date: 2025-04-09 12:34:59
Score: 1.5
Natty:
Report link

Welcome to Sushiro Bedok Mall Outlet in Singapore. Sushiro, Japan’s largest conveyor belt sushi chain, has an outlet at Bedok Mall in Singapore. This branch is located at 311 New Upper Changi Road, #B1-10, and offers various fresh and affordable sushi dishes. The restaurant operates daily from 11:00 AM to 10:00 PM, making it a convenient spot for both lunch and dinner.

During my visit to Sushiro Singapore I was impressed by the efficient service and quality of the sushi. The conveyor belt system allowed me to choose from diverse dishes, all at reasonable prices. The lively atmosphere and friendly staff made the dining experience enjoyable. https://sushiromenusg.org/sushiro-bedok-mall/

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

79564340

Date: 2025-04-09 12:32:59
Score: 1.5
Natty:
Report link

Seeing that the Backup Job view is empty the jobs never ran. It could be that no resources are assigned to your backup plan. From the backup plan page in the console, you can check your resource assignments. These resources can be assigned explicitly, or by tags. More specifics can be found in the AWS documentation along with steps to double-check your resources are targetted once set.

Resource assignment table with one item.

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

79564333

Date: 2025-04-09 12:29:58
Score: 1
Natty:
Report link
import signal
from types import FrameType
from typing import Optional

class someclass:
    def handler(self, signum: int, frame: Optional[FrameType]) -> None:
        print(f"Received signal {signum}")

    def __init__(self) -> None:
        signal.signal(signal.SIGINT, self.handler)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gabriel

79564328

Date: 2025-04-09 12:27:57
Score: 1
Natty:
Report link

Apparently it does work. The Redis cache keys are not actually removed as such. It works by setting their expiry to the current date/time. This way they will be refreshed the next time they are hit. I guess a kind of lazy expiration approach.

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

79564323

Date: 2025-04-09 12:24:57
Score: 1.5
Natty:
Report link

You can solve this error just by adding one line to your build.gradle (inside android/app/ directory)

implementation 'com.google.android.gms:play-services-safetynet:+'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yash Gandhi

79564322

Date: 2025-04-09 12:23:56
Score: 3
Natty:
Report link

Have you already tried this ?

QueryString.Add("cf_69", "A1B2C3");
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: rinomau

79564320

Date: 2025-04-09 12:23:56
Score: 1
Natty:
Report link

In css file:

<style>
    .cke_notifications_area 
    {
        display: none !important;
    }
</style>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: YurgenTM

79564318

Date: 2025-04-09 12:22:56
Score: 1.5
Natty:
Report link

This may not be the problem but in your _checkPermission(), you have to await for _requestPermission();

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

79564316

Date: 2025-04-09 12:22:56
Score: 1.5
Natty:
Report link

Your debugbar show 361 queries to get data (8 of which duplicated), maybe you can do some optimizations (complex queries, missing database indexes, etc.)

Try to inspect the called code with xdebug or dd().

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

79564314

Date: 2025-04-09 12:22:55
Score: 6.5 🚩
Natty:
Report link
const initClient = async () => {
    try {
      const res = await fetch('/api/get-credentials', {
        method: 'GET',
        headers: { 'Content-Type': 'application/json' },
      });
      if (!res.ok) throw new Error(`Failed to fetch credentials: ${res.status}`);
      const { clientId } = await res.json();
      if (!clientId) {
        addLog('Client ID not configured on the server');
        return null;
      }

      const client = window.google.accounts.oauth2.initTokenClient({
        client_id: clientId,
        scope: 'https://www.googleapis.com/auth/drive.file https://www.googleapis.com/auth/userinfo.email',
        callback: async (tokenResponse) => {
          if (tokenResponse.access_token) {
            setAccessToken(tokenResponse.access_token);
            localStorage.setItem('access_token', tokenResponse.access_token);

            const userInfo = await fetch('https://www.googleapis.com/oauth2/v3/userinfo', {
              headers: { 'Authorization': `Bearer ${tokenResponse.access_token}` },
            });
            const userData = await userInfo.json();
            setUserEmail(userData.email);

            const userRes = await fetch('/api/user', {
              method: 'POST',
              headers: { 'Content-Type': 'application/json' },
              body: JSON.stringify({ email: userData.email }),
            });
            const userDataResponse = await userRes.json();
            addLog(userDataResponse.message);

            try {
              const countRes = await fetch('/api/get-pdf-count', {
                method: 'POST',
                headers: { 'Content-Type': 'application/json' },
                body: JSON.stringify({ email: userData.email }),
              });
              const countData = await countRes.json();
              setPdfCount(countData.count || 0);
              addLog(`Initial PDF count loaded: ${countData.count || 0}`);
            } catch (error) {
              addLog(`Failed to fetch initial PDF count: ${error.message}`);
            }

            markAuthenticated();
          } else {
            addLog('Authentication failed');
          }
        },
      });
      return client;
    } catch (error) {
      addLog(`Error initializing client: ${error.message}`);
      return null;
    }
  };

This is a snippet of the code I am trying to use drive.file scope but its not working as I want. How to fix this?

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): its not working
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1.5): How to fix this?
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Theaccountantguy

79564310

Date: 2025-04-09 12:20:55
Score: 3
Natty:
Report link

It isnt due to code. On the code preview you can click on the numbers to pause a line during its usage. Find the line number thats blue with a pause icon and click on it again to fix it.

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

79564306

Date: 2025-04-09 12:18:54
Score: 4.5
Natty: 4.5
Report link

refer this screenshot from the flutter deprecated api docsflutter deprecated api docs

https://i.sstatic.net/tuN7pPyf.png

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

79564299

Date: 2025-04-09 12:13:53
Score: 1
Natty:
Report link

If the binding of the UI5 List to the Odata V4 Entity is working correctly then most things are already handled for you. You just need to ask the model with hasPendingChanges() if something has changed and then execute submitBatch() on the model.

You might take a look at the Odata V4 Tutorial of the UI5 documentation.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: A.vH

79564293

Date: 2025-04-09 12:10:52
Score: 2
Natty:
Report link

For some reason, still not clear to me, calling resetFieldsChanged in the onSubmit event doesn't work as expected. I tried to call it in a useEffect hook that gets executed every time the form state change, and now it works as expected!

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

79564292

Date: 2025-04-09 12:10:52
Score: 1.5
Natty:
Report link

The error you're seeing:

X FileSystemException: Cannot resolve symbolic links, path = 'C:\Users\nnnnnnnnn\OneDrive??? ??????\flutter\sorc\flutter\bin\flutter'

(OS Error: The filename, directory name, or volume label syntax is incorrect., errno = 123)

🔍 What’s Causing It?

This issue is caused by invalid characters in your folder path — likely from your username or the folders inside OneDrive having non-ASCII characters or symbols that Windows and Flutter can’t parse correctly.


How to Fix It (Step-by-Step)

1. Avoid OneDrive or Special Characters in Path

Move your Flutter SDK folder somewhere simple and safe, like:

C:\flutter

Do NOT install it inside:

2. Update Your Environment Variables

After moving your SDK:

  1. Open Start → Edit the system environment variables

  2. Click on Environment Variables

  3. Under System variables, find Path → Click Edit

  4. Add: C:\flutter\bin

    1. Click OK on all dialogs.

    3. Restart CMD / VS Code

    Close and reopen:

    • Command Prompt

    • VS Code

    4. Run Flutter Doctor Again

    In your command prompt, run: flutter doctor

    ⚠️ Note:

    • If your user folder contains non-English characters, consider creating a new Windows user with a simple name like devuser.

    • OneDrive often causes permission and path issues — better to avoid it for development tools.

Reasons:
  • Blacklisted phrase (1): ???
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Filler text (0.5): nnnnnnnnn
  • Low reputation (1):
Posted by: viswanandmuruganantham

79564290

Date: 2025-04-09 12:10:52
Score: 2
Natty:
Report link

Did you follow all the steps correctly as indicated in the guide:

https://docs.flutter.dev/get-started/install/windows/mobile

Specifically check that Flutter is added to the PATH.

And also that your path doesn't contain any characters that could cause problems (spaces, symbols, etc.) because your "OneDrive??? ??????" path looks strange.

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: JTO Informatique

79564287

Date: 2025-04-09 12:09:52
Score: 2.5
Natty:
Report link

1.Add or change "newArchEnabled=false" in "grandle.properties". 2. ./gradlew clean. 3.Reinstall your app.

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