79821204

Date: 2025-11-16 00:04:29
Score: 2.5
Natty:
Report link

Shoutout to the ethical hackers (jbee spy team, who saved me from a scam, they recovered my money, thay brought my account back, and handled the police/bank calls. Real lifesavers. you can contact them via email [email protected], Telegram +447456058620.

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

79821203

Date: 2025-11-16 00:03:28
Score: 2
Natty:
Report link

Problem was caused by other folder with same name, for some reason VS Code can distinguish modules only by names. To solve this, i just deleted other /core directory and it does work properly now,

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Иван Чернецов

79821196

Date: 2025-11-15 23:38:23
Score: 5
Natty:
Report link

I have... 04-Nov-2025 19:43:36 UTC ...and cannot convert that to a date that Excel recognizes. Not an Excel expert so can you provide simple instruction to get rid of the UTC. Flash fill doesn't work and I'm a baby with formulas but learning!

Reasons:
  • RegEx Blacklisted phrase (2.5): can you provide
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Krista Simonetti

79821194

Date: 2025-11-15 23:30:21
Score: 2.5
Natty:
Report link
  1. Replace this line:

    rng.Case= wdTitleSentence 'wdUpperCase works; this doesn't; something else I could put here?

  2. With the following:

    rng.Text = UCase(Left(rng.Text, 1)) & LCase(Right(rng.Text, Len(rng.Text) - 1))

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Tony Sciple

79821192

Date: 2025-11-15 23:17:18
Score: 0.5
Natty:
Report link

Remove the root_folder from all of the imports. Example:

from root_folder.package2.script2 import example_func

Becomes:

from package2.script2 import example_func

Also, run your app with

python main.py

instead of

python -m root_folder.main

This should solve your issue.

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

79821191

Date: 2025-11-15 23:17:18
Score: 9.5 🚩
Natty: 4.5
Report link

I am facing the same issue - did you ever find a solution to this? :)

Reasons:
  • RegEx Blacklisted phrase (3): did you ever find a solution to this
  • 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):
  • Single line (0.5):
  • Low reputation (1):
Posted by: devofuiapps

79821185

Date: 2025-11-15 23:05:15
Score: 1.5
Natty:
Report link

If you already have the BIND zone files, you can import them into cPanel automatically using this open-source tool:

https://github.com/mansourjabin/cpanel-zone-importer

It reads a standard BIND zone file and creates the corresponding DNS records in cPanel through its API, so you don't need to add everything manually.
It works on regular cPanel accounts and does not require WHM root access.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mansour Jabin - منصور جبین پور

79821183

Date: 2025-11-15 23:01:14
Score: 0.5
Natty:
Report link

The question is where Hashicorp Vault on MacOS stores by default the configuration file when initialised, without providing any flags.

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

79821181

Date: 2025-11-15 22:58:13
Score: 0.5
Natty:
Report link

You can use the replace directive to point to a local copy of the module. As you modify the module code locally, the compiler just uses the current state of that code. No fussing with versions.

Similar question:

https://stackoverflow.com/a/74891220

The official docs offer a more robust description.

https://go.dev/doc/modules/managing-dependencies#local_directory

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
Posted by: Brian Wagner

79821177

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

Used Node.js v16 (via nvm use 16), then ran npm install griddb-node-api — Node 18/20 failed because the package still depends on legacy native bindings.
After switching to v16, the install completes even with engine warnings, and the client works normally on WSL.

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

79821176

Date: 2025-11-15 22:44:10
Score: 1.5
Natty:
Report link

One build one user.
Does it even make sense? Are several people working on one remote brunch?

In general there is a repository (git) and a build server (Jenkins) remote. Every checks out the source localy and after finishing work it should be merged on the remote git server and remote build and tested on Jenkins.

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

79821174

Date: 2025-11-15 22:43:09
Score: 0.5
Natty:
Report link
  1. Where is 'Sub sys_PrepareToSend()' code located? It may be that your code is located on in your local hard drive under your profile similar to the following 'C:\Users\user_name\AppData\Roaming\Microsoft\AddIns\' rather than in the workbook?

  2. I have something that does something similar, except that it copies and paste the content of the used range over the top of itself. Not exactly what you want, but may help. Careful as this wipes out all formulas so you must save the workbook to a different file before running.

    'Step 3
    private Sub copy_and_paste_values_in_order()
        Dim sht_order As Variant
        sht_order = Array("Sum2", "SPaint", "FPaint", "Supt", "Prod", "Pile", "Conc", "PipUG", "Steel", "Equip", "PipShp", _
                          "PipFld", "Insul", "Trace", "FirePrf", "EI", "Bldg", "Demo", "SpSub", "Indir", "Conting", "Owner", "KeyQty")
    
        'Dim variables used in the loop
        Dim ws As Worksheet
        Dim usedRange As Range
        Dim sht As Variant
    
        For Each sht In sht_order
            on Error Resume Next
            ' Set the worksheet object
            Set ws = ThisWorkbook.Sheets(sht)
    
            ' Define the used range
            Set usedRange = ws.usedRange
    
            ' Copy the used range
            usedRange.Copy
    
            ' Define the destination range (e.g., starting at cell A1 in a different location)
            ws.Range("A1").PasteSpecial Paste:=xlPasteValues
    
            ' Clear Clipboard (Optional)
            Application.CutCopyMode = False
    
            'Activate current Sheet, Select Cell A2, Scoll Up -> True
            ws.Activate
            ws.[a2].Select
            Application.Goto Worksheets(Sht).Range("A2"), True
    
        Next sht
    
        'cleanup delete ws object
        Set ws = Nothing
    End Sub
    
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Where is
  • Low reputation (1):
