79748529

Date: 2025-08-27 23:15:06
Score: 5
Natty: 5
Report link

I guess I'm a bit late in this post, but I'm currently having the same problem and I wonder if anyone figured it out.

The thing is: I don't want to expose my backend to the outside. If it's already bridged in a docker network with my frontend, why do I need to portbind it? Isn't there any way around this? I've seen some nginx solutions but it seemed way too improvised, idk.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Thiago Pereira da Silva

79748502

Date: 2025-08-27 22:17:52
Score: 7.5
Natty: 5
Report link

I don't know the solution to your issue but I too want to implement web push functionality can you please guide me and if you got the solution to your issue

Reasons:
  • Blacklisted phrase (1): guide me
  • RegEx Blacklisted phrase (2.5): can you please guide me
  • RegEx Blacklisted phrase (1): I too want to implement web push functionality can you please
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ebrahim Tayabali

79748417

Date: 2025-08-27 19:45:18
Score: 4
Natty: 4.5
Report link

https://github.com/wyanarba/Qt-Keys-to-Windows-VK-Keys-convertor/tree/main

I made an implementation for this from a public one qwindowskeymapper.cpp

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Дима

79748337

Date: 2025-08-27 18:23:56
Score: 5
Natty: 5
Report link

If I may ask, are you solely running the port through VSCode or are you activating it through the usage of 'npm start' or 'npm run dev' via the NodeJS CLI?

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

79748251

Date: 2025-08-27 16:45:29
Score: 4
Natty:
Report link

How can I install Win 10 SDK version 10.0.17763.132 from Visual Studio installer?

Surprisingly, but this is what should have been installed, had you selected that item listed as 10.0.17763.0 at the time of writing this question. This is a common practice that allows to roll out some of the updates automatically, installing them without user intervention - for example, to fix critical bugs or close serious vulnerabilities.

As you may have noticed, these versions differ only in the last number after the dot. Additionally, all SDK versions on your screenshot end with .0. You might be wondering: why couldn't Microsoft write 10.0.17763.* or even just 10.0.17763 to avoid such confusion? I don't know for sure, but my best guess is that it would have simply confuse things in a different way then. In the first case, it could create an impression that several revisions of the same version are going to be installed at once, while in the second one, there is a feeling that this is basically the only SDK release (as it essentially was before Windows 10).

Let's do some experimentation. Look, this is still the case in my VS 2019 setup:

2025-08-27_022029.png
(btw, I asked a similar question recently, but unfortunately this one was closed :C)

However, after installing Windows 11 SDK (10.0.22621.0) I get the following:

2025-08-27_025455.png

As you can see, the resulting installation has a whole scattering of version numbers:

Okay, and what if we install Windows 10 SDK (10.0.19041.0)? Well, a really similar picture there:


According to an article in the official Visual Studio blog (strangely enough, this is the only source I could find), the SDKs use nowadays one of the currently standard Microsoft versioning schemes in the form of Major.Minor.Build.Revision (not to be confused with the much more common Major.Minor.Revision.Build). If you are interested in understanding it, I recommend these links:

Reasons:
  • Blacklisted phrase (1): these links
  • Blacklisted phrase (0.5): How can I
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How can I in
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: cher-nov

79748250

Date: 2025-08-27 16:44:28
Score: 7.5
Natty: 4.5
Report link

It seems that getting rid of the web worker config solved the problem

Were you able to configure it after?

Reasons:
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: aram

79748131

Date: 2025-08-27 15:02:57
Score: 6
Natty:
Report link

C:\Users\user\lastpreparation>npx react-native doctor

Common

✓ Node.js - Required to execute JavaScript code

✓ npm - Required to install NPM dependencies

✓ Metro - Required for bundling the JavaScript code

Android

✓ Adb - Required to verify if the android device is attached correctly

✓ JDK - Required to compile Java code

✖ Android Studio - Required for building and installing your app on Android

✓ ANDROID_HOME - Environment variable that points to your Android SDK installation

✓ Gradlew - Build tool required for Android builds

✓ Android SDK - Required for building and installing your app on Android

Errors: 1

Warnings: 0

this is my current issues how to solve please help me someone know this

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (3): please help me
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sreeshmavivek

79748104

Date: 2025-08-27 14:29:48
Score: 4.5
Natty:
Report link

