79811650

Date: 2025-11-06 18:35:38
Score: 2.5
Natty:
Report link

Are you a managed account ? Do you have dedicated AE (Account Exec) or Sales Specialist ? Just send them the Support ID and let them know that you want to escalate this issue as it's impacting you business at it already took ~6 months

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: catJam

79811649

Date: 2025-11-06 18:33:37
Score: 3.5
Natty:
Report link

I had this issue but all of the previous solutions in this question did not work. I found that on Windows 11 doing a custom Python install the PYTHONPATH env variable had not been set. Creating and setting up the PYTHONPATH variable, and then restarting terminals fixed the same issue for me.

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Stephen Armstrong

79811648

Date: 2025-11-06 18:33:37
Score: 0.5
Natty:
Report link

For anybody in 2025:

conda deactivate

This will deactivate (base) environment.

As of Anaconda Distribution 2025.06, an uninstaller.sh script is available to help you remove Anaconda Distribution from your system.

https://www.anaconda.com/docs/getting-started/anaconda/uninstall#macos-or-linux

~/anaconda3/uninstall.sh

This will remove all packages and miniconda itself.

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

79811636

Date: 2025-11-06 18:23:35
Score: 3
Natty:
Report link

methods :

messages.HideAllChatJoinRequestsRequest

or

messages.HideChatJoinRequestRequest

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

79811629

Date: 2025-11-06 18:13:27
Score: 7.5 🚩
Natty:
Report link

Does anyone have any updates on this? I'm encountering the exact same problem, but I haven't found a solution on oracle. I'd like a query that returns the first unlocked row.

Reasons:
  • Blacklisted phrase (1): any updates on
  • RegEx Blacklisted phrase (3): Does anyone have any updates
  • RegEx Blacklisted phrase (1): haven't found a solution
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
Posted by: senerh

79811628

Date: 2025-11-06 18:13:27
Score: 0.5
Natty:
Report link

This UI doesn't allow to write an answer due to unknown reason...

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

79811627

Date: 2025-11-06 18:12:27
Score: 1.5
Natty:
Report link
// Source - https://stackoverflow.com/questions/71771950/android-10-vivo-funtouch-os-killed-my-foreground-service-on-swipe
// Posted by Ahsan Ali
// Retrieved 2025-11-06, License - CC BY-SA 4.0

    <uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
   
    <service android:name=".service.MyService"

        />
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Boby dhuldhaj

79811626

Date: 2025-11-06 18:11:27
Score: 0.5
Natty:
Report link

I found one github-action-repo-settings-sync actions that allow it:

name: Repo Setup

on:
  push:
    branches:
      - master
  schedule:
    - cron: 0 0 * * *

jobs:
  repo_setup:
    runs-on: ubuntu-latest
    steps:
      - name: Repo Setup
        uses: kbrashears5/[email protected]
        with:
          REPOSITORIES: |
            kbrashears5/github-action-repo-settings-sync
          ALLOW_ISSUES: 'true'
          ALLOW_PROJECTS: 'true'
          ALLOW_WIKI: 'true'
          SQUASH_MERGE: 'true'
          MERGE_COMMIT: 'true'
          REBASE_MERGE: 'true'
          AUTO_MERGE: 'false'
          DELETE_HEAD: 'false'
          BRANCH_PROTECTION_ENABLED: 'true'
          BRANCH_PROTECTION_NAME: 'main'
          BRANCH_PROTECTION_REQUIRED_REVIEWERS: '1'
          BRANCH_PROTECTION_DISMISS: 'true'
          BRANCH_PROTECTION_CODE_OWNERS: 'true'
          BRANCH_PROTECTION_ENFORCE_ADMINS: 'false'
          TOKEN: ${{ secrets.ACTIONS }}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gabriel Braico Dornas

79811619

Date: 2025-11-06 18:03:24
Score: 4.5
Natty: 5
Report link

Best single or multy select dropdown

https://pub.dev/packages/ms_single_multi_select

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MD SHANAWAZ RAHMAN

79811613

Date: 2025-11-06 17:54:22
Score: 1.5
Natty:
Report link

Couldn't find a native way, but this works.

Add your negative lookahead and then add a newline (SHIFT + ENTER)

This shows me all .html files which do not have the string style.css"

enter image description here

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

79811611

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

You jsut need to make the output of the tally method wide:


df_summary_wide <- df %>% group_by(sex, car_owned) %>% tally() %>%
  pivot_wider(names_from = car_owned, values_from = n)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: BEVAN

79811596

Date: 2025-11-06 17:33:17
Score: 2.5
Natty:
Report link

Thanks for the answers.

Unfortunately, I already know all that. I also get the centroids with nettopology. I'm looking for the center of mass. But in my opinion, both polygons are convex. Therefore, I don't understand why one is inside and the other outside...

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

79811591

Date: 2025-11-06 17:29:16
Score: 3.5
Natty:
Report link