Posted by: Tony Sciple

79821162

Date: 2025-11-15 22:11:03
Score: 1.5
Natty:
Report link

i solved it here but this issue for database domain name
using aioodbc engine and sqlalchemy

https://stackoverflow.com/a/79821137/17470890

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-2): i solved
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mohanad Gadallah

79821156

Date: 2025-11-15 22:00:00
Score: 3.5
Natty:
Report link

The issue was that Ionicons was imported incorrectly.

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

79821154

Date: 2025-11-15 21:56:59
Score: 2.5
Natty:
Report link

Ended up using pointermove event and elementFromPoint

https://developer.mozilla.org/en-US/docs/Web/API/Document/elementFromPoint

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Pytan

79821153

Date: 2025-11-15 21:52:58
Score: 3.5
Natty:
Report link

Nope. Nope. Nope. I am just very dumb and stupid and added the persistence feature to egui instead of eframe. This is so very stupid. The question is solved.

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

79821152

Date: 2025-11-15 21:51:57
Score: 0.5
Natty:
Report link

If you are using bootstrapApplication() in Angular, you can modify the global configuration of Ionic using provideIonicAngular() like this in main.ts file

bootstrapApplication(AppComponent, {
  providers: [
    // other providers
    provideIonicAngular({ mode: 'ios' }),
  ]
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergio Ponce Domínguez

79821150

Date: 2025-11-15 21:47:56
Score: 0.5
Natty:
Report link

I found a solution for realtime report refresh (behind proxy):

Pass folowing argument to the goaccess

--ws-url=wss://yourdomain.com:443/ws

The port part is crucial, otherwise goaccess will trying to connect to its default port (7890)

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

79821134

Date: 2025-11-15 21:32:53
Score: 1
Natty:
Report link

For me, on SSMS 21, the files were located in:

C:\Users\[YourUserName]\AppData\Local\Microsoft\SSMS\BackupFiles\Solution1\
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: James

79821112

Date: 2025-11-15 21:03:44
Score: 2
Natty:
Report link

You should do like that:

embedding: "VECTOR(768)",

https://sequelize.org/docs/v7/other-topics/extending-data-types/

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: iwaduarte

79821101

Date: 2025-11-15 20:40:38
Score: 7 🚩
Natty: 6
Report link

really cool; just it doesnt work for me; it compiles but at the moment i add the widget CreateWidget isn;t called (console app does start); any idea how to troubleshoot?

Reasons:
  • Blacklisted phrase (1): doesnt work
  • RegEx Blacklisted phrase (2): doesnt work for me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: Dave Smits

79821098

Date: 2025-11-15 20:33:37
Score: 2.5
Natty:
Report link

I couldn't find this setting so I had to do this instead fmt.Print(" " + uuid.New().String())

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

79821091

Date: 2025-11-15 20:11:32
Score: 1
Natty:
Report link

For me, the error was "An error occurred while installing mysql2 (0.5.4), and Bundler cannot continue"

I just had to run this command with explicit version that is the same as in my Gemfile:

gem install mysql2 -v '0.5.6' -- --srcdir=/usr/local/mysql/include

After that bundle install worked again

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

79821086

Date: 2025-11-15 19:58:29
Score: 2
Natty:
Report link

I found this,
it might help
super simple - no code required
Down side is that the site needs the tab to open to track your curler bots
whisp-crm.tech

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

79821081

Date: 2025-11-15 19:49:27
Score: 3
Natty:
Report link

As newprogrammer said, Dash is Mac OS only. However, the Dash extension for VS Code also supports Zeal, which is available on Windows

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

79821080

Date: 2025-11-15 19:46:26
Score: 0.5
Natty:
Report link

I found the error. It is in the case of left-justifying the last line. My available spaces are getting to negative, and I'm getting stuck there until memory exhausts.

updated portion of the code:

                if(isLastLine){
                    for(String word: mapping.words){
                        sb.append(word);
                        currentWordCount++;
                        if(currentWordCount < wordcount){
                            sb.append(" ");
                        }
                      }
                      int remaining = availableSpaces - minSpaces;  
                      while(remaining > 0){
                        sb.append(" ");
                        remaining -= 1;
                      }
                }
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: satya

79821063

Date: 2025-11-15 19:23:20
Score: 2
Natty:
Report link

Most likely I was getting this error because the root module and a submodule shared the same name. When I changed the root module name I was able to aggregate jacoco report.

Related: Projects with same name lead to unintended conflict resolution #847

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

79821056

Date: 2025-11-15 19:13:17
Score: 4.5
Natty:
Report link

Please, re-ask the question as regular one instead of "best practices". The variant "best practices" is intended for questions which are not enough objective for regular Q/A library. But your question is definitely suited for Q/A format. See also What should I do about "opinion-based" questions that should be regular Q&A posts?

Reasons:
  • Blacklisted phrase (2): What should I do
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: Tsyvarev

79821050

Date: 2025-11-15 19:02:14
Score: 1.5
Natty:
Report link

If you want to have this feature, you should use one of the services like Appsflyer or any other that you can find on the WWW, or implement your own for this purpose.

There are nuances when you use services, they have Privacy Rules. For you, this meant that you can’t send more than 10 parameters in URL and all of them can’t have custom names( with custom names, you will be unable to handle these params during all edge cases ), at least Appsflyer has this rule, named UDL privacy protection.

I'm not sure how this mechanism works inside services, but I think it's based on the IP address, because if you open your deep link in one network and then change networks and install and open the app, services will be unable to deliver to your client params. I saw this problem during the implementation of Appsflyer.

This mechanism works in the following manner:

1 - You must implement Universal Link, with details needed for you.
2 - Server side should detect when a user visits your Universal Link, fetch all the needed data for you, user will have some IP address.
3 - You should have a client-side mechanism that will detect launching and make a request to your server side when you match a request by some unique parameter to detect that it was the same user, it will be the IP address, or something else.
4 - Server should return these params to the client side for further processing, or your own logic.

As an example of how this logic works, if you use AppsFlyer:

1 - You create a deep link.
2 - Define rules and params that should be in your UniversalLink using the web client.
3 - Integrate the SDK on the client side and listen response of these params from Appsflyer SDK.

Also, in this case, you should implement the logic of IDFA, it’s needed to catch some params, + you will not have data from SDK if the user changes the network where the link was opened and where the app was installed.

If your application, already installed, it will be handled normally, you will just be redirected to the app by clicking on Universal Link.

Reasons:
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ice

79821029

Date: 2025-11-15 18:39:07
Score: 2
Natty:
Report link

Must be something with the new "Visual studio 2026", if that's the case and you updated to a newer version then make sure to use the older 2022 version, if not then search for visual studio installer in task bar and head to the version you're using (probably visual studio entreprise 2022) in this case, and click on "More" -> Repair
if that doesn't work, reinstall and/or update correlating apps eg: mysql

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

79821027

Date: 2025-11-15 18:34:06
Score: 3
Natty:
Report link

Thank you to those who responded, I really appreciate it.

Others, please take out some time and fill the survey.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Pracheta

79821017

Date: 2025-11-15 18:24:03
Score: 4
Natty:
Report link

On the code pane, just below where the tabs for the files are displayed, there is a checkbox to toggle Source on Save. Is that checked?

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

79821013

Date: 2025-11-15 18:03:59
Score: 3
Natty:
Report link

For the device, click on the three dots > Edit > "Additional Settings" tab > Change "Default boot" to "Cold"

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

79821010

Date: 2025-11-15 18:02:58
Score: 0.5
Natty:
Report link

Just in case someone comes across this, i had the same problem - the fix was to change browser. In Chrome i had no error, while on Arc, it didn't work - seems like the chrome identity API has some problems when other browsers have some custom Headers.
View this issue thread for more context: https://github.com/brave/brave-browser/issues/7693#issuecomment-3015322687

I understand browsers like Brave & Arc do not support chrome.identity.getAuthToken() because of how Google has designed it.

Reasons:
  • Whitelisted phrase (-1): i had the same
  • No code block (0.5):
  • Low reputation (1):
Posted by: imdipp

79821001

Date: 2025-11-15 17:45:54
Score: 1
Natty:
Report link

I had to build something similar recently while working on internal tools for Ellipticlean. AlarmManager with ELAPSED_REALTIME_WAKEUP was the only reliable method that continued to run during device sleep.

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

79820997

Date: 2025-11-15 17:40:53
Score: 5.5
Natty:
Report link

rtrim($viewPath, '/') . '/'; // Ensure trailing slash <--- Have you tried rtrim on the /?

Also, do you have a .htaccess file that could be overwriting what your code is trying to accomplish?

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • RegEx Blacklisted phrase (2.5): do you have a
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Gregory B

79820991

Date: 2025-11-15 17:32:50
Score: 2
Natty:
Report link

If anyone still needs an Android solution for controlling USB relay modules:
I’ve created app (Host + Remote) that handle USB relay control, including remote access. It’s now available on Google Play if you want to try it - https://play.google.com/store/apps/details?id=com.separdsoft.relaycontroller

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

79820988

Date: 2025-11-15 17:29:50
Score: 1.5
Natty:
Report link

@phd sorry, my bad and yes you are right. the Contributions only count from default or gh-pages branches. You can use squash merges and commit daily in feature branches, then git merge --squash to main for clean history. Each squashed merge counts as one contribution.I hope that answer your question.

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @phd
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Jared McCarthy

79820985

Date: 2025-11-15 17:26:49
Score: 4.5
Natty: 4.5
Report link

# Source - https://stackoverflow.com/a/8415155

# Posted by Jonathan Levison

# Retrieved 2025-11-15, License - CC BY-SA 3.0

http://m.foursquare.com/venue/VENU

E_ID

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shahnawaz Lone

79820980

Date: 2025-11-15 17:18:46
Score: 5
Natty:
Report link

I wonder if you can throttle a process that pushes to SQS queue?

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

79820964

Date: 2025-11-15 17:02:42
Score: 3
Natty:
Report link

There is apparently no way to know which page is open by a particular user.
As someone said on a forum

How would the server know if HTML code is "opened" in a browser?

I couldn't find a solution, so I chose to do it differently.
All the code for SignalR is placed in the Layout.

Upon receiving a message, I want to know if the recipient is currently checking their messages or not.
I create a condition with an element of the document that only exists on the messaging page.

connection.on("ReceiveMessage", function(userexp, userdest, topic, message, refresh_status) {
   var contf = document.querySelector(".fiche"); // fiche only exists on my "Messaging" page
     if(contf != null)
      {
         //code for the Messaging page
      }
      else
      {
        //code for any other page (Notification PopUp in main menu)
      }

Consequently, by also placing the notification message template in the _Layout, I can notify the user at any time and anywhere on the site.

Reasons:
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: AMP59

79820944

Date: 2025-11-15 16:04:30
Score: 1
Natty:
Report link

I know the interface doesn't make it clear but "General Advice/Other" is for questions that seek opinionated advice, not for factual questions like yours. You should probably delete this post and post it with the correct question type as changing the type is currently not supported.

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

79820939

Date: 2025-11-15 15:57:29
Score: 2
Natty:
Report link

Garena liên quân

UID 1231245858374769 Tên trong Game ☞๖ۣۜTασ๖ۣۜTύ☜

ls -l /path/to/your/file
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Hoàng Chung

79820928

Date: 2025-11-15 15:39:25
Score: 1.5
Natty:
Report link

i believe you should use transaction in your exemple since you don't want to update one and the other throw an error and to answer your question i think it's better if you put taxProfileService.update inside the first service since it's kinda related to investorProfile

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

79820927

Date: 2025-11-15 15:38:24
Score: 5
Natty: 4.5
Report link

That’s a very helpful explanation of building a scalable TCP/IP server architecture. When planning to scale, it's important not just to think about CPU and memory, but also network infrastructure for example, leasing extra IPs or considering IP rent from cloud providers when you need more external endpoints. Thanks for sharing the code sample and design considerations.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Avena Cloud

79820923

Date: 2025-11-15 15:29:22
Score: 2
Natty:
Report link

I suspect the error is caused by a permission issue.

Add the js file in “Jimdo” under “Custom Layout”/“Files.” Then copy the link (right-click - copy link) and paste it under "Settings"/“Edit Header” in HTML format (<script scr="..."></script>).

An example of a link: https://u.jimcdn.com/cms/o/abc...123/userlayout/js/script.js?t=123....890

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

79820916

Date: 2025-11-15 15:15:19
Score: 1.5
Natty:
Report link

your initialFormData is just the ID (338) it should be the whole list of experiences.

when you delete one each other LiveComponent sees "old data = 338" vs "new data = 2 items" then thinks everything is gone so deletes all.

Set initialFormData to the full form array, not the ID.

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

79820915

Date: 2025-11-15 15:14:19
Score: 1.5
Natty:
Report link

I've have had to change

try writer.print("A number please: ");

to

try writer.print("A number please: ", .{});

to compile it with zig-0.15.2

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

79820913

Date: 2025-11-15 15:11:18
Score: 2
Natty:
Report link

Well, depending on the python version you use, you should set up a venv environment and install all your packages (including Django) in there again. Every time you want to run your Django project, you activate the venv (some IDEs may do this automatically). Here are the docs: https://docs.python.org/3/library/venv.html.

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

79820904

Date: 2025-11-15 14:56:14
Score: 4
Natty:
Report link

For anyone who was wondering, the problem is the return value in bh_entry_hook: with a non-zero value the Kprobes leaves the return address as is, and the kretprobe has no further effect for that particular function instance, from the docs https://docs.kernel.org/trace/kprobes.html

Reasons:
  • Blacklisted phrase (2): was wondering
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Damiano De Orazi

79820900

Date: 2025-11-15 14:49:13
Score: 0.5
Natty:
Report link

Well, the detour via pandas may work but seems less than perfect. I would use PyWin32 and COM wrapping. Then you can use the normal EXCEL interface directly.

To support such tasks I wrote an EXCEL wrapper that allows to use the EXCLE API even in a pythonic way i. e. you may call the saveas method of a workbook as SaveAs as defined, as saveas or as save_as. All done automatically. Same should work for the parameters. If you consequently use this, one may even won't notice you are using pure EXCEL API in your Python code. With that you only have the overhead of COM interfacing but not all internal file formattingt logic in openPyXL in Python. I think this has a substantial impact on runtime. However, you need to have an EXCEL installation for this to work.

https://github.com/dornech/utils-msoffice

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: dornech

79820897

Date: 2025-11-15 14:44:11
Score: 1
Natty:
Report link

This works great for UK counties, but if I select Ireland as the Country for shipping I get an error saying:

Oops!
Unexpected error in: woocommerce/checkout-shipping-address-block
Error: Node.removeChild: The node to be removed is not a child of this node

The code I tried was:

add_action( 'wp_footer', 'ag_force_ni_shipping_counties_js', 20 );

function ag_force_ni_shipping_counties_js() {
  if ( ! function_exists( 'is_checkout' ) || ! is_checkout() ) {
      return;
  }
  ?>
  <script>
      (function () {
          // Our allowed counties for shipping
          const agNiCounties = [
              { value: 'ANT', label: 'Co Antrim' },
              { value: 'ARM', label: 'Co Armagh' },
              { value: 'DOW', label: 'Co Down' },
              { value: 'FER', label: 'Co Fermanagh' },
              { value: 'LDY', label: 'Co L/derry' },
              { value: 'TYR', label: 'Co Tyrone' }
          ];

          function agReplaceShippingStateOptions() {
              const select = document.getElementById('shipping-state');
              if (!select) {
                  return;
              }
              

              // Clear all existing options
              while (select.options.length > 0) {
                  select.remove(0);
              }

              // Placeholder option
              const placeholder = document.createElement('option');
              placeholder.value = '';
              placeholder.disabled = true;
              placeholder.selected = true;
              placeholder.textContent = 'Select a county';
              placeholder.setAttribute('data-alternate-values', '[Select a county]');
              select.appendChild(placeholder);

              // Add our NI counties
              agNiCounties.forEach(function (item) {
                  const opt = document.createElement('option');
                  opt.value = item.value;
                  opt.textContent = item.label;
                  opt.setAttribute('data-alternate-values', '[' + item.label + ']');
                  select.appendChild(opt);
              });
          }

          // Initial runs
          document.addEventListener('DOMContentLoaded', agReplaceShippingStateOptions);
          window.addEventListener('load', agReplaceShippingStateOptions);

          // Watch for Woo Blocks / dynamic updates
          const observer = new MutationObserver(function (mutations) {
              mutations.forEach(function (mutation) {
                  mutation.addedNodes.forEach(function (node) {
                      if (!(node instanceof HTMLElement)) {
                          return;
                      }
                      if (node.id === 'shipping-state' || node.querySelector?.('#shipping-state')) {
                          agReplaceShippingStateOptions();
                      }
                  });
              });
          });

          if (document.body) {
              observer.observe(document.body, { childList: true, subtree: true });
          }
      })();
  </script>
  <?php
}


Reasons:
  • RegEx Blacklisted phrase (1): I get an error
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Richard McClung

79820891

Date: 2025-11-15 14:34:09
Score: 2
Natty:
Report link

You cannot call a localhost URL leading from app on a phone to website running on a computer, because they are local URLs and cannot communicate with each other. You should ngrok or a tunneling service (get a constant URL if possible, works really well) and then use that URL instead.

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

79820887

Date: 2025-11-15 14:28:07
Score: 4.5
Natty:
Report link

i think it will handle yes check this : https://station.railway.com/questions/are-there-limits-on-total-transfer-size-3c991de1

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

79820876

Date: 2025-11-15 13:58:00
Score: 2
Natty:
Report link

Check for the webpage if it contains ad elements overlying your element you want to click. I had the similar problem occuring with an webpage. To solve you have multiple options:

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

79820870

Date: 2025-11-15 13:45:57
Score: 2
Natty:
Report link

You can try removing the part com.apple.developer.in-app-purchase from your *.entitlements file

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

79820869

Date: 2025-11-15 13:44:57
Score: 4.5
Natty:
Report link

thanks, this solution works great!!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: A H Bensiali

79820867

Date: 2025-11-15 13:41:56
Score: 1.5
Natty:
Report link

I had a similar issue and my best bet is that it is linked to this issue with the ::: .

The current workaround seems to add blank lines around ::: to circumvent the issue (not great with readability).

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Clément Calauzènes

79820865

Date: 2025-11-15 13:34:54
Score: 3
Natty:
Report link

Check out noip they have some free domains you can link to an ip

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

79820846

Date: 2025-11-15 13:01:46
Score: 2
Natty:
Report link

I changed the order of points of the polygon and it worked. If you have some weird issue, be sure to try that : )

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

79820843

Date: 2025-11-15 12:57:45
Score: 1.5
Natty:
Report link

I recently built a simple online tool that converts PDF files to JPG images quickly and easily — no software installation required. It’s perfect for:

You can try it here: https://www.pdf-to-jpg-tool.com

It’s free, fully browser-based, and works on desktop & mobile. I’d love your feedback to make it even better!

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

79820826

Date: 2025-11-15 12:36:39
Score: 2
Natty:
Report link

you are still only showing the functions. To design a proper solution one has to consider the place in code where you register the function pointer and the place where you call them. Please try to create a [mre]

Oh my, didnt know that this is broken too ... here is the link: https://stackoverflow.com/help/minimal-reproducible-example

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (1): here is the link
  • Blacklisted phrase (1): stackoverflow.com/help
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-2):
Posted by: 463035818_is_not_an_ai

79820820

Date: 2025-11-15 12:31:37
Score: 3
Natty:
Report link

No. Buy your own domain & set it up this way. They are cheap enough.

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

79820814

Date: 2025-11-15 12:28:35
Score: 6.5 🚩
Natty: 5.5
Report link

I need help people. Are in my. Email and only let me use phone when they want me to and I can't get my calls or texts

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christopherdgreenwood

79820812

Date: 2025-11-15 12:26:34
Score: 7 🚩
Natty: 5
Report link

Check this link for Next.js Server Component

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Akashdeep Singh

79820807

Date: 2025-11-15 12:18:32
Score: 1
Natty:
Report link

The created-by-id is only for internal use and it is related to admins, not permission users. Solution is create another field with relation to permissions user

Reasons:
  • Whitelisted phrase (-1): Solution is
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Artem

79820804

Date: 2025-11-15 12:15:31
Score: 3
Natty:
Report link

Cast, save & share > Install page as app

See Screenshot

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Green Pyramid Energy

79820792

Date: 2025-11-15 11:50:26
Score: 3
Natty:
Report link

The point is that I need to split a string in order to keep the things easy. But the imposed converstion is doing a mass! I need to turn it off.

On previous similiar situtations, such kind of thing didn't occur.

Anyway, thank you all for you helping;

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Daniel Bandeira

79820787

Date: 2025-11-15 11:42:24
Score: 0.5
Natty:
Report link

You should delete this and ask it as a proper question

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

79820784

Date: 2025-11-15 11:37:22
Score: 0.5
Natty:
Report link

The definition @Lajos Arpad gave of Theta is completely wrong without the additional context that we are talking about average-time complexities.

Theta indeed means that its a tight bound, as he said. However, that does not mean it is an "average" bound. It means that Theta gives both an (asymptotic) upperbound and an (asymptotic) lowerbound. Basically, if $f(n)$ is the maximum number of elementary operations the algorithm does for an input of size n, then we say:
- $f(n) = O(g(n))$ if there is some constant $C$ such that $f(n) \leq C \dot g(n)$.
- $f(n) = \Theta(g(n))$ if both $f(n) = O(g(n))$ and $g(n) = O(f(n))$.

For instance, an algorithm that does something like:

def f(n):
    for i in range(n):
        for j in range(n):
            #something
    for k in range(n):
        #something else

where `something` takes between $1$ and $3$ operations and `something else$ takes between $1$ and $2$ operations will take in total at most $2n^2 + 3 n$ operation, which is smaller than $5 n^2$, i.e $f(n) = O(n^2)$.
It is also true that $f(n) = O(n^3)$.

Since we also have $n^2 = O(f(n))$, because $n^2 \leq n^2 + n$, we must have $f(n) = \Theta(n^2)$, i.e the algorithm described by $f$ takes asymptotically exactly a constant multiple of $n^2$ steps to complete its task.

HOWEVER, if we consider instead average-time complexities (instead of worst-case complexities, as above) then the above example is true. The corresponding definitions are the same but with $f(n)$ being defined as the average number of operations the algorithm does for an input of size $n$.

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

79820782

Date: 2025-11-15 11:34:21
Score: 2.5
Natty:
Report link

ACtually found the solution

  1. Start docker container with --add-host host.docker.internal:host-gateway

  2. connect via mongodb://host.docker.internal:27017 from inside docker container

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

79820776

Date: 2025-11-15 11:28:20
Score: 8.5 🚩
Natty: 5.5
Report link

Have you found a way to do this?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a way to do this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: shamir0xe

79820775

Date: 2025-11-15 11:28:19
Score: 0.5
Natty:
Report link

@jared-mccarthy From the docs you pointed to:

Commits are only counted if they are made in the default branch or the gh-pages branch

(Emphasize mine — phd)

Not from any branch.

Reasons:
  • Contains signature (1):
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @jared-mccarthy
  • High reputation (-2):
Posted by: phd

79820773

Date: 2025-11-15 11:26:19
Score: 1.5
Natty:
Report link

recently we faced same issue , our case was related to network communication issue between nodes on UDP protocol , tcp connections we allowed ping and all required ports was allowed , but UDP connection was failing we fixed the network issue and solved it , before retrying you need to clear cluster node to ensure that you testing without issues

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

79820770

Date: 2025-11-15 11:21:17
Score: 0.5
Natty:
Report link

Since I just deployed local_doh and ran into the exact same problem (FF Android certificate exceptions reset on every app cold-start/reboot) you need to configure dnscrypt to send the whole certificate chain including all intermediates, and root (in this order)

Good news is you don't even need Let's Encrypt and can just roll your own CA (if you don't mind installing it on your clients) so this should theoretically even work on a router running dnscrypt (like OpenWrt)

This was tested with OpenSSL v3 as we are using some “advanced” arguments (namely addext and copy_extensions) which may or may not be available in legacy (1.0) versions! If you are stuck on a legacy version, generate it somewhere else and copy the certificates and keys over.

If you use LE, you can skip step 1-4

  1. Create Certificate Authority:

    openssl req -x509 -newkey rsa:4096 -keyout ca.key -out ca.crt -days 3650 -nodes

  2. Create Private Key:

    openssl genpkey -algorithm RSA -out doh.key -pkeyopt rsa_keygen_bits:4096

  3. Create Certificate Signing Request:

    openssl req -new -key doh.key -out doh.csr -addext "subjectAltName = DNS:server.domain.local"

    The SAN is important, otherwise FF will complain about mismatching OU (which I can only assume is a bug in current versions?!)

  4. Create and sign certificate:

    openssl x509 -req -in doh.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out doh.crt -days 3650 -sha256 -copy_extensions copyall

  5. Create certificate chain: cat doh.crt ca.crt > full.crt

  6. Configure dnscrypt to use your full.crt as cert_file = /path/to/full.crt

  7. Open FF on Android and go to the DoH endpoint e.g. https://server.domain.local:3000/dns-query which should now show an encrypted connection w/o any warnings.

    If you run LE everything should work and you are done, if not open the URL on Desktop and make sure dnscrypt is actually sending the full certificate chain including all intermidate!

  8. If you did roll your own CA dnscrypt will log a unknown certificate authority denoting the client not trusting the CA used to sign the DoH certificate

  9. To fix this take the ca.crt from #1, copy it to your device, and install it in the Android certificate store: Settings > Security > Install Certificate > Install CA certificate

    Which will bring up a scary screen displaying something about your data not being private yada yada and requesting biometric authentication since you are messing with the CA store.

  10. Finally (re)open Firefox, go to Settings > About Firefox and tap on the logo to unlock the Secret Settings menu, go back to Secret Settings and enable Use 3rd Party CA certificates and completely (force) close FF

  11. Now go back to #7, if something doesn't work reboot Android

Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: user1972814

79820768

Date: 2025-11-15 11:15:15
Score: 4.5
Natty:
Report link

@User207421 but I want it so a person can only have one marriage, but marriage can have many people.

Man M = 1 Marriage

Women M = 1 Marriage

&

Marriage NEEDS at least 1 Man & Woman

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @User207421
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Theo

79820749

Date: 2025-11-15 10:40:08
Score: 1
Natty:
Report link

Apparently the culprit was provideClientHydration() in app.config.ts.

Regardless being provided with the correct data by the API & enabling no-cache, it will be overridden and the service.ts file will return a stale data.

I hope someone more knowledgeable can improve my answer to better explain it if needed.

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

79820745

Date: 2025-11-15 10:36:07
Score: 1
Natty:
Report link

When you use BlocProvider , it ctreates its own context. The context inside button is reffering to the TempScreen.

BlocProvider creates a new subtree, and the outer context does not contain the new provider. So context.read<TempScreenCubit>() is using the wrong BuildContext.

The correct context is the one inside the BlocProvider subtree, not the one from TempScreen’s build method.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When you use
  • Low reputation (1):
Posted by: Mohammad Ali Ghasemian

79820736

Date: 2025-11-15 10:25:04
Score: 2.5
Natty:
Report link

My goal is to load transactions for only those customers which is present in Input View and do some processing on them later.

The current implementation is:

1. Hdfs has data for customers with columns (cust_id, date, uuid)
So , first I read this data and create input view on this one.

2. Now later in the pipeline I have create a view from transactions table of DB having schema
(transaction_id, customer_id, date, transaction_amt, tran_type, current_amt).

3. At this point I now have both views with me input and transactions view. Then i am running SPARK SQL on them as "Select i.cust_id, t.transaction_id, t.transaction_amt, t.tran_type from transactions t join input i on i.cust_id=t.customer_id && i.date= t.date"

Now what happens here is that Spark will load all the data from transactions table to create view which is not efficient.
I want to achieve some filter push down in RDBMS also like Spark does for Hdfs.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Parth Sarthi Roy

79820728

Date: 2025-11-15 10:06:59
Score: 4
Natty: 4.5
Report link

If you receive it from a non-malleable source then you must process it. Whereas if you are creating your own source use UTF-8 as a wide variety of systems can read it . I would not suggest adding further non-UTF-8 sources to the world.

There is already a fire here as other comments make clear. Don't add gas?

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

79820723

Date: 2025-11-15 09:59:57
Score: 1
Natty:
Report link

For me the simple solution to this problem was to use vcpkg https://vcpkg.io/en/

vcpkg install sqlite3:x64-windows

and to get it working in CI, after that:

echo "VCPKG_ROOT=C:/vcpkg" >> $GITHUB_ENV
echo "SQLITE3_LIB_DIR=C:/vcpkg/installed/x64-windows/lib" >> $GITHUB_ENV
echo "SQLITE3_INCLUDE_DIR=C:/vcpkg/installed/x64-windows/include" >> $GITHUB_ENV

c.f. https://github.com/Electron100/butane/pull/420

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

79820718

Date: 2025-11-15 09:51:55
Score: 1.5
Natty:
Report link

Have you tried speaking to the provider?

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):
  • High reputation (-2):
Posted by: ADyson

79820715

Date: 2025-11-15 09:44:53
Score: 4
Natty:
Report link

I am facing a problem with reqSecDefOptParams. since reqSecDefOptParams provides data grouped by ticker->exchange->tradingClass->(list of expirations, list of strikes). When I select a expiry that is suitable for my strategy and filter a suitanble strike, that chosen strike price may not be available for the chosen expiry. Since all expirations and strikes are bundled there is no way to findout which strikes are available for which expiry.

is there a way to group strikes available for each expiry?

Reasons:
  • Blacklisted phrase (1): is there a way
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sudhakar

79820713

Date: 2025-11-15 09:41:52
Score: 0.5
Natty:
Report link

package com.example.gunmod.client;

import com.example.gunmod.GunMod;

import com.example.gunmod.PistolItem; // Add this import statement

import net.fabricmc.api.ClientModInitializer;

import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents;

import net.minecraft.client.MinecraftClient;

public class GunModClient implements ClientModInitializer {

@Override

public void onInitializeClient() {

    ClientTickEvents.END_CLIENT_TICK.register(client -\> {

        if (GunMod.reloadKey.wasPressed()) {

            // Reload pistol if held

            if (client.player.getMainHandStack().getItem() instanceof PistolItem pistol) {

                pistol.reload(client.player);

            }

        }

    });

}

}

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

79820708

Date: 2025-11-15 09:36:51
Score: 1
Natty:
Report link
/*
Source - https://stackoverflow.com/q/73718109
Posted by user19995252, modified by community. See post 'Timeline' for change history
Retrieved 2025-11-15, License - CC BY-SA 4.0
*/

body {
  background-color: blue;
}

.game-container {
  background-color: yellow;
  background-size: 1159px 771px;
  background-position: top;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  height: 100vh;
}

.player-hand-1 {
  top: -172px;
  left: 50%;
  transform: translate(calc(-50% + 80px), 0);
  display: flex;
  position: absolute;
  box-shadow: 29px 33px 21px rgba(0, 0, 0, 0.24);
}

.player-hand-1 img {
  margin-left: -160px;
  background: red;
  border: 1px solid white;
}

.card {
  width: 200px;
  height: 280px;
}
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Temvvjin Shinebayr

79820702

Date: 2025-11-15 09:21:48
Score: 3
Natty:
Report link

Correction: It actually works.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Joly

79820692

Date: 2025-11-15 09:06:44
Score: 1.5
Natty:
Report link

My guess is the main bottleneck is writing to IO. The way to speed things up is buffering frames correctly if you are not already. Instead of printing line by line, generate the whole frame/screen and write it at once. Second thing is to use asynchronously generate the frame and write to IO, or use different threads/processes for each. However, It's hard to see what's going wrong without a minimal code example.

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

79820683

Date: 2025-11-15 08:55:42
Score: 1
Natty:
Report link

The root cause of the GitHub Copilot issue is ERR_SSL_PROTOCOL_ERROR.

Phenomenon Description

In some cases, this error of GitHub Copilot will stably trigger and often occurs when creating files with a large amount of code

The essence should be that Copilot limits the maximum output tokens of the model (to save costs)

Causes output truncation, leading to error

Core Idea

Bypass the max tokens limit of Copilot

Solution

Split the problem, and split a large file chunk into multiple small functions to implement each separately

Problem Solving

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

79820677

Date: 2025-11-15 08:49:40
Score: 2.5
Natty:
Report link

This is very uncommon illustration. Why not rotating the data?

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

79820665

Date: 2025-11-15 08:35:37
Score: 0.5
Natty:
Report link

Should be an actual question, not an advice discussion.

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

79820661

Date: 2025-11-15 08:32:36
Score: 0.5
Natty:
Report link

that's fun to see a lot of upvoted answers, which relies on process.env.SOMETHING
that would not work on every-environment, especially on production (where you have a static build served by nginx for example)

Reasons:
  • Blacklisted phrase (0.5): upvote
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Valentin Kantor

79820654

Date: 2025-11-15 08:10:32
Score: 1
Natty:
Report link

I understand you're having trouble with the component used to add a movie or anime on the HiAnime website. Since the component is a core part of the user interface for content contribution or personal list management, its malfunction can be very frustrating.

Here is a step-by-step troubleshooting solution, keeping the HiAnime context and the official URL in mind:

1. Basic Troubleshooting Steps

Before assuming a technical bug, try these common fixes which resolve most front-end issues:

2. Identify the Exact Component Function

To find a permanent solution, we need to know exactly how the component is failing:

ScenarioWhat to CheckComponent doesn't appearIs there a missing button (e.g., "Add New Title" or "Contribute")? Ensure you are logged into your HiAnime account.Component appears but fails on submitDoes it give an error message (e.g., "API Error," "Missing Field," or "Database Connection Failed")? Take a screenshot if possible.Component fields don't load/interactDo dropdown menus, search fields, or genre selectors work? This suggests a JavaScript loading issue on the HiAnime page.

3. HiAnime-Specific Recommendation (Reporting the Bug)

If the basic steps don't work, the issue is likely a bug in the website's code and needs to be reported to the development team for a fix.

4. Direct Link to HiAnime

While waiting for a fix, always use the correct URL to ensure you are on the official site:

Hopefully, one of the basic troubleshooting steps fixes the component immediately!

Reasons:
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: HiAnime

79820653

Date: 2025-11-15 08:09:32
Score: 4
Natty:
Report link

<!--

Source - https://stackoverflow.com/a/66175612

Posted by Nafiu Lawal

Retrieved 2025-11-05, License - CC BY-SA 4.0

-->

<a href="<?= $base64_file ?>" download="file.docx" target="blank">Download</a>

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rakesh kumar Yadav

79820633

Date: 2025-11-15 07:16:19
Score: 4
Natty:
Report link

<!--

Source - https://stackoverflow.com/a/70519112

Posted by Muhammad Asad

Retrieved 2025-11-15, License - CC BY-SA 4.0

-->

<a href="https://api.whatsapp.com/send?phone=15551234567">Send Messa

ge</a>

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Agha Xevy

79820630

Date: 2025-11-15 07:10:17
Score: 1.5
Natty:
Report link

I'm not entirely sure what you're asking. Homebrew doesn't use Hashicorp. Are you saying, you used Homebrew to install Hashicorp Vault and you don't know where it put the files?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Tim Roberts

79820629

Date: 2025-11-15 07:09:17
Score: 2.5
Natty:
Report link

rm '/usr/local/bin/f2py'

followed by

brew link numpy

should fix the problem you are seeing.

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

79820622

Date: 2025-11-15 06:55:14
Score: 1
Natty:
Report link

Windows has the option to delete previous options of the operating system by navigating to Settings > System > Storage > Temporary files and select "Previous version of Windows" or you can use disc cleanup tools

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: That person

79820621

Date: 2025-11-15 06:53:13
Score: 4
Natty: 5
Report link

See here

Use mysql connector download from google don't use jdbc mysql driver from netbens

https://mp4android.blogspot.com/2022/07/java-code-online-from-online-database.html?m=1

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Random acces manager

79820620

Date: 2025-11-15 06:49:12
Score: 1
Natty:
Report link

Unfortunately the only fix I found was adding this to my next.config.mjs

webpack: (config) => {
    config.optimization.minimize = false;
    return config;
},

And the code runs properly with no build errors, or console errors or warnings. I don't know what causes this settings being turned on, to not function.

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

79820617

Date: 2025-11-15 06:36:10
Score: 4
Natty:
Report link

This doesn't work for me

The problem of adding information always occurs when Claude 4.5 generates a large amount of code at one time

Please check your firewall rules and network connection then try again. Error Code: net::ERR_SSL_PROTOCOL_ERROR.

Reasons:
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Actrue F