Have you tried turning it off and on again?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: WiredAlShow

79748097

Date: 2025-08-27 14:24:47
Score: 4
Natty:
Report link

I have the same problem in my team, the only way I know not to create the MAB commit is to git checkout develop, then git pull and finally Bob can finish his feature.

In this way the develop branch where Bob is finishing his feature, points to the MA commit.

Of course Alice has to push her local develop branch before Bob can finish his feature.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Beppetheboss

79748034

Date: 2025-08-27 13:20:27
Score: 4
Natty: 5.5
Report link

How can I get/parse from sql definition or information schema, all tables referenced by a view

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: Javier

79748009

Date: 2025-08-27 12:56:21
Score: 5
Natty: 6
Report link

how do you pay using PhonePe? I'm currently receiving an error message when trying to pay using PhonePe: "Unable to initiate transaction. Please try again."

Reasons:
  • Blacklisted phrase (1): how do you
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how do you
  • Low reputation (1):
Posted by: Shan Da

79747952

Date: 2025-08-27 12:00:06
Score: 10.5
Natty: 5.5
Report link

Were you able to fix the problem?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix the problem?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jakub Giza

79747915

Date: 2025-08-27 11:32:58
Score: 4
Natty:
Report link

Like Biffen said, the example works, for example 2023 is newer than 2015...

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

79747765

Date: 2025-08-27 09:17:24
Score: 10
Natty: 5.5
Report link

Maybe https://github.com/VitalElement/AvalonStudio.TerminalEmulator will help. I am currently searching for something similar.

Did you find any solution?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Daniel Bişar

79747691

Date: 2025-08-27 08:01:03
Score: 4
Natty:
Report link

i got 400 eroor while signin via google

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SRR Vlogs 420

79747676

Date: 2025-08-27 07:47:59
Score: 5
Natty: 4.5
Report link

User-agent: *

Disallow:

Sitemap: https://www.youtube.com/sitemaps/sitemap.xml

Sitemap: https://www.youtube.com/sitemaps/product/sitemap

.xml

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Flaco Truck Player

79747652

Date: 2025-08-27 07:20:52
Score: 4
Natty:
Report link

This default Value is very limited regarding the text length. Is there a workaround to increase that?
I want to have a very long Checklist Template für specific WIT Types.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tom Müller

79747595

Date: 2025-08-27 06:14:35
Score: 4
Natty:
Report link

You may need to return parallel arrays since web3p does not support dynamic tuple arrays.

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

79747489

Date: 2025-08-27 03:18:55
Score: 10.5
Natty: 7.5
Report link

I have the same problem as you. Have you fixed it yet?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): fixed it yet?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ปิยะวัตร พินทุสรศรี

79747475

Date: 2025-08-27 03:02:51
Score: 9
Natty: 4.5
Report link

Did u solve the issue? I got same issue here…

Reasons:
  • RegEx Blacklisted phrase (3): Did u solve the
  • RegEx Blacklisted phrase (1.5): solve the issue?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did
  • Low reputation (1):
Posted by: Alex Nan

79747361

Date: 2025-08-26 22:11:49
Score: 4
Natty:
Report link

npm install --save-dev @types/jsonwebtoken

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

79747332

Date: 2025-08-26 21:11:36
Score: 4
Natty:
Report link

I accidentally typed r, b, g instead of r, g, b in find_closest_emoji

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

79747269

Date: 2025-08-26 19:53:12
Score: 9
Natty:
Report link

300000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Filler text (0.5): 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  • Low entropy (1):
  • Low reputation (1):
Posted by: Meire Patrícia

79747204

Date: 2025-08-26 18:36:49
Score: 5
Natty: 5
Report link

example of component created with component creator?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alessandro Lettieri

79747128

Date: 2025-08-26 17:17:25
Score: 9
Natty: 6.5
Report link

anyone could resolve this? I have the same problem. SOS

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Fernanda Rocha Miranda

79747103

Date: 2025-08-26 16:52:15
Score: 4
Natty:
Report link

Cloudways was the issue switching to DigitalOcean fixed it

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

79747084

Date: 2025-08-26 16:37:10
Score: 4
Natty:
Report link

I build a web tool to find similar pictures in local. Use PHash and Cosine similarity.