To easily change the date or time of any commit, you can use this open source tool: https://github.com/arbaev/commit-date-changer

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tim

79811575

Date: 2025-11-06 17:15:12
Score: 1.5
Natty:
Report link
from pyspark.sql.functions import date_format

df = df.withColumn("year_month",date_format(df['Ddate'],"yyyyMM"))

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

79811560

Date: 2025-11-06 17:01:08
Score: 6 🚩
Natty: 5
Report link

I have the same problem. Been trying to connect with tekla on my application made in .net 4.8, x64 it used to work but I installed the nugget packages and since then I had problems. I have been trying to remove every nugget package and connect to the dll's who are in the tekla structures/<versions>/bin/ folder. But it doesn't help.

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

79811554

Date: 2025-11-06 16:55:06
Score: 2.5
Natty:
Report link

The things the comment above your old boot function say go in there (model bindings, pattern filters) seem to go into the boot function in the App\Providers\AppServiceProvider class in Laravel 12 (see https://laravel.com/docs/12.x/routing#parameters-global-constraints and https://laravel.com/docs/12.x/routing#explicit-binding ). Maybe you can access the .env values from there?

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Marleen

79811530

Date: 2025-11-06 16:27:59
Score: 2.5
Natty:
Report link

Think you find that when you run from Xcode it using the schema of the "extension" change to the app name schema and the error goes

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

79811525

Date: 2025-11-06 16:24:58
Score: 1
Natty:
Report link

In my case, I could not downgrade to a 3.x version of integration services because my existing solutions did not support it. The key is to install the "BI Developer Extensions" (formerly BIDS Helper)". After installing it I was then able to see the biml commands in right click menus (such as "add new biml file", "expand biml file").

Confirmed this works with:

Visual Studio 2019 pro - 16.11.50

SQL Server Integration Services Projects - 4.6

BimlExpress - 2019 R1

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

79811523

Date: 2025-11-06 16:18:57
Score: 1
Natty:
Report link

The warning isn’t from ESLint — it’s from TypeScript’s type hints in Eclipse.
Add // @ts-ignore above the document.execCommand("copy"); line to silence it.
That’ll remove the deprecation warning without disabling validation globally.

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

79811522

Date: 2025-11-06 16:18:56
Score: 4.5
Natty: 5
Report link

Package "pracma" contains an implementation: https://search.r-project.org/CRAN/refmans/pracma/html/invlap.html

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

79811518

Date: 2025-11-06 16:15:55
Score: 2.5
Natty:
Report link

I'm not familiar with the exact syntax of how the protocol of mcp works but after a quick google, it looks to just be just simple post requests to the server. You should be able to just use the requests package in place of the mcp package to do make a wraper.

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

79811513

Date: 2025-11-06 16:13:55
Score: 1.5
Natty:
Report link

The post doesn't include enough details, and it's unclear why it constains the google-apps-script tag.

What do you mean by "receives data input externally"?
Is the data input appended as new rows?
What triggers the HTTP request? Is there any chance that a request occurs at the same time as the spreadsheet receiving data input?

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

79811509

Date: 2025-11-06 16:09:54
Score: 2.5
Natty:
Report link

FPDI does not support.
I use ghostscript in linux and use shell_exec to execute and merge pdfs:
<?php
$command = "gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=combined.pdf -dBATCH file1.pdf file2.pdf";
shell_exec($command);
?>

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

79811502

Date: 2025-11-06 16:01:51
Score: 4
Natty:
Report link

I found the sandbox account, But it's disable why?

Reasons:
  • Blacklisted phrase (0.5): why?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Rasel Khan

79811501

Date: 2025-11-06 16:01:51
Score: 3.5
Natty:
Report link

Wow. My issue was almost the opposite. By default it used h264.. switched to h265 and worked, so thank you, friend! :)

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arvis Ceirulis

79811498

Date: 2025-11-06 16:00:51
Score: 1
Natty:
Report link

This is quite old question, but adding my observation if anyone still checking for the details on graceful shutdown in spring boot.

In spring boot version 3.4+ , graceful shutdown is enabled by default for all four embedded web servers(i.e: Jetty, Reactor Netty, Tomcat, and Undertow). You can refer this spring boot doc for further details https://docs.spring.io/spring-boot/3.4/reference/web/graceful-shutdown.html

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

79811491

Date: 2025-11-06 15:53:49
Score: 3
Natty:
Report link

We have the same problem on all our environments. It Happened when the viewer try to fetch the Manifest.

Autodesk server response is:

diagnostic  "Not Found"

It works on new translations, not on oldest (more than 2 days).

We also need help.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have the same problem
  • Low reputation (0.5):
Posted by: MatLa

79811484

Date: 2025-11-06 15:46:47
Score: 1.5
Natty:
Report link