You can try it: https://frozenthaw.github.io/similarPic.html

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

79747019

Date: 2025-08-26 15:29:51
Score: 4
Natty:
Report link

It doesn't work for me though but in my case I use a private library which require a .npmrc file to work with npm start it's ok but not with npm test, I have this error:

    SyntaxError: Cannot use import statement outside a module
Reasons:
  • RegEx Blacklisted phrase (1): I have this error
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pur_overspirit

79747009

Date: 2025-08-26 15:19:47
Score: 4
Natty:
Report link

In case this questions is still relevant

Is there a way to set a per-key TTL?

Yes, you can. You need enable this by adding LimitMarkerTTL to kv config while creating kv bucket tho.

Once a KV store has been created, is there a way to change its default TTL, as you can with streams?

Yes, you can change default bucket TTL, existing keys TTL WILL be affected.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Blacklisted phrase (1): is there a way
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Vladislav Yun

79746881

Date: 2025-08-26 13:20:12
Score: 5
Natty: 5
Report link

Ever found an answer for this? :)

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

79746834

Date: 2025-08-26 12:33:57
Score: 8.5
Natty: 5.5
Report link

Have you found anything on this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found anything on this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: User

79746779

Date: 2025-08-26 11:47:42
Score: 6
Natty: 5
Report link

Is it possible to make the auto-completion only appear, when actually typing characters? For me it always appears after pressing Enter or just the Spacebar as well, which can be really annoying. Is it possible to disable that?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: MasterOfDesaster42

79746769

Date: 2025-08-26 11:37:39
Score: 4.5
Natty: 5.5
Report link

Slot neo 108 menciptakan suasana penuh variasi yang menarik. Dari simbol hingga warna, semua menyatu dalam harmoni permainan.

Reasons:
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: neo 108

79746751

Date: 2025-08-26 11:08:30
Score: 6
Natty:
Report link

You're facing this issue because there are no any Collapse component exists in filament.

Also, can you share more details like what you want to achieve?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Kishan

79746713

Date: 2025-08-26 10:35:20
Score: 4.5
Natty:
Report link

Out of nowhere this started happening for me too. In both Edge and Chrome and on different machines, also in private. Consistent on all configurations.

I'm not even a web developer and certainly haven't set any break points. I'm having a sign in issue on a third party website and wanted to send them the HAR file.

This was annoying as as fuck, so thanks @Devip for the workaround though I hope this gets fixed because A) some people probably won't want to turn this off since they actually need the jump to break point and B) I frequently use DevTools to debug stuff on various machines and definitely don't want to first configure it on every browser on every machine I ever use.

It's annoying enough that on Edge it doesn't just open by default any more, and instead asks you if you really want to open it, just annoying Microsoft crap as always...

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (2): fuck
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @Devip
  • Low reputation (1):
Posted by: Jakob

79746637

Date: 2025-08-26 09:27:58
Score: 5.5
Natty:
Report link

I write a function to solve this problem. support both vue 2.7 & vue 3.

You can simply call $reload() in template or reload() in setup to force current component go through lifecycle again.

Here is Live Demo and Project.

I will be so happy if you can have a try and give me some feedback, thanks for reading.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (3): give me some
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xuyiming

79746582

Date: 2025-08-26 08:28:41
Score: 4.5
Natty:
Report link

you can Try installing Vue (official)

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

79746563

Date: 2025-08-26 08:03:33
Score: 5.5
Natty:
Report link

I'm having the same issue :-(

I was running an Rstudio version of 2024, and tried updating to 2025.05.1 but still get the issue. It also started a week ago or so. It's probably a problem on the side of copilot or github and not RStudio version.

In my Rstudio logs ("Help/Diagnostics/Show log files"), I see at the end of the log file some line

"2025-08-26T07:28:47.612812Z [rsession-jracle] ERROR [onStdout]: Internal error: response contains no Content-Length header.; LOGGED FROM: void __cdecl rstudio::session::modules::copilot::`anonymous-namespace'::agent::onStdout(class rstudio::core::system::ProcessOperations &,const class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &) C:\Users\jenkins\workspace\ide-os-windows\rel-mariposa-orchid\src\cpp\session\modules\SessionCopilot.cpp:823

Which I don't really understand. My user id is jracle, and I don't have any C:\Users\jenkins user or folder on my computer, maybe this is the issue?

Thanks. Best regards,

Julien

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Long answer (-1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Julien Racle

79746396

Date: 2025-08-26 04:09:35
Score: 14
Natty: 7
Report link

Did you got any solution? I am facing the same issue in ubuntu.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you got any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: user31353575

79746353

Date: 2025-08-26 02:01:07
Score: 10
Natty: 5
Report link

I have similar problem, I would not find where to change the title for https://www.amphasisdesign.com/products . Please help.

Reasons:
  • Blacklisted phrase (1): I have similar
  • RegEx Blacklisted phrase (3): Please help
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have similar problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kiat Soo

79746202

Date: 2025-08-25 21:25:01
Score: 4.5
Natty: 4
Report link

not working.. pls fix this asap

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

79746112

Date: 2025-08-25 19:14:26
Score: 12
Natty: 7.5
Report link

Hello I´ve had the same issue, have you found the solution? Please could you give me a hint if you solved this problem. Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Please could you give me
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (2.5): have you found the solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Daniela Carolina De La Rosa Pr

79746067

Date: 2025-08-25 17:56:05
Score: 4
Natty: 4
Report link

Had the same issue. Try updating or using a new CLI

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

79745996

Date: 2025-08-25 16:32:38
Score: 7.5
Natty:
Report link

Perfeito! O código que você enviou já gera uma música simples estilo funk eletrônico usando pydub. Ele cria um loop de 4 batidas com kick, snare e hi-hat e exporta para um arquivo MP3 de 2min30s.

Se você quiser escutar a música gerada, basta executar o código em um ambiente Python que suporte pydub e ffmpeg (necessário para exportar MP3).

Aqui está uma versão pronta para execução com pequenas melhorias:

from pydub.generators import Sine

from pydub import AudioSegment

# Configurações do beat

bpm = 150

beat_duration_ms = int((60 / bpm) * 1000) # duração de 1 batida em ms (~400ms)

total_duration_ms = 2 * 60 * 1000 + 30 * 1000 # 2min30s

# Sons básicos

kick = Sine(60).to_audio_segment(duration=beat_duration_ms).apply_gain(+6)

snare = Sine(200).to_audio_segment(duration=100).apply_gain(-3)

hihat = Sine(8000).to_audio_segment(duration=50).apply_gain(-15)

# Função para criar um compasso simples de funk eletrônico

def make_bar():

bar = AudioSegment.silent(duration=beat_duration_ms \* 4)

\# Kick no tempo 1 e 3

bar = bar.overlay(kick, position=0)

bar = bar.overlay(kick, position=beat_duration_ms \* 2)

\# Snare no tempo 2 e 4

bar = bar.overlay(snare, position=beat_duration_ms)

bar = bar.overlay(snare, position=beat_duration_ms \* 3)

\# Hi-hat em todos os tempos

for i in range(4):

    bar = bar.overlay(hihat, position=beat_duration_ms \* i)

return bar

# Criar o loop principal

bar = make_bar()

song = AudioSegment.silent(duration=0)

while len(song) < total_duration_ms:

song += bar

# Exportar como MP3

output_path = "funk_moderno.mp3"

song.export(output_path, format="mp3")

print(f"Música gerada em: {output_path}")

Depois de rodar, você terá um arquivo funk_moderno.mp3 na mesma pasta, pronto para ouvir.

Se você quiser, posso melhorar essa música adicionando variações, efeitos ou uma linha de baixo para ficar mais “profissional” e com cara de funk eletrônico moderno. Quer que eu faça isso?

Reasons:
  • Blacklisted phrase (3): você
  • Blacklisted phrase (1): está
  • Blacklisted phrase (2): código
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Lorenzo Augusto Machado

79745985

Date: 2025-08-25 16:15:33
Score: 4
Natty: 4
Report link

In news phpstorm version : File > Settings > PHP

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

79745870

Date: 2025-08-25 14:25:03
Score: 7.5
Natty: 4
Report link

I have exactly the same problem. Do you have found any answer ?

Merci beaucoup !

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have exactly the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Victorine Richard

79745859

Date: 2025-08-25 14:08:58
Score: 6
Natty:
Report link

Maybe you have "AltGR"?

https://www.autohotkey.com/docs/v2/Hotkeys.htm#AltGr

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Lucky Joe

79745747

Date: 2025-08-25 12:32:31
Score: 4
Natty:
Report link

To be honest, i dont know either !

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

79745710

Date: 2025-08-25 11:53:21
Score: 4
Natty:
Report link

Fixed it, Problem was that the XSRF token Header was NOT set. i had to do it manually.

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

79745636

Date: 2025-08-25 10:53:04
Score: 5
Natty: 5
Report link

Oh wow, I remember struggling with unpacking an XAPK too 😅 ended up finding tools on sites like https://apkjaka.com/ that made it way easier. Have you tried that route before?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: APKJAKA

79745610

Date: 2025-08-25 10:29:58
Score: 10
Natty:
Report link

I am also facing this issue even after updating dependencies. Any solution ?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • Blacklisted phrase (1): also facing this
  • RegEx Blacklisted phrase (2): Any solution ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nikita Goyal

79745608

Date: 2025-08-25 10:24:56
Score: 6
Natty: 6
Report link

I am trying to compile 3.6.9 since it is needed for dependencies (Pulsar), and it gets stuck there as well on an RPI4 with gcc 12.

make altinstall looks ok but i need to install it systemwide, any tips?

Best regards

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1): any tips
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): I am trying to
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: fredrik