Issue source has been identified as isGlobalISelAbortEnabled being set to disabled for some reason, even though it is initially and by default true. This leads to a fallback SelDAG setup attempt, which is where I (rightfully) crash. Manually enabling this when PassConfig is created resolves this. Still unclear as to why, but it works.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aidan Goldfarb

79811482

Date: 2025-11-06 15:45:47
Score: 2
Natty:
Report link

To enable the restore action for service principals within your custom role, add the Microsoft.Directory/servicePrincipals/restore action to the allowedResourceActions list.

You can try adding this at the end of your list... "microsoft.directory/servicePrincipals/restore"

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

79811478

Date: 2025-11-06 15:41:46
Score: 2.5
Natty:
Report link

In my case, it was caused by activating the wrong virtual environment from another folder. Activating the one I was working with solved the error.

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

79811473

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

Oh hahaha, thanks @Drew Reese!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @Drew
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Noitidart

79811471

Date: 2025-11-06 15:34:43
Score: 6.5 🚩
Natty: 4.5
Report link

Have you fixed it? Now I'm having the same :((

Reasons:
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (1.5): fixed it?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user23564034

79811462

Date: 2025-11-06 15:25:41
Score: 3
Natty:
Report link

You can also use a public Box URL as the img src. I haven't tried Google Drive or OneDrive but those might work as well.

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

79811460

Date: 2025-11-06 15:22:40
Score: 3
Natty:
Report link

你好,我也遇到了这个问题,希望可以帮助到你。
首先选择kernel,在选择现有服务器,填写jupyter notebook的url即可。
具体可参考如下链接:https://vscode.github.net.cn/docs/datascience/jupyter-notebooks#_connect-to-a-remote-jupyter-server

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Elevaene

79811459

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

Underneath your code snippet demonstrating PythonInterpreter('some string...') you say

This seems to "compile" the script.

No, this executes the script. Which is why you haven't been able to reuse the instance.


Per the docs: PythonInterpreter.compile('some string...')

Compiles a string of Python source as either an expression (if possible) or a module.

Your question has two parts. Focusing on the easier question, without getting too into the specifics of your setup:

The script contains a function that I then call many times [...] Is there a way to save some kind of object (PyCode?) so when another "host" comes along I do not have to call exec(script) again?


Yes. Based on the Jython docs, you should be first compiling the string into your PyCode object via: PyCode my_func= new PythonInterpreter.compile('some string expression or module') that you can then pass around to local threads. Which brings us to the second and slightly more difficult question

This entire process may be repeated for other hosts. Multiple hosts may need to execute the script concurrently. [...] Due to concurrency, I cannot simply hold on to the PythonInterpreter instance and reuse it. I would like to create a new instance of PythonInterpeter and give it some object rather than having it parse the script again.