79745573

Date: 2025-08-25 09:53:47
Score: 5.5
Natty: 4.5
Report link

Here, I want to know where the OHLC data is coming from and how the candlesticks get rearranged according to the timeframe, like a 1-year chart with 1-day candles, and where the OHLC data is passed to display the candlesticks. - In trading view - enter image description here

Reasons:
  • Blacklisted phrase (1): I want to know
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: BharathTesting

79745545

Date: 2025-08-25 09:22:39
Score: 4.5
Natty: 4
Report link

I've encountered the same problem.
I find my problem related to the Build Variant.
when I switch build variant to debug, compose preview works fine. but when I switch it to the custom build type I defined in Build.gradle, compose preview stops work.

Is there any way to let compose preview work in custom build types?

Reasons:
  • Blacklisted phrase (1): Is there any
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: chenrenxiang

79745396

Date: 2025-08-25 06:21:56
Score: 4.5
Natty:
Report link

i have same problem, just remove double quotes " to fix this. Like:

json = json.Replace(@"""", "");

Reasons:
  • Blacklisted phrase (1): i have same problem
  • Low length (1):
  • Has code block (-0.5):
  • Me too answer (2.5): i have same problem
  • Low reputation (0.5):
Posted by: abdol-hamid Hosseiny

79745387

Date: 2025-08-25 05:54:50
Score: 5.5
Natty: 5
Report link

Is the issue here not the typo Bithday <> Birthday?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is the is
  • Low reputation (0.5):
Posted by: Kenzo De Ridder

79745327

Date: 2025-08-25 03:37:23
Score: 4.5
Natty:
Report link

In Cursor IDE, you can collapse code regions using the shortcut Command + R. This allows you to manage your code more efficiently without using Command + K. If anyone has further tips or additional shortcuts related to this functionality, please share!

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ezzalarab Al-Homaidi

79745208

Date: 2025-08-24 22:39:19
Score: 10
Natty: 4.5
Report link

Did u figure it out? If so can u send it

Reasons:
  • RegEx Blacklisted phrase (2.5): can u send
  • RegEx Blacklisted phrase (3): Did u figure it out
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did
  • Low reputation (1):
Posted by: rafaelis rafaelis

79745159

Date: 2025-08-24 20:24:49
Score: 6
Natty: 5
Report link

Well it could be that your model is too big I have the same problem but if you really want to fix it you should break the world in to smaller parts that way ursina does not have to render all the collider at once

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

79745140

Date: 2025-08-24 19:48:41
Score: 7.5
Natty: 7
Report link

change uid address in 0xgf ???

Reasons:
  • Blacklisted phrase (1): ???
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: guest

79745136

Date: 2025-08-24 19:44:40
Score: 4
Natty:
Report link

I've gotten this fixed! My steam app ID and depot IDs were incorrect! Now it works.

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

79745113

Date: 2025-08-24 19:10:32
Score: 5.5
Natty: 4.5
Report link

I'm new here. I spend every moment trying to save the lives of my family, literally, online, after my identity was stolen and all of my work.. I simply called my work "fixing the internet" but obviously it was more to attract the type of terrorism I experience daily. Attached is an example. How do I stop this when the terrorists are executives of the presidential cabinet of the United States? Literally, the main terrorist played, over Bluetooth loudspeaker, the sounds of my daughter fighting for her life yesterday, while being gang raped.. for me to endure as well..enter image description hereThe bushes that are 100 ft from my front door. SAME THING EVERY NIGHT.

Reasons:
  • Blacklisted phrase (1): How do I
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1.5): I'm new here
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: bridgette seabrook

79745058

Date: 2025-08-24 17:40:11
Score: 4
Natty: 5
Report link

Thanks for the info. Just has this problem, but my site changed from http:// to https:// and I had to update the header and the links, fixed the problem.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Judy P

79744997

Date: 2025-08-24 15:55:49
Score: 5
Natty:
Report link

hi my name is subhash malvi I am form Chhindwara Madhya Pradesh in my town pipariya rajguru

I am study from bachelor of pharmacy Sagar Madhya Pradesh they have my college name and very pharmacy institute of research in Sagar

Mumbai maaa mach ficsh ha football ki babsta karo apka bhai s

to the principal bright career high school Amarwar subject an application

Reasons:
  • RegEx Blacklisted phrase (2): bhai
  • Contains signature (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: subhash malvi

79744955

Date: 2025-08-24 14:43:33
Score: 4
Natty:
Report link

good effort keep it up good answer my web

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

79744939

Date: 2025-08-24 14:21:26
Score: 5.5
Natty: 4
Report link

#7##71###7###7###7##7#7#1##7###7###7###7#71###7###7###7###7#71#17171###7###7###7##77#17#7#11,777777777777777777777777777###7###7####7#7###7####7###7###7#####z###z###z###z###z###z###z###z###z#zz77777.77777###7###7##.###7####7###7##777777777#7777777#7#7777#7#7#,#####7#,##7#7####################71#,

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • No latin characters (1):
  • Filler text (0.5): 777777777777777777777777777
  • Filler text (0): 777777777
  • Filler text (0): ####################
  • Low entropy (1):
  • Low reputation (1):
Posted by: Pheara Chhai

79744892

Date: 2025-08-24 13:22:11
Score: 5
Natty: 5
Report link

Hi all,

doubt this would work for all kind of packages but only for the ones implemented in the MathJAX

environment of Jupyter's Markdown.

Any other expriences?

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

79744802

Date: 2025-08-24 10:50:38
Score: 9.5
Natty: 6
Report link

I am trying to develop similar andriod app and I need guidance, can someone help?

Mustafa

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (3): can someone help
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mustafa C

79744773

Date: 2025-08-24 10:00:27
Score: 4.5
Natty: 4
Report link

You can also try a resx-editing extension for VS Code; e.g. https://marketplace.visualstudio.com/items?itemName=DominicVonk.vscode-resx-editor.

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

79744619

Date: 2025-08-23 23:56:31
Score: 4.5
Natty:
Report link

I change folder "recipes" to "recipe"

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

79744539

Date: 2025-08-23 19:54:42
Score: 4
Natty:
Report link

Did you ever find a better solution for this problem?

I ended up creating an artificial module :hiltbridge which implements both :domain and :data and only contains one di file, the RepositoryModule binding the interface (from domain) with the implementation (from data).

:app implements this :hildbridge module instead of :data

It is still not an ideal solution, but I prefer it this way rather than :app implementing the whole :data module

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Gio

79744452

Date: 2025-08-23 17:17:04
Score: 4
Natty:
Report link

yes, you could use subprocess in python

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: حسین کرمی

79744379

Date: 2025-08-23 15:39:40
Score: 4
Natty: 5
Report link

I ran into the same issue and tried all the suggested solutions, but nothing worked—until I simply restart. That did the trick. You guys should definitely give that a shot.

Reasons:
  • Blacklisted phrase (1): but nothing work
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gokul nath

79744203

Date: 2025-08-23 12:04:51
Score: 5
Natty: 5
Report link

here I answer deep about in my website https://www5star.health.blog/2025/08/19/aeo-vs-seo-how-to-rank-in-googles-ai-powered-search/

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

79744196

Date: 2025-08-23 11:52:48
Score: 4
Natty:
Report link

This usually happens if you have msys2 installation on Win7 and upgrade the packages to a version compatible only with win10+. The new OS has additional exports in its kernel and some libraries; these exports were not in place on Win7, so loader will fail.

While the question here is clearly about Cygwin rather than Msys2, similar solutions may apply - keep your runtime libraries in a version which still supports Win7, if you want to continue using that OS.

Details for Msys2 are here:
Is it possible to install MSYS2 on Windows 7?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: mefistotelis

79744174

Date: 2025-08-23 11:00:36
Score: 4
Natty:
Report link

7

I was referring to the same test example at https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html#62f6e1cb facing the same error. As far as I understand you can run tests for android only from terminal: "Currently, you cannot run common Compose Multiplatform tests using android (local) test configurations, so gutter icons in Android Studio, for example, won't be helpful."

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): facing the same error
  • Low reputation (1):
Posted by: ghafar nosrati

79744118

Date: 2025-08-23 08:54:08
Score: 5
Natty:
Report link

I used another package which is this one : https://pub.dev/packages/angur_html_to_pdf

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdelrhman Ayman

79744084

Date: 2025-08-23 07:42:52
Score: 4
Natty:
Report link

By combination of the solution from
https://stackoverflow.com/a/79700580/22944268
https://stackoverflow.com/a/79738017/22944268

i was able to get the answer the question "How to pass data from an MCP client to an MCP server in Java with Spring AI?"

i tried this implementation and it worked.

Thank you for everyone's contribution.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): it worked
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Alanta335

79744078

Date: 2025-08-23 07:34:50
Score: 7
Natty: 5
Report link

But, usestate doesn't work, it has no effect on the const. What could be the problem?

Reasons:
  • Blacklisted phrase (1): What could be
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Chris J

79744075

Date: 2025-08-23 07:33:49
Score: 11
Natty: 6.5
Report link

Please suggest a solution for why my gmail api shows a 500 internal server error when I push my code to production. In localhost, they show 200ok status, but when I push my code to the production branch so they show a 500 error. Can someone please help me?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2.5): Please suggest a solution
  • RegEx Blacklisted phrase (3): please help me
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zeeshan

79744020

Date: 2025-08-23 05:21:20
Score: 5.5
Natty: 5
Report link

Use the tool in the below video :
https://www.youtube.com/watch?v=ssMsU2DFtsk

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gyaneshwor Gaud

79744013

Date: 2025-08-23 05:00:14
Score: 15
Natty: 5.5
Report link

I have the same issue, were you able to figure it out?

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): were you able to figure it out
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rehan Ganapathy

79743992

Date: 2025-08-23 03:14:52
Score: 5.5
Natty:
Report link

This is my current approach for the migration,
Hope this can be helpful for someone and feel free to give any suggestions!
hakudevtw/sample_nextjs-i18n-dual-router-migration

Reasons:
  • RegEx Blacklisted phrase (2): any suggestions
  • Contains signature (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Haku

79743959

Date: 2025-08-23 01:35:32
Score: 5
Natty: 4
Report link

Have you solved this problem? I got exactly same error message of singularity warning when performing hmftest.

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lisheng Chen

79743829

Date: 2025-08-22 20:31:28
Score: 4.5
Natty:
Report link

https://spaces.qualcomm.com/developer/vr-mr-sdk/ both devices use qualcomm chips but they added extra layers to prevent compatibility

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

79743811

Date: 2025-08-22 20:14:24
Score: 5.5
Natty: 6.5
Report link

can we improve search results over time in the sense make the scoring profile dynamic in that sense from user feedback ?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): can we
  • Low reputation (1):
Posted by: samadeep

79743805

Date: 2025-08-22 20:05:20
Score: 8
Natty: 6
Report link

I'm in a similar situation, was this ever resolved?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolved?
  • RegEx Blacklisted phrase (0.5): was this ever resolved
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: John Potter

79743785

Date: 2025-08-22 19:41:14
Score: 4
Natty:
Report link

first_value = df.select('ID').limit(1).collect()[0][0]

print(first_value)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Anthony Hall

79743767

Date: 2025-08-22 19:04:04
Score: 4.5
Natty: 5.5
Report link

How am I able to get into my device and the WiFi /Bluetooth settings apps to be able to connect Bluetooth speakers and switch my WiFi to data when I need to use

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How am I
  • Low reputation (1):
Posted by: user31332899

79743620

Date: 2025-08-22 16:09:22
Score: 5
Natty:
Report link

IMO, the convenience benefit of the builder pattern doesn't make up for the strictness you lose when instantiating the entity. Entities usually have column rules like "nullable = false" which means you are mandated to pass it when instantiating. There are other workarounds to mandate parameters in the builder pattern, but do you really want to go through all that trouble for all of your entities?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: micxav

79743600

Date: 2025-08-22 15:52:16
Score: 4
Natty:
Report link

You may be interested in https://github.com/GG323/esbuild-with-global-variables

I created this fork to enable free use of global variables.

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

79743574

Date: 2025-08-22 15:30:10
Score: 4.5
Natty: 5.5
Report link

I also get some RSA-public-key-encrypted data (32 bytes), which I want to decrypt. (call it a signature, if you want)

How can I decrypt with the private key, without changing source-code?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
Posted by: rundekugel

79743565

Date: 2025-08-22 15:22:08
Score: 4.5
Natty: 4
Report link

I have written article for this. check it : - https://www.linkedin.com/posts/dileepa-peiris_resolve-layout-overlap-issues-after-upgrading-activity-7358300122436288513-wZv6?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAAEt1CvcBECNQc8jX4cOxrzQtVKEypVgHQcM

Medium :- https://medium.com/@dileepapeiris5/resolve-layout-overlap-issues-after-upgrading-to-android-target-sdk-35-required-by-google-from-cd6c5f18fa25

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dileepa Peiris

79743551

Date: 2025-08-22 15:08:03
Score: 4
Natty:
Report link

You may be interested in https://github.com/GG323/esbuild-with-global-variables

I created this fork to enable free use of global variables.

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

79743516

Date: 2025-08-22 14:34:53
Score: 4.5
Natty: 5
Report link

How to convert this code in python, thanks alot

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Beram Mostafa

79743358

Date: 2025-08-22 11:36:10
Score: 4
Natty:
Report link

ElastiCache supports Bloom filters with Valkey 8.1, which is compatible with Redis OSS 7.2. You can see https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/BloomFilters.html for more information.

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

79743346

Date: 2025-08-22 11:25:07
Score: 5
Natty: 5.5
Report link

Olá, se estiver usando algum programa de backup em nuvem desative ele na hora de compilar.

Reasons:
  • Blacklisted phrase (2): Olá
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marciano C.Rocha

79743323

Date: 2025-08-22 11:08:01
Score: 5
Natty:
Report link

I found a cool video about it: https://shre.su/YJ85

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

79743189

Date: 2025-08-22 09:06:29
Score: 8.5
Natty:
Report link

I’m facing the same issue, and setting "extends": null didn’t solve it for me either. I created the app using Create React App (CRA). When I run npm run dist, everything builds correctly, but when I execute myapp.exe, I get the error: enter image description here

Can someone help me figure out what’s going wrong?

My package.json is:

{

 (...)

 "main": "main.js",

 (...)

 "scripts": {

    (...)

    "start:electron": "electron .",
    "dist": "electron-builder"
  }

  (...)

  "build": {
    "extends":null,
    "appId": "com.name.app",
    "files": [
      "build/**/*",
      "main.js",
      "backend/**/*",
      "node_modules/**/*"
    ],
     "directories": {
      "buildResources": "public",
      "output": "dist"
    },
     },
    "win": {
      "icon": "public/iconos/logoAntea.png",
      "target": "nsis"
    },
    "nsis": {
      "oneClick": false,
      "allowToChangeInstallationDirectory": true,
      "perMachine": true,
      "createDesktopShortcut": true,
      "createStartMenuShortcut": true,
      "shortcutName": "Datos Moviles",
      "uninstallDisplayName": "Datos Moviles",
      "include": "nsis-config.nsh"
    }
  }
} 
Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (3): Can someone help me
  • RegEx Blacklisted phrase (1): I get the error
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Nerea Trillo Pérez

79743087

Date: 2025-08-22 07:23:05
Score: 4
Natty: 4.5
Report link

I guess you need to install their Code Coverage plugin too:
https://bitbucket.org/atlassian/bitbucket-code-coverage

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