You will need to manage local threads for each host via threadLocalStateInterpreter -- then simply replace your python.set('env_var',env_var) with a thread-safe python.setLocals()`. Something like

import org.python.core.*;
import org.python.util.PythonInterpreter;
import java.util.concurrent.*;

public class JythonRemoteExecutor {
    
    // shared thread-safe, compiled Python function
    private static PyCode compiledFunction;
    
    // thread-local interpreter for each connecting host
    private static ThreadLocal<PythonInterpreter> threadLocalStateInterpreter = 
        ThreadLocal.withInitial(() -> {
            PythonInterpreter interp = new PythonInterpreter();
            return interp;
        });

    // compile your Python function once at startup
    static {
        String pythonCode = "def your_function():...";
        PythonInterpreter compiler = new PythonInterpreter();
        compiledFunction = compiler.compile(pythonCode);
        compiler.close();
    }
    
    /* execute the shared function for a specific host */
    public static PyObject executeForHost(String hostId) {

        // this is where you begin to take advantage of that precompiled 
        // code from earlier
        PythonInterpreter interp = threadLocalStateInterpreter.get();
        // execute the compiled function in this interpreter's namespace,
        // this will allow you to use `your_function()` in this thread
        interp.exec(compiledFunction);
        
        // set local variables specific to this host using setLocals()
        interp.setLocals(new PyStringMap() {{
            __setitem__("host_id", new PyString(hostId));
            __setitem__("host", host);
            __setitem__("tableName", tableName);
            __setitem__("state", state);
            __setitem__("index", index);
            __setitem__("values", values);
        }});
        
        interp.exec("row(host, tableName, state, index, values)");
    }
    
    /**
     * example driver program simulating multiple hosts connecting and executing
     */
    public static void main(String[] args) throws InterruptedException {
        ExecutorService executor = Executors.newFixedThreadPool(3); // set as needed
        Callable<String> host1Task = () -> {
            PyObject result = executeForHost("Host-1");
            return "Host-1 finished executing."
        };
        
        Callable<String> host2Task = () -> {
            PyObject result = executeForHost("Host-2");
            return "Host-2 finished executing."
        };
        
        Callable<String> host3Task = () -> {
            PyObject result = executeForHost("Host-3");
            return "Host-3 finished executing."
        };
        
        // execute all host connections concurrently
        Future<String> future1 = executor.submit(host1Task);
        Future<String> future2 = executor.submit(host2Task);
        Future<String> future3 = executor.submit(host3Task);
        
        // print results -- should see all hosts finish executing
        try {
            System.out.println(future1.get());
            System.out.println(future2.get());
            System.out.println(future3.get());
        } catch (ExecutionException e) {
            e.printStackTrace();
        }
        
        executor.shutdown();
    }
}

Reasons:
  • Blacklisted phrase (1): Is there a way
  • Blacklisted phrase (0.5): I cannot
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: dbakr

79811457

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

The problem was resolved by running:
ftype jarfile="C:\Program Files\Eclipse Adoptium\jdk-21.0.7.6-hotspot\bin\javaw.exe" -jar "%1" %

My application was compiled in newer version of java, ftype jarfile was returning version 1.8

---

Run CMD with Administrator privileges

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

79811441

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

also, how can I change the question type from "Advice" back to a general question? I tried editing, but there doesn't seem to be an option to do that.

Reasons:
  • Blacklisted phrase (0.5): how can I
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Praise Dare

79811435

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

If that's the official way looks like the newest supported version is 2.17, not 2.18. Looking at the support matrix for the newest image. Specifically 25.02

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

79811432

Date: 2025-11-06 15:01:34
Score: 0.5
Natty:
Report link

Do you actually have a proven performance issue with map (which would be easier to use).

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

79811428

Date: 2025-11-06 14:59:33
Score: 2
Natty:
Report link

Thank you erickson. after I changed duration method, it worked for me.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: madhu

79811422

Date: 2025-11-06 14:53:31
Score: 0.5
Natty:
Report link

There are 2048 possible standard IDs (11 bit).

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

79811410

Date: 2025-11-06 14:45:29
Score: 2.5
Natty:
Report link

disable autocompletion only in the Python Console

I don't think it is possible or was possible before, do you have some specific issue with the autocompletion?

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

79811407

Date: 2025-11-06 14:44:28
Score: 5
Natty:
Report link

I'm just wondering why this question has a "Best practices" tag when it seems to be excluded from the original question's tag section (created by the OP). Can you tell me why this specific question appears differently from others on SO? Is this a new update on this site? After reading Jon Skeet’s post, I now realize that question discussion is allowed here on SO. That's interesting.

Reasons:
  • Blacklisted phrase (1): update on this
  • RegEx Blacklisted phrase (2.5): Can you tell me
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
Posted by: DevQt

79811405

Date: 2025-11-06 14:43:28
Score: 0.5
Natty:
Report link

I figured out the issue. The function manage/versions/getRecordsInfo was writing values to draw, start and length. In earlier versions of dataTables, it seems that getting the post variable after setting would overwrite the values, but in this upgraded version I needed to completely remove them from my data variable.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-2): I figured out
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: xanabobana

79811393

Date: 2025-11-06 14:37:26
Score: 2.5
Natty:
Report link

@scott Dettling, You could use replacelist() function in ColdFusion. Here is example based on your sample input provided by you.



<cfscript>
input = "Alertas del Condado: Esto es una prueba. Por favor, ignórelo. Gracias.";
fromChars = "á,é,í,ó,ú,ñ,Á,É,Í,Ó,Ú,Ñ";
toChars   = "a,e,i,o,u,n,A,E,I,O,U,N";
cleaned = ReplaceList(input, fromChars, toChars);
writeOutput(cleaned);
</cfscript>

Note : We can able to resolve this by using Java’s java.text.Normalizer to decompose accented characters and remove the diacritics. But the best way to use replacelist() function in CFML. I hope that help you lot !. Thank you !

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (2): Gracias
  • Whitelisted phrase (-1): hope that help
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @scott
  • Looks like a comment (1):
Posted by: Kannan.P

79811386

Date: 2025-11-06 14:32:25
Score: 2
Natty:
Report link

I came across this post and indeed it threw me off: when I read "Permission denied" I think file ownership: the user executing the script is not in the right group. But in this case, my problem was also that my Python script did not have the execute permission. Adding that before building the script and adding '#!/usr/bin/env python' to the script allowed me to use the APP_SCRIPT environment variable when starting the container

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

79811381

Date: 2025-11-06 14:23:23
Score: 5
Natty:
Report link

Can any admin help me change the typo of this question? I did not know about the experiment and that "Advice" cannot flag correct answers...

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can any
  • Low reputation (0.5):
Posted by: Wax Cage

79811377

Date: 2025-11-06 14:19:21
Score: 6.5
Natty:
Report link

@Quentin oh should I close this issue and open a Q&A?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wax Cage

79811373

Date: 2025-11-06 14:16:20
Score: 0.5
Natty:
Report link

You have marked this is "Advice" which is an experiment Stackoverflow is running for open ended discussion instead of the usual Q&A format where a useful answer can be selected as correct or which can be closed when a duplicate question already exists.

Reasons:
  • Blacklisted phrase (1): Stackoverflow
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Quentin

79811370

Date: 2025-11-06 14:16:20
Score: 3.5
Natty:
Report link

@Charlieface you forgot to use base.Price in ApplyPromotion https://dotnetfiddle.net/4J43Bb

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • User mentioned (1): @Charlieface
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Selvin

79811369

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

I was wondering if it is possible to expose an http endpoint to display that status back to an end user

Yes, it is

and how one would go about doing that?

Personally I would just create a Web API project with background (hosted) service which will do actual work and the status endpoint and host it as a Windows service.

ASP.NET Core is basically a console app with extra dependencies (it comes with build-in Kestrel web server) so it can easily hosted as a Windows service.

Reasons:
  • Blacklisted phrase (2): was wondering
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-2):
Posted by: Guru Stron

79811368

Date: 2025-11-06 14:14:19
Score: 4.5
Natty:
Report link

@jcalz - What do you mean by "open-ended question"? I am sorry I did not explain my case enough - I do not care about the order of the elements. Only thing I need is that array contains all the elements. Is that still impossible? I will change the body of the post to clarify my needs.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Wax Cage

79811359

Date: 2025-11-06 14:02:16
Score: 0.5
Natty:
Report link

tf.keras.layers.LSTMCell expects the argument to be named units, not num_units

lstm_cells = [
    tf.keras.layers.LSTMCell(
        units=num_nodes[li],
        kernel_initializer=tf.keras.initializers.GlorotUniform()
    )
    for li in range(n_layers)
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: colonel

79811354

Date: 2025-11-06 14:01:16
Score: 2
Natty:
Report link

@Panda-Kim Shouldn't they automatically align? Maybe there are actually trailing spaces... Hard to tell without an example (see my reply above).

And isn't .eq() just the method form of ==? Why would it behave any differently?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Panda-Kim
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: wjandrea

79811350

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

I found the problem. There is not one, but TWO different ways to disable gradient computation and ComfyUI used the other one. Optimization works if with torch.torch.inference_mode(False): is prepended. I found that out thanks to https://github.com/comfyanonymous/ComfyUI/issues/2946

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: user2845840

79811348

Date: 2025-11-06 13:57:14
Score: 1.5
Natty:
Report link

I had this error if new tables were missing in TYPO3 v11. They should be created by deployment script,
but somehow they weren't.

I ran 'Analyze database' in Maintenance by hand, add new tables and error is gone.

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

79811343

Date: 2025-11-06 13:51:13
Score: 0.5
Natty:
Report link

Okay, I know this is stupid, but add a <div> </div> around your component html inside of your component you want your isolated css applied to.


<div>
//Existing razor component html
</div>

It seems to fix the isolation issue... It honestly doesn't make too much sense to me but it is what it is:
https://github.com/dotnet/aspnetcore/issues/29409

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

79811338

Date: 2025-11-06 13:48:12
Score: 0.5
Natty:
Report link

Please don't post pictures of text. Instead, copy the text itself, [edit] it into your post, and use the formatting tools like code formatting.

Ideally, make a good reproducible pandas example and post that.

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

79811334

Date: 2025-11-06 13:46:11
Score: 1.5
Natty:
Report link

🐶☝🏻 Questions about server setups and their configuration are better suited to ask on https://serverfault.com/

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

79811330

Date: 2025-11-06 13:40:10
Score: 2
Natty:
Report link

Not sure about your question here but if you are altering the shape of an ad you should use Native Ads not Banners.

In addition to avoid any errors you should change the ad logic one level of hierarchy higher so the adView is as dumb as possible and dont duplicate the ad state and handle it separatly.

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

79811328

Date: 2025-11-06 13:39:10
Score: 1.5
Natty:
Report link

Adding this line actually worked

config :

  asar: {
      unpack: "*.{node,dll}",
    },
    ignore: [/node_modules\/(?!(better-sqlite3|bindings|file-uri-to-path)\/)/],
  },
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ankush C S

79811319

Date: 2025-11-06 13:31:08
Score: 3.5
Natty:
Report link

What about using github (maybe a private repository if you do not want it open source) and then adding dependabot?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • High reputation (-1):
Posted by: Markus Zeller

79811314

Date: 2025-11-06 13:27:07
Score: 1
Natty:
Report link

warning ⚠ ne faites pas cette commande cela empeche la connection au serveur

// Source - https://stackoverflow.com/questions/48583321/how-to-remove-port-from-url-for-node-application-using-nginx
// Posted by Harshit
// Retrieved 2025-11-06, License - CC BY-SA 4.0

server_name 21.11.42.250; // your current IP address or domain name
location / {
    proxy_pass http://127.0.0.1:3000; // local running port initialization
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection 'upgrade';
    proxy_set_header Host $host;
    proxy_cache_bypass $http_upgrade;
}
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: xds74

79811311

Date: 2025-11-06 13:24:06
Score: 1.5
Natty:
Report link

Just generate a giant switch from all your classes ordered by most likely frequent messages, or a combination of that and a map based design. How many messages are you expecting to parse?

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

79811309

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

The first INSERT statement will not work (does it even compile?).
It is a multi-row insert, so RETURNING INTO cannot be used in this way.

A better solution to achieve something like this, would be to use LOG ERRORS or BULK COLLECT with SAVE EXCEPTIONS.
You can find an example of both here:
https://asktom.oracle.com/ords/f?p=100:11:0::::P11_QUESTION_ID:1422998100346727312

Another thing: the DUP_VAL_ON_INDEX exception does not return a function result, nor does it (re)raise an exception.

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

79811291

Date: 2025-11-06 13:10:01
Score: 0.5
Natty:
Report link

You have a typo in the config path configuration:

ENV SUPERSET_CONFIG_PATH=/app/pythonpath/superset_config.py

According to the documentation it should be declared so:

ENV SUPERSET_CONFIG_PATH /app/pythonpath/superset_config.py
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: orbanbalage

79811282

Date: 2025-11-06 12:58:59
Score: 1.5
Natty:
Report link

I had this issue due to app crash at launch due to a bug in WKWebview and iOS 18.4 – https://bugs.webkit.org/show_bug.cgi?id=293831.

This wasn't your issue for sure but maybe some other crash at launch. One could reproduce it with opening the app on the used simulator.

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

79811272

Date: 2025-11-06 12:51:58
Score: 3.5
Natty:
Report link

What is your Y goal? Enforce that any program that is run by sh, python etc. has the executable bit set?

Reasons:
  • Blacklisted phrase (1): What is your
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What is you
  • High reputation (-1):
Posted by: Mo_

79811269

Date: 2025-11-06 12:47:57
Score: 1.5
Natty:
Report link

I would choose 4 and it can be done automatically with a derived attribute see here https://developer.apple.com/documentation/coredata/nsderivedattributedescription

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

79811267

Date: 2025-11-06 12:40:55
Score: 3
Natty:
Report link

I researched this and found that CDs and DVDs still support autorun on Windows. If you somehow make a USB drive be recognized as a CD or DVD, autorun will work.

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

79811259

Date: 2025-11-06 12:26:53
Score: 1.5
Natty:
Report link

For .jar file it is in dist file after u click on project with right click inside the ide and find build or clean and build, go to folder of project u'll find dist folder, inside this folder called dist , u can find lib folder and .jar

after that, u can build .exe using the jpackage with that .jar file and use the jre u used in development.

In case, u still faced problem with some dependencies, u can build ur own jre customized with libs included in ur project using jlink

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Minari BLIИK

79811255

Date: 2025-11-06 12:20:51
Score: 2
Natty:
Report link

Do you want to impose that cost on the control points in the convex regions? You can use the AddCost API.

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

79811240

Date: 2025-11-06 12:10:49
Score: 0.5
Natty:
Report link

If you are sure that all requests has successful response, you should get those message's ids. You should have configure your webhook. In those webhook you can catch message status updates. For example there are some common statuses (not sure if there are more): sent, delivered, read, failed.
If you have failed status, there will be error code and its title. You can get more information about error on this page.
Reminder: to send templates you must have configured payment and some balance on your account

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

79811239

Date: 2025-11-06 12:01:47
Score: 1
Natty:
Report link

When I drop LIMIT from the query, it runs fast enough. It was my mistake not to show the clause initially.

The planner is mistaken in preferring index access:

Index Scan Backward using table_partition202508_ts_key_idx on table_partition202508 csh (cost=0.57..11776409.95 rows=2466994 width=109) (actual time=292447.147..292582.353 rows=10 loops=1)

It's mistaken in preferring the default sorting in the index and expecting to see the required rows in the first pages of the index based on the filter, and will abort execution upon finding the required 10 rows. In fact, the executor is forced to scan the entire/most of the partition using index access.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Sergei Grigoriev

79811232

Date: 2025-11-06 11:55:45
Score: 2
Natty:
Report link

Vs code is not best for java dev with its framework either use Intellij or net beans or eclipse

i had same problem with it two years ago and i'm using now netbeans for the java project with javafx (desktop app developement) i'm way too comfy with it

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Minari BLIИK

79811230

Date: 2025-11-06 11:54:45
Score: 1.5
Natty:
Report link

by the way: there are similar sites for ML: DataScience and CrossValidated

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

79811229

Date: 2025-11-06 11:52:45
Score: 1.5
Natty:
Report link

A black screen issue with Custom Resolution Utility (CRU) usually occurs when an unsupported resolution or refresh rate is applied to a display. This happens when the monitor or graphics card cannot handle the custom settings, causing the screen to go blank or lose signal. Common reasons include incorrect timing parameters, exceeding the monitor’s refresh rate limit, or using incompatible resolution settings.

To fix the CRU black screen problem, users can restart Windows in Safe Mode, run the reset-all.exe file included with CRU to restore default display settings, and then reapply safe custom resolutions. It’s always recommended to test new resolutions carefully and increase values gradually to avoid display loss.

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

79811219

Date: 2025-11-06 11:42:42
Score: 1.5
Natty:
Report link

You want characters that:

These are Unicode control or zero-width characters — they are invisible, but exist in the text buffer.

You can try with https://textinvisible.org/

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

79811218

Date: 2025-11-06 11:40:42
Score: 1
Natty:
Report link

I'd do it like this:

$page = $mpdf->page;

for ($i=1; $i<=$page; $i++)
{
    $mpdf->page = $i;
    $mpdf->WriteFixedPosHTML('whatever');
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kiko

79811214

Date: 2025-11-06 11:34:40
Score: 0.5
Natty:
Report link

As of react native 0.71 this is natively supported.

const styles = StyleSheet.create({
  screen: {
    maxWidth: '80%',
    width: 200,
    gap: 30,
    columnGap: 30 // if you want to be extra precise
    justifyContent: 'center',
    alignItems: 'center',
  },
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Oussama Bouthouri

79811212

Date: 2025-11-06 11:32:39
Score: 2
Natty:
Report link

This template typically utilizes a container or container-sm/md/lg class to limit the overall width of the content, creating a "narrow" layout.

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

79811208

Date: 2025-11-06 11:30:39
Score: 4.5
Natty: 4.5
Report link

Is this possible now? I don't see it on the website yet, but maybe that's not up to date.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is this
  • Low reputation (1):
Posted by: Jelle B

79811204

Date: 2025-11-06 11:25:37
Score: 4.5
Natty: 6.5
Report link

Where do i have to put this into my Manifest?

xml <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">

Regards

Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Where do i have to
  • Low reputation (1):
Posted by: TWO FELLAS

79811199

Date: 2025-11-06 11:22:36
Score: 0.5
Natty:
Report link

I have found that the plugin excluded arm64 architecture for iphone simulators. A such, I had to download the plugin and modify it's podspec From:

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }

To:

s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => '' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => '' }
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: adi

79811189

Date: 2025-11-06 11:09:33
Score: 1
Natty:
Report link

The layout shown in the screenshot cannot be achieved with a single TabStrip component. You need to render separate TabStrip components one after another. You can review the available positioning and configuration options in the Kendo UI for Angular TabStrip documentation.

Alternatively, you can check the PanelBar component as it provides a similar rendering from the screenshot.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Yan-dev

79811188

Date: 2025-11-06 11:08:33
Score: 0.5
Natty:
Report link

In my case I had a similar issue when I tried using

spark.conf.set("fs.azure.account.key.<storage account>.dfs.core.windows.net", 
               "keys")

I got the erorr SQLSTATE: 42K0I. Tried everything, the only solution that worked was I switched from serverless compute to classic compute.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sandesh Jadhav M

79811183

Date: 2025-11-06 11:01:30
Score: 4.5
Natty: 5.5
Report link

can you enlighten me on the config of the smartlogger? I have enable modbus TCP on the smartlogger but I cannot connect to it through modbus. I am connected to the port wan

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you
  • Low reputation (1):
Posted by: Hugo Denuit

79811179

Date: 2025-11-06 10:59:29
Score: 0.5
Natty:
Report link

When working with Telegram Mini Apps, extracting data from deep links depends on how you've set up your Mini App and which deep link format you're using. Here's a comprehensive guide:

Understanding Telegram Deep Link Formats

There are two main approaches to Telegram Mini Apps, each with different deep link formats:

1. Full Mini App (created with /newapp in BotFather)

Deep Link Format:

https://t.me/your_bot/app_short_name?startapp=your_parameter

Advantage: Parameters pass directly to your Mini App without needing bot backend code.

2. Menu Button Web App (without /newapp)

Deep Link Format:

https://t.me/your_bot?start=your_parameter

Disadvantage: Opens bot chat first; requires bot backend to handle the parameter and pass it to your Mini App.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: aryan

79811170

Date: 2025-11-06 10:51:27
Score: 0.5
Natty:
Report link

I agree with all the senior resources who answered, but these are my findings -

val numbers = List(1, 2, 3, 4, 5)
val sum = numbers.foldLeft(0)(_ + _)
# Output sum: Int = 15
val sum = numbers.foldRight(0)(_+_)
# Output: Int = 15
#---------------for addition its working fine --------------


# but when you perform subtract operation then it behaves differently 
val sum = numbers.foldRight(0)(_-_)
# Output sum: Int = 3
val sum = numbers.foldLeft(0)(_-_)
# Output  sum: Int = -15

In conclusion, when performing a fold left or fold right operation, the output may differ based on the anonymous function. Execution order is different for both

Taking same example List(a,b,c,d)

In foldLeft it goes a -> b

And for foldRight it goes b->a

You can read the documentation for further information.

Thanks

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

79811169

Date: 2025-11-06 10:50:27
Score: 4
Natty:
Report link

Your suggested solution works perfect. You made my day. Thanks a lot!

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

79811167

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

This solution worked 100% for me.

1.How to make docker use the proxy to get the base image?
Just add HTTPS or HTTP proxy into environment into your command line

export HTTP_PROXY="socks5://proxyhost:1080"
export HTTPS_PROXY="socks5://proxyhost:1080"
sudo docker build  
sudo docker pull

2.How to make docker use the proxy for the RUN and ADD instruction?

While @JSamir provided an answer, it seemed complex. Here is the solution explained in simple words:

You need to add --build-arg https_proxy=socks5://yourproxy:1080 --build-arg http_proxy=socks5://yourproxy:1080.

Important Note: Do not use single or double quotes (' or ") around the proxy address, as they prevented the proxy declaration from working in my case.

sudo docker build --build-arg https_proxy=socks5://yourproxy:1080  --build-arg http_proxy=socks5://yourproxy:1080 -t mycontainer:latest .
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @provided
  • Low reputation (1):
Posted by: CyberCr0w

79811165

Date: 2025-11-06 10:46:26
Score: 3
Natty:
Report link

I have also this problem, I configures allure commandline via global tools in jenkins, and add allure report step in the post build steps, but its not work:( allure version 2.28.0

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: אלישבע שלזינגר

79811155

Date: 2025-11-06 10:38:23
Score: 1
Natty:
Report link

If i'm not wrong, but far as i remember Windows Vault is just the service with the location where the credentials are stored, and the Credential Manager is the frontend of the Windows Vault, since is not an Service but rather an GUI application that utilizes the Windows Vault service for his operations.

Credential Manager indeed uses different approaches to store credentials in the OS (somehow, microsoft did it this way). I may be wrong but Windows has some services that doesn't work entirely alone and look like are the same, but they really aren't.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Héber Júlio

79811150

Date: 2025-11-06 10:35:22
Score: 0.5
Natty:
Report link

Find the file (path shown in error):

\env\localenv\Lib\site-packages\rest_framework_simplejwt\tokens.py

Find the line:

from django.utils.timezone import utc

and replace it with:

from datetime import timezone
utc = timezone.utc

This is temporarily fixing the issue

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

79811147

Date: 2025-11-06 10:35:22
Score: 0.5
Natty:
Report link

The problem with MailItem.PrintOut() is that it doesn't actually give you much control over where the email is printed and how. This is why we made Outlook Print and are giving it away absolutely 100% free. The mission is to reduce paper waste for eco reasons not to make money!

I thought it might be worth posting a link here to a product called Outlook Print (https://www.outlook-print.com). It's a shameless plug by me, but it is free and it is useful for people. It will save paper and toner and other consumables and help the environment.

So, please, if you'd like an add-in added to Microsoft Outlook, then please visit the site and give it a try. At the very least, just watch the two-minute video which will tell you all about it. Again, 100% free, no commitments!

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

79811145

Date: 2025-11-06 10:34:22
Score: 5
Natty:
Report link

Ok so i tried another package & this one works https://pub.dev/packages/flutter_pay_upi

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: Saurabh wagh

79811144

Date: 2025-11-06 10:34:21
Score: 13 🚩
Natty: 6
Report link

I am also having the same problem. I have updated seleniumbase but still unable to login proxy. Has anyone ever solved this problem? I need your help

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2): I need your help
  • RegEx Blacklisted phrase (1.5): solved this problem?
  • RegEx Blacklisted phrase (3): Has anyone ever
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Điệp Vũ

79811142

Date: 2025-11-06 10:33:21
Score: 2
Natty:
Report link

It's possible, and thats what I recommend to do. I dont use their cloud service at all.

https://docs.expo.dev/guides/local-app-production/

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

79811137

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

While I do realize this doesn't exactly answer your question, I thought it might be worth posting a link here to a product called Outlook Print (https://www.outlook-print.com). It's a shameless plug by me, but it is free and it is useful for people. It will save paper and toner and other consumables and help the environment.

So, please, if you'd like an add-in added to Microsoft Outlook, then please visit the site and give it a try. At the very least, just watch the two-minute video which will tell you all about it. Again, 100% free, no commitments!

enter image description here

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

79811116

Date: 2025-11-06 10:14:16
Score: 2
Natty:
Report link

I had the same issue and disabling the first 2 options in html code style worked for me as shown in the picture

solution image

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: French Goulash