79793109

Date: 2025-10-17 13:45:31
Score: 1.5
Natty:
Report link

For posterity sake, I was finally able to track down an answer to this issue. The documentation is not aligned with the actual behavior of the API.

From Michael Gurch at Google

Apologies for the confusion surrounding this issue. I was able to speak to a member of the product team on this. They informed me that the limit is 1,200 phrases total across all PhraseSets referenced in a single recognition request. All the phrase sets are merged into one prior to the validation essentially, and then processed.

I have requested that they update the documentation related to quotas to align with this constraint https://cloud.google.com/speech-to-text/v2/quotas#adaptation

I further requested they update the migration guide from v1 to v2 to call out this change in constraints that was introduced as it can break existing implementations like it did to mine. https://cloud.google.com/speech-to-text/v2/docs/migration

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

79793095

Date: 2025-10-17 13:25:26
Score: 3
Natty:
Report link

It happened to me before, the table was occupied due to a db trigger that did some queries. Indexing resolved it.

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

79793078

Date: 2025-10-17 13:06:21
Score: 1.5
Natty:
Report link

I get frequent and varied error messages under "Summary of failures for Google Apps Script" I haven't seen my actual script process FAIL but i get all kinds of messages like this.

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

79793068

Date: 2025-10-17 12:59:19
Score: 2.5
Natty:
Report link

Disable clipboard synchronize for all emulators

Settings -> Tools -> Emulator -> Synchronize Clipboard

Source: https://issuetracker.google.com/issues/227658377#comment4

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

79793059

Date: 2025-10-17 12:42:15
Score: 1.5
Natty:
Report link

testImplementation("androidx.compose.ui:ui-test-junit4-accessibility:1.9.3")

composeTestRule.enableAccessibilityChecks()
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (0.5):
Posted by: johngray1965

79793044

Date: 2025-10-17 12:16:08
Score: 5
Natty: 5.5
Report link

I see that this is an older problem, but to log in to the vault through C# do I need to have an API license or is it enough to have a classic M-files license? And what is the exact address for logging in to the vault please? I am stuck on this problem.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1.5): I am stuck
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Novák

79793037

Date: 2025-10-17 12:06:06
Score: 1.5
Natty:
Report link

I digged around and even though if the service is using FOREGROUND_SERVICE_SPECIAL_USE flag. The android is still checking if the uid is allowed to use it or not. So I think Android disabled this as well or rather are keeping it for exceptions for their own internal use. If you want to dig around further check this out:
https://android.googlesource.com/platform/frameworks/base/+/main/core/java/android/app/ForegroundServiceTypePolicy.java

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

79793032

Date: 2025-10-17 12:00:05
Score: 0.5
Natty:
Report link

If you are copying multiple lines and want to paste to a running Gdb, here is one method:

  1. Create a Gdb script file with your commands

    print var1
    print var2
    finish
    next
    
  2. Source it from Gdb

    source ~/path/to/your/file.gdb
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: davidhcefx

79793007

Date: 2025-10-17 11:19:55
Score: 1.5
Natty:
Report link

The php artisan optimize:clear command does not automatically reload the cache, it only clears it.

To recharge it, you have to run the php artisan config:clear command

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

79793002

Date: 2025-10-17 11:03:52
Score: 1.5
Natty:
Report link

You can use positioning relative to the bottom.

position: absolute;
bottom: 100%;

https://jsfiddle.net/a7ds6g1L/1/

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tobi

79793001

Date: 2025-10-17 11:02:51
Score: 1.5
Natty:
Report link

When comparing HTTP vs HTTPS, the difference in performance goes far beyond security, HTTPS is now faster, safer, and SEO-friendly.

Originally, many believed HTTPS would slow websites due to encryption, but with modern protocols like HTTP/2 and TLS 1.3, HTTPS actually improves page loading speed. These technologies enable multiplexing, header compression, and faster data transfer, making HTTPS sites perform better than traditional HTTP ones.

In addition, Google prioritizes HTTPS websites in search rankings, enhances user trust through the padlock icon, and ensures data integrity during transmission. So, switching to HTTPS isn’t just about encryption it’s a direct boost to both performance and SEO visibility.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Learn With SEO

79792994

Date: 2025-10-17 10:46:47
Score: 6
Natty: 7
Report link

Can we embede public facebook profile into iframe ?

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

79792993

Date: 2025-10-17 10:45:46
Score: 1.5
Natty:
Report link

The <App> parameter is utilized to locate the application's reference assembly. The issue stems from the fact that App is a Razor page rather than a class. Visual Studio occasionally fails to determine the namespace for a Razor page, which results in the error.

This has also been tested on VS 2026, with the same outcome.

Pending a resolution from Visual Studio, the workaround is to create the .cs code-behind file.

enter image description here

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

79792988

Date: 2025-10-17 10:40:45
Score: 2.5
Natty:
Report link

Windows Server 2019 Core RDP session limit may not work due to configuration issues. Multiple users can connect simultaneously if group policies or licensing settings aren’t correctly applied, bypassing session restrictions.

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

79792986

Date: 2025-10-17 10:32:44
Score: 3.5
Natty:
Report link

You might want to check out this project: https://ionicvoip.com/ — it could be useful.

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

79792982

Date: 2025-10-17 10:27:42
Score: 1
Natty:
Report link

The difference may have to do with having an interactive session. When you run ssh in an interactive shell, you'll be connected to a TTY, but automated scripts run by cron will not. Moreover, Bash will read from ~/.bash_profile on an interactive shell and ~/.bashrc for a non-interactive one, which can lead to subtle differences in the environment.

You might try debugging ssh by adding the -vvv option and capturing the output and see what's different between the manual and cron runs. Another thing to try would be the -t option for ssh.

Other Suggestions

Truly learning a command language interpreter, especially one with as large of a manual as Bash has, can take years. In the hopes of accelerating that learning for an up-and-coming scripter, I thought I'd share these suggestions unrelated to your query:

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: ColMelvin

79792981

Date: 2025-10-17 10:25:42
Score: 1.5
Natty:
Report link

You were close! This will do it:

import json
your_dict = json.loads(example.schema_json())
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MrMeeseeks

79792976

Date: 2025-10-17 10:22:41
Score: 0.5
Natty:
Report link

@TatuLund answer is correct.

I just want to add a working example:

@Route("validate-example")
@PageTitle("Single Field Validation Example")
public class SingleFieldValidationView extends VerticalLayout {

    private final Binder<FormData> binder = new Binder<>(FormData.class);
    private Binder.Binding<FormData, Double> bindingQtaTot;

    private final NumberField totQntField = new NumberField("Quantità totale");
    private final Button btnCalcola = new Button("Calcola");

    public SingleFieldValidationView() {
        configureBinder();
        configureButton();

        add(totQntField, btnCalcola);
        setPadding(true);
        setSpacing(true);
    }

    @Data
    private static class FormData {
        private String descrizione;
        private LocalDate dataCreazione;
        private Double quantitaTotale;
    }

    private void configureBinder() {
        FormData formData = new FormData();
        binder.setBean(formData);

        // Keep the binding reference to validate later
        bindingQtaTot = binder.forField(totQntField)
                .asRequired("La quantità è obbligatoria!")
                .withValidator(q -> q != null && q > 0, "La quantità deve essere maggiore di zero")
                .bind(FormData::getQuantitaTotale, FormData::setQuantitaTotale);
    }

    private void configureButton() {
        btnCalcola.addClickListener(event -> {
            log("Validazione quantità...");

            BindingValidationStatus<Double> validationStatus = bindingQtaTot.validate();
            if (validationStatus.isError()) {
                String msg = validationStatus.getMessage().orElse("Errore di validazione");
                Notification.show(msg, 3000, Notification.Position.MIDDLE);
                log("Errore di validazione campo quantità: " + msg);
            } else {
                Double value = totQntField.getValue();
                Notification.show("Quantità valida: " + value, 2000, Notification.Position.MIDDLE);
                log("Quantità valida: " + value);
            }
        });
    }

    private void log(String msg) {
        System.out.println("[SingleFieldValidationView] " + msg);
    }
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @TatuLund
  • Low reputation (1):
Posted by: MRTuCc

79792973

Date: 2025-10-17 10:18:39
Score: 2.5
Natty:
Report link

Try Updating Xcode from the AppStore if any update is available. For me I was using the latest iOS version but didn't used the latest version of Xcode so it caused the problem

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

79792958

Date: 2025-10-17 09:53:35
Score: 2.5
Natty:
Report link

Install the extension "Hide Suggestion and Outlining Margins". This returned the margin to the minimal size I had in VS 2017

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

79792957

Date: 2025-10-17 09:51:34
Score: 2
Natty:
Report link

I narrowed down the problem. It seems to happen when I join entities A and B, and B is a child of C and inheritance between B and C is "JOINED".

It also turned out that the error goes away if I upgrade to boot 3.1.1 (which uses hibernate 6.2.5).

Long story short: I probably bumped into an already fixed bug which is present in boot versions 3.0.0 - 3.1.0.

Anyway, the narrowed down minimal example is here

https://github.com/riskop/20251017_complicated_criteria_query_problem

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: riskop

79792936

Date: 2025-10-17 09:27:28
Score: 0.5
Natty:
Report link

Attachments are stored in /home/<username>/.local/share/signal-cli/attachments/.

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

79792934

Date: 2025-10-17 09:25:27
Score: 1
Natty:
Report link

It seems that you are trying to get the token using the Client credentials flow but are making the request using the Authorization code flow.

In the client credentials flow you shall not be required to initiate a connection to the authorization endpoint to get the Authorization code. Instead the call is made to the token url with the client id and client secret and the request is for the access token.

If the client ID and client secret is correct then in response you will get the Access token which can be used to initiate the connection.

Note: The Client authentication is supported by the External Oauth providers such as Azure, Okta etc..

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

79792927

Date: 2025-10-17 09:17:25
Score: 1
Natty:
Report link

I had the same issue, changing the certificate fixed it for me. For some reason while they hadn't changed the intermediate certificates weren't accepted anymore.

I went from Sectigo to LetsEncrypt.

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

79792918

Date: 2025-10-17 09:04:22
Score: 1
Natty:
Report link

── Label Info ───────────────
You can do it easily with a Row — just make the left line short and the right one expanded.

Row(
  children: const [
    // Short left line
    SizedBox(
      width: 20,
      child: Divider(thickness: 1),
    ),

    SizedBox(width: 8),

    // Label text
    Text(
      'Label Info',
      style: TextStyle(fontWeight: FontWeight.bold),
    ),

    SizedBox(width: 8),

    // Long right line
    Expanded(
      child: Divider(thickness: 1),
    ),
  ],
),
Reasons:
  • Has code block (-0.5):
  • Filler text (0.5): ───────────────
  • Low reputation (1):
Posted by: Berkan Yasin Alpay

79792916

Date: 2025-10-17 09:01:21
Score: 3.5
Natty:
Report link

just upgrade Emulator SDK. Go to tools -> SDK manager -> SDK tools it solve my issue

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

79792912

Date: 2025-10-17 08:55:20
Score: 1.5
Natty:
Report link

Tried many tips, but the only working for me is:

It makes a security issue, but in a dedicated profile aimed to test local sites, it does the job!

Reasons:
  • Blacklisted phrase (1): any tips
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bastien Ho

79792906

Date: 2025-10-17 08:48:18
Score: 1.5
Natty:
Report link

You need to double check if the driver is available or not.

Go to My Computer -> Manage -> Devices and see if there is any exclamation mark. If yes, you need to install driver through Window Update.

Go to Window Update ->View optional updates -> Choose line contains "ADB USB download gadget"

Restart and you are good to go.

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

79792905

Date: 2025-10-17 08:45:17
Score: 1
Natty:
Report link

You can use ollama . Pull a model and run locally. Give context to the model with the prompt and you should get a proper answer

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

79792901

Date: 2025-10-17 08:41:16
Score: 3.5
Natty:
Report link

When ghostscript uses the tiffsep1 driver to convert color separation dot TIF files, how to set the dot angles of each color separation plate in CMYK? I've been looking for a long time, but there are no tutorials or parameters in the official manual. I hope someone here can see them!

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: cxnet

79792899

Date: 2025-10-17 08:40:16
Score: 1
Natty:
Report link

The problem was on Docker/Zookeeper environment:

ZOO_CFG_EXTRA

It doesn't exist and variables are not inserted.

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

79792897

Date: 2025-10-17 08:37:15
Score: 0.5
Natty:
Report link

This question is all over

And did you see the performance changes in your project

Well, it depends on what (and how) you are doing with that data. If you are doing stuff in the compose block, then you are going to see multiple recompositions if you didn't `remember` it. Anyway, you are supposed to use a view model for these kinds of stuff.

`rememberSavable` (by default) will also not help you in this case, as it would need a custom saver that you need to pass to make it "remember" across config changes or recompositions.

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

79792886

Date: 2025-10-17 08:21:11
Score: 1
Natty:
Report link

Firstly, you can't use an OAuth 2.0 request path with a clientID in Forge apps. You must only use a request path with the URI structure that is valid for Forge apps, as stated in the Authentication and authorization section of Jira's REST API documentation.

Secondly, no Forge app can "fetch Jira data across multiple installed orgs" because that is breach of the basic security principles of Forge apps and all the Atlassian apps... Tenant Isolation!. You could have found the answer to that Frequently Asked Question with a Google search of "With an Atlassian Forge app, can I fetch Jira data across multiple installed orgs?"

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: David Bakkers

79792875

Date: 2025-10-17 08:04:08
Score: 2.5
Natty:
Report link

To use CNAM with RingOut, register your caller name with a trusted CNAM registry such as EZCNAM. Once the record propagates, your name will appear automatically on outbound RingOut calls whenever the recipient’s carrier supports CNAM lookups.

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

79792863

Date: 2025-10-17 07:50:04
Score: 1
Natty:
Report link

Adding this confuguration to host help me :

# Configure Docker to use the NVIDIA runtime
sudo nvidia-ctk runtime configure --runtime=docker
# Restart the Docker daemon to apply the changes
sudo systemctl restart docker

Check nvidia appears in runtimes

docker info | grep Runtimes

You sould get somthing like this:

 Runtimes: runc io.containerd.runc.v2 nvidia
Reasons:
  • Blacklisted phrase (1): help me
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ali Ait-Bachir

79792857

Date: 2025-10-17 07:42:02
Score: 1.5
Natty:
Report link

Problem solved ! for those facing this issue in the future :

I have basically done the same thing again:

Thanks anyway :)

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

79792850

Date: 2025-10-17 07:33:59
Score: 4.5
Natty: 4.5
Report link

The client credentials flow iss : "https://sts.windows.net/ instead "https://login.microsoftonline.com which is the case for login flow even though i set API version 2 , in client credentials it always get version 1 i am missing something in configuration ?

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

79792840

Date: 2025-10-17 07:27:57
Score: 3
Natty:
Report link

Not directly answering your question, but an alternative may be to use the FakeCar lib provided.

https://cs.android.com/android/platform/superproject/main/+/main:packages/services/Car/libs/car-test-lib/src/android/car/testapi/FakeCar.java

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

79792836

Date: 2025-10-17 07:23:56
Score: 4.5
Natty:
Report link

I had this same issue with my installation -- did you grab the code signing cert? That fixed it for me, and it doesn't automatically download to the certs folder in the layout.

https://learn.microsoft.com/en-us/visualstudio/install/install-certificates-for-visual-studio-offline?view=vs-2022#maintaining-an-offline-machine

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: tmintzer

79792833

Date: 2025-10-17 07:20:54
Score: 7.5 🚩
Natty:
Report link

Which certificate broker did you use? I have the same issue with a Sectigo certificate and might try LetsEncrypt to see if the certificate itself is related in one way or another.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Which
  • Low reputation (1):
Posted by: BOOZy

79792832

Date: 2025-10-17 07:16:53
Score: 1
Natty:
Report link

The latest emulator VHAL is using the AIDL interface so no need for steps 1 and 3 which are changing the previous HIDL VHAL.

Verify that other Test properties exist and if not that means that the build flag is turned off. The flag is ENABLE_VEHICLE_HAL_TEST_PROPERTIES.

If you can detect other test properties, there might be some bug in the implementation.

I would recommend using the VHAL dump commands which will be more helpful. See FakeVehicleHardware::dumpHelp()

https://android.googlesource.com/platform//hardware/interfaces/+/refs/heads/main/automotive/vehicle/aidl/impl/current/fake_impl/hardware/src/FakeVehicleHardware.cpp#1795

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

79792827

Date: 2025-10-17 07:09:51
Score: 2
Natty:
Report link

Git is probably not recognizing changes after adding a folder to the Simulink project path, probably because the .SimulinkProject folder is not being added to the Git repository. And I'm guessing the folder contains XML files with critical project information, including changes to the project path.

First, before I offer a solution, is your local branch properly connected to your remote branch on Metalab?? if yes, we can proceed

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

79792817

Date: 2025-10-17 06:49:45
Score: 9.5 🚩
Natty:
Report link

Have you solved it? I am also looking for a solution.

Reasons:
  • Blacklisted phrase (2): Have you solved it
  • Blacklisted phrase (2): I am also looking
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rylan

79792815

Date: 2025-10-17 06:45:45
Score: 1
Natty:
Report link

Open ctrl+shift+p

And type preferneces:open json settings

Add the code

"github.copilot.advanced": {
    "debug.useNodeFetcher": true,
    "debug.useElectronFetcher": true
}

And then restart the vscode

Now you can chat with github copilot

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

79792805

Date: 2025-10-17 06:29:41
Score: 2.5
Natty:
Report link

OCPP server sample implementation based on spring-boot.

All messages for all versions of OCPP are written in Java.

If you want to customize a businiss logic, implement the corresponding server handler.

https://github.com/u2ware/ocpp-boot-server

https://github.com/u2ware/ocpp-boot-server

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

79792784

Date: 2025-10-17 06:03:35
Score: 2
Natty:
Report link

The child appears taller than its content due to the default 'align-items: stretch' style set to flexbox containers. When assigning 'display: flex' to a container it also sets align-items to stretch. Also, since the flex container has a flex-direction of column, the child div stretches out to fill the available height of the parent. This is not a bug and could be changed by simply changing the align-items property on the flex container and by the solutions you've already provided.

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

79792779

Date: 2025-10-17 05:58:34
Score: 2.5
Natty:
Report link

Looked at a previous embeddedcapabilities and the current one being generated and we see CarPlay Navigation App enabled. Since our app was no longer being considered as an audio app, we could not attach the CPNowPlayingScreenTemplate

force a rebuild now that capabilities have been updated to the ones we had

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

79792752

Date: 2025-10-17 05:09:23
Score: 0.5
Natty:
Report link
import signal
import sys

def handle_sigterm(signum, frame):
    """
    Signal handler for graceful shutdown.
    Triggered when the process receives SIGTERM or SIGINT.
    """
    print("Received shutdown signal, cleaning up...")

    # Attempt to stop running browser processes gracefully.
    # You can extend this list with any other browser names you use.
    for b in ("firefox","edge"):
        try:
            stop_function(b)  # user-defined cleanup function
        except Exception:
            # Ignore any errors during cleanup to ensure shutdown continues
            pass

    # Exit the process cleanly
    sys.exit(0)

# Register the handler for termination (SIGTERM) and interrupt (SIGINT / Ctrl+C)
signal.signal(signal.SIGTERM, handle_sigterm)
signal.signal(signal.SIGINT, handle_sigterm)
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Harini David

79792736

Date: 2025-10-17 04:33:15
Score: 1
Natty:
Report link

There is no built-in member of X509Store or the X509FindType enumeration that directly says "give me the certificate currently configured in IIS". IIS does not expose the SSL binding certificate via a managed API like X509Store with a special flag or find type.

But—you can retrieve the IIS certificate by reading the SSL binding from HTTP.sys, or by querying the Windows certificate store based on the IIS binding.

How IIS Stores SSL Bindings

When you bind an HTTPS port in IIS, it stores the SSL certificate information using HTTP.sys, the kernel-mode driver. The mapping is tied to:

IP address (or 0.0.0.0 for all IPs)

Port (e.g., 443)

Certificate thumbprint

Application ID

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

79792729

Date: 2025-10-17 04:02:09
Score: 3
Natty:
Report link

heres 2025, and i have the same problem when reading blob in old db with Oracle Managed Data Access Client. core 23 or any other vers, within .net core.

hard to solve, but by telling ai "read blob from oracle without using oracledatareader", answer comes, and it does work.

////connection prepared

string sql = @"
         DECLARE
                 l_blob BLOB;
         BEGIN
             select blob_field into l_blob
             from  your_table_name 
             where id = :id;
             
             :BlobData:= l_blob;   
         END;";  

using (var transaction = conn.BeginTransaction())
{
    try
    {
        //reading config
        var getBlobCmd = new OracleCommand(sql, conn);
        getBlobCmd.Parameters.Add(new OracleParameter("id", id));

        var blobParam = new OracleParameter("BlobData", OracleDbType.Blob)
        {
            Direction = ParameterDirection.Output
        };
        getBlobCmd.Parameters.Add(blobParam);

        //read
        getBlobCmd.ExecuteNonQuery();

        //gets blob value here
        var oracleBlob = blobParam.Value as OracleBlob;
        if (oracleBlob == null || oracleBlob.Length == 0)
            throw new InvalidOperationException("blob length is 0");


        transaction.Commit();

    }
    catch (Exception)
    {
        transaction.Rollback();
        throw;
    }
}
Reasons:
  • Blacklisted phrase (1): i have the same problem
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): i have the same problem
  • Low reputation (1):
Posted by: user31704031

79792719

Date: 2025-10-17 03:40:05
Score: 1
Natty:
Report link

I wrote a chrome extension that does just this! https://chromewebstore.google.com/detail/line-highlighter/nffehhefkilbinmemhnhepadbeadnfep

You can see the technical implementation and source code here if you're still interested in doing it yourself: https://github.com/kylechadha/line-highlighter?tab=readme-ov-file#technical-implementation. It's open source, so enjoy!

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

79792718

Date: 2025-10-17 03:37:05
Score: 3
Natty:
Report link

I created a chrome extension that does just this! Check it out: https://chromewebstore.google.com/detail/line-highlighter/nffehhefkilbinmemhnhepadbeadnfep

Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Kyle Chadha

79792694

Date: 2025-10-17 02:58:57
Score: 0.5
Natty:
Report link

Compares like fabs(d) < eps take the float out of floating point Hear, hear!

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

79792692

Date: 2025-10-17 02:50:55
Score: 2
Natty:
Report link

I spent whole day troubleshooting condition like below
But if always fails checking 2 tags together. Anyone succeeded without using above solution of splitting Control Statement one per tag ?

"Condition": {
        "Null": {
          "aws:RequestTag/Department": "true",
          "aws:RequestTag/Name": "true"
        }
       }
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Krishna

79792689

Date: 2025-10-17 02:40:53
Score: 1.5
Natty:
Report link

Vote, this my code now, and still not being shown


@script
<script>
    document.addEventListener('livewire:init', () => {
        Livewire.on('swal-alert', e => {
            Swal.fire(e);
        });
    });
</script>
@endscript
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ronny hidajat

79792688

Date: 2025-10-17 02:40:53
Score: 2
Natty:
Report link

You can dump the clipboard history to a file using this command line tool. Then read and parse the file to get your paths.

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

79792687

Date: 2025-10-17 02:38:52
Score: 4
Natty:
Report link

I encountered the same problem.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 许文强

79792676

Date: 2025-10-17 01:34:40
Score: 1
Natty:
Report link

i think you must supply the r explicitly,

here is the code:

instance Monoid r => Monad (Some r) where
    return a = Thing mempty a
    Thing r a >>= f = 
        let Thing r' b = f a
        in Thing (r <> r') b
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Customer Support

79792672

Date: 2025-10-17 01:12:36
Score: 2
Natty:
Report link

If you are also looking for the table to line wrap on window resize:

  1. Start w/ @furas's MyHTML class from their edited answer.
  2. Remove the table.diff {width: 300px} from _styles.
  3. Set wrapcolumn to a large number like 2000.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @furas'sclass
  • Low reputation (1):
Posted by: Nnaji Obinelo

79792667

Date: 2025-10-17 00:41:31
Score: 1.5
Natty:
Report link

• Human tuberculosis (TB) is considered one of the significant public health challenges worldwide [1], even with treatment options available [2].

• In 2018, the disease accounted for 1.6 million deaths and 10 million new cases globally, making it the leading cause of death from a single infectious agent [1].

• This lethal disease is caused by an infection with Mycobacterium tuberculosis (M. tb) [3], [4], which is part of the Mycobacterium tuberculosis complex (MTBC) [3], [5], [6] and is known for its slow growth and potential for latent infection [3].

• According to a report by the World Health Organization (WHO, 2019), approximately one-fourth of the global population is latently infected with TB [1].

• The rise of drug-resistant strains and co-infections significantly contributes to the mortality and morbidity associated with TB [1], [2].

• These factors highlight the ongoing challenges in controlling and treating tuberculosis effectively.

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

79792662

Date: 2025-10-17 00:20:26
Score: 2
Natty:
Report link

I know it's been a while since the question, but does it have anything to do with the closing tag of admNumberMapping that is incorrect? Also check that you don't overwrite the MaxPrecision to 1 but make it 5:

    <edmMappings>
      <edmNumberMapping>
        <add NETType="Int16" MinPrecision="1" MaxPrecision="5" DBType="Number" />
      </edmNumberMapping>
    </edmMappings>
Reasons:
  • Blacklisted phrase (1): I know it's been
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Pietman Kahl

79792643

Date: 2025-10-16 23:38:17
Score: 0.5
Natty:
Report link

I found this error happens when you run an incompatible version of Node.js.

I was using v24.4.0, and the issue was gone when I switched to v20.11.1.

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

79792636

Date: 2025-10-16 23:22:13
Score: 3
Natty:
Report link

1{Helen fasil

2<+251963152608?

3<help telgram fison codi namber!

4{[email protected])

5{pgf

6{ou

7{hd63

8{heard codification $

9{local DVD codi

10{©32

11{upd

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

79792632

Date: 2025-10-16 23:15:11
Score: 3
Natty:
Report link

if you are still facing this issue, please don't hesitate to contact me.

Me and my team could support you. We are integrating OIDC with all kind of applications

OIDC integration

Reasons:
  • Blacklisted phrase (0.5): contact me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Karlos Dev

79792630

Date: 2025-10-16 23:10:10
Score: 1
Natty:
Report link

Use

disableAutoFocus set true

 <Modal
     open={open}
     onClose={() => { }}
     disableAutoFocus={true}  <<<<<<<< add
        
        
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Fatih Erol

79792629

Date: 2025-10-16 23:07:09
Score: 3
Natty:
Report link

pkill -f "npm run dev" || true

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

79792628

Date: 2025-10-16 23:06:09
Score: 0.5
Natty:
Report link

This is a very old question, but I come here from time to time. Support for std::hash for uuid was introduced in Boost starting from version 1.68.0. You no longer need to explicitly provide a template specialization.

https://github.com/boostorg/uuid/pull/67

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

79792622

Date: 2025-10-16 22:53:06
Score: 1
Natty:
Report link

The best one to use for client-side validation to ensure correct input would be the regex below
It allows the following: 120, 1230, 102, 1023, 012, 0123, and disallows the following: 000 and 0000. youre welcome

^(?!000$)\d{3,4}$"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Travis Eweka

79792621

Date: 2025-10-16 22:50:05
Score: 1.5
Natty:
Report link

If your local DEV is windows operative system the error should be simple just add the following lines on the csproj

<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: lumus

79792616

Date: 2025-10-16 22:47:04
Score: 1
Natty:
Report link

For a library project, only "version" is available:

defaultConfig {
    ...
    version = "1.2.3"
    ...
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lifeson106

79792609

Date: 2025-10-16 22:31:01
Score: 1
Natty:
Report link

I found a solution to this problem by setting DISABLE_SERVER_SIDE_CURSORS to True:

DATABASES = {
    "default": {
        "ENGINE": "django.db.backends.postgresql",
        "USER": "mydatabaseuser",
        ...
        "DISABLE_SERVER_SIDE_CURSORS": True, # This line

    },
}

https://docs.djangoproject.com/en/5.2/ref/settings/#std-setting-DATABASE-DISABLE_SERVER_SIDE_CURSORS

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

79792608

Date: 2025-10-16 22:29:00
Score: 1
Natty:
Report link

For Windows

  1. Enable long path support in Windows by running PowerShell as Administrator and executing:
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
  1. Configure Git to handle long paths:
git config — global core.longpaths true

For Linux

  1. Open Git Bash as Administrator.
  2. Set the core.longpaths configuration:
git config — global core.longpaths true

References

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: anayarojo

79792606

Date: 2025-10-16 22:26:00
Score: 1.5
Natty:
Report link

The below environments fix my problem

# Qt environment variables

export QT_QPA_GENERIC_PLUGINS=tslib:/dev/input/event1

export QT_QPA_EVDEV_TOUCHSCREEN_PARAMETERS=tslib:/dev/input/event1

export QT_QPA_FB_TSLIB=1

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

79792605

Date: 2025-10-16 22:24:59
Score: 3.5
Natty:
Report link

I’m currently facing the same issue. Initially, I thought next-intl might be causing it, but after reading your post, it seems like the root cause might be something else. My situation is similar but slightly different: in development, everything works normally and meta tags are rendered in the <head>. However, in production, the meta tags are initially rendered in the <body> on the first page load. After navigating to another page, everything is then correctly rendered in the <head>.

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Henzen

79792593

Date: 2025-10-16 21:54:53
Score: 3
Natty:
Report link

You can just add your extra columns to the input table. Vertex AI will ignore them and they will be included in the output table.

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

79792592

Date: 2025-10-16 21:47:51
Score: 0.5
Natty:
Report link

This is a known issue https://github.com/magento/magento2/issues/37208

The simplest solution is to set some welcome text value in the configuration.

It was fixed in 2.4.7

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Magery Themes

79792586

Date: 2025-10-16 21:34:49
Score: 2
Natty:
Report link

In my case, I had a pod many days old.

Delete the old "logs" (buffers inside the fluentd pod) was my solution.

rm /buffers/flow:namespace_name:*

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Juan Peñaherrera

79792583

Date: 2025-10-16 21:23:46
Score: 1
Natty:
Report link

Does this return the expected results? I've highlighted cells for illustration of the first result. "Shanghai" occurs 2 times in columns C to H where "Shanghai" is in the same row in column A.

=SUM(N(IF($A$1:$A$30=K1,$C$1:$H$30=K1)))

excel

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: user22566114

79792581

Date: 2025-10-16 21:22:46
Score: 1
Natty:
Report link

Postgresql 18 now supports OLD and NEW in RETURNING clauses. From the manual example.

UPDATE products SET price = price * 1.10
  WHERE price <= 99.99
  RETURNING name, old.price AS old_price, new.price AS new_price,
            new.price - old.price AS price_change;
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Dean Serenevy

79792579

Date: 2025-10-16 21:20:45
Score: 1
Natty:
Report link

Postgresql 18 now supports OLD and NEW in RETURNING clauses. From the manual example.

UPDATE products SET price = price * 1.10
  WHERE price <= 99.99
  RETURNING name, old.price AS old_price, new.price AS new_price,
            new.price - old.price AS price_change;
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Dean Serenevy

79792569

Date: 2025-10-16 21:00:41
Score: 0.5
Natty:
Report link

Your original attribute, #[Given('product :arg1 with price :arg2')], did not account for the double quotes around the product name "A book".

<?php

use Behat\Behat\Context\Context;
use Behat\Gherkin\Node\PyStringNode;
use Behat\Gherkin\Node\TableNode;
use PHPUnit\Framework\Assert;

class FeatureContext implements Context
{
    public function __construct()
    {
    }

    #[Given('product ":arg1" with price :arg2')]
    public function productWithPrice($arg1, $arg2): void
    {
        // Now you can access the arguments correctly.
        // $arg1 will be "A book" (without the quotes)
        // $arg2 will be 5
    }
}

output

php vendor/bin/behat

Feature: Product basket
  In order to buy products
  As a customer
  I need to be able to put interesting products into a basket

  Scenario: Buying a single product under 10 dollars
    Given product "A book" with price 5
    # The step is now found and matched.

1 scenario (1 passed)
1 step (1 passed)
0m0.00s (4.01Mb)
Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 0x 00

79792568

Date: 2025-10-16 20:59:41
Score: 1
Natty:
Report link

After doing some more research I realized that I was actually dealing with 2 different API's. The first one is my custom API and the second is the Microsoft Graph API. So, essentially it's one token per API. So, here is what I did:

  1. Get the access token from the SPA.

  2. Use that access token to request another token from the API authority (openId, etc..), being sure to request the scopes needed for Microsft Graph. It's best to use the default, which get's all scopes available - "https://graph.microsoft.com/.default"

  3. Pass the new token to a Microsoft Graph endpoint, such as https://graph.microsoft.com/v1.0/me

  4. That will get you a json string response.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Andrew Casey

79792564

Date: 2025-10-16 20:54:39
Score: 1.5
Natty:
Report link

Central Package Management with conditional ItemGroups seems to work for me.

Directory.Packages.props

<ItemGroup>
    <PackageReference Include="Serilog" Version="4.3.0" />
  </ItemGroup>
  
  <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' "> 
    <PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
  </ItemGroup>

  <ItemGroup Condition=" '$(TargetFramework)' == 'net9.0' ">
    <PackageReference Include="Serilog.Extensions.Logging" Version="9.0.2" />
  </ItemGroup>

https://wind010.hashnode.dev/centralizing-nuget-package-references

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

79792548

Date: 2025-10-16 20:32:34
Score: 1
Natty:
Report link

I was able to get the program to work, at least via command line.  The comments were helpful, especially stripping the program down to the minimum needed to show the issue.  An explanation is below.

Root cause:  I believe the culprit was a missing tk-tools library.  Tk, included by default, allowed the GUI to be built and loaded but not executed.  You don't have to import tk-tools and I never received an error message that the functionality was missing. The "local" or default Python instance does not include tk-tools.

Method:  Retracing my steps using the history command I noticed while I entered the python -m venv command, I didn’t follow up with source activate.  This meant I was still using the “local” Python instance, and libraries.  It became apparent when I added-back some code deleted for this question but received an error that the referenced library was missing.  The original script was created inside the venv and included tk-tools and other libraries but most of my subsequent development didn't activate the environment. Some libraries were installed on both.

Thonny:  Like the command line, Thonny defaulted to the “local” python instance.  Dummy me, I assumed since I had a venv structure, Thonny would have used it to execute the script.  There are internet pages providing instruction to configure Thonny to use a venv but those instructions didn’t match the screens of my version.  Given I had the command line working I didn’t pursue further.

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

79792542

Date: 2025-10-16 20:25:31
Score: 8 🚩
Natty: 6
Report link

I hope you are doing well. My name is Amina, and I am reaching out to discuss the possibility of publishing a guest post on your website. I would be grateful if you could kindly provide details regarding your guest posting requirements.

Specifically, I would like to know about the following:

  1. Guest Post Policy

    • Do you accept guest posts on your website?

    • What are your content quality and niche requirements?

  2. Links & SEO

    • Do you allow dofollow or nofollow backlinks?

    • How many backlinks are allowed in a single guest post?

    • Do you allow link insertion in existing articles?

  3. Publishing & Duration

    • How many days does it usually take to review and publish a guest post?

    • For how long will the post remain live?

      • 3 months

      • 6 months

      • 1 year

      • Lifetime

  4. Other Details

    • Do you charge any publishing fees or is it free?

    • Any formatting or style guidelines that I should follow?

I am happy to provide unique, high-quality, and well-researched content that aligns with your website’s audience and standards.

Looking forward to your response.

Best Regards,
Amina

Reasons:
  • Blacklisted phrase (0.5): Best Regards
  • Blacklisted phrase (1): Regards
  • Blacklisted phrase (1.5): I would like to know
  • Blacklisted phrase (1.5): Looking forward to your
  • RegEx Blacklisted phrase (2): I would be grateful
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Amna Bibi

79792538

Date: 2025-10-16 20:21:30
Score: 2.5
Natty:
Report link

Years later...
Running RedHat 7.x & 8x, I found that my /etc/bashrc is sourcing the file:
/usr/share/git-core/contrib/completion/git-prompt.sh

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

79792528

Date: 2025-10-16 20:06:26
Score: 1
Natty:
Report link

Check https://openocd.org/doc-release/README.Windows

Most probably OpenOCD needs generic WinUSB driver instead of Segger's.

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

79792527

Date: 2025-10-16 20:05:26
Score: 3
Natty:
Report link

I’ve been exploring ways to make LaTeX-based academic writing smoother and recently came across an Online LaTeX Compiler that’s AI-assisted. It combines several features that can really streamline the workflow:

✍️ AI writing help directly in the LaTeX editor
✅ Grammar and clarity suggestions tailored for research writing
🖼️ Convert images or figures into editable LaTeX equations
📚 Full LaTeX IDE and compiler with unlimited access

For anyone who spends a lot of time writing papers or collaborating on LaTeX documents, it’s worth checking out. I’m curious to hear from other LaTeX users — what features would make your workflow easier, or what annoys you most about the tools you currently use?

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

79792521

Date: 2025-10-16 19:52:23
Score: 2.5
Natty:
Report link

If you want a modern and reliable option, try ezCNAM. It provides a clean REST API for real-time CNAM lookups perfect for developers integrating caller name delivery into their apps or phone systems.

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

79792520

Date: 2025-10-16 19:51:23
Score: 1.5
Natty:
Report link

Oniguruma in jq supports Perl's \Q/\E 👀

https://github.com/kkos/oniguruma/blob/f95747b462de672b6f8dbdeb478245ddf061ca53/doc/SYNTAX.md#0-onig_syn_op2_esc_capital_q_quote-enable-qe

$ jq -n '"foo $ bar" as $var | "hello foo $ bar baz" | sub("\\Q\($var)\\E"; "new string")'
"hello new string baz"
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
Posted by: tianon

79792497

Date: 2025-10-16 19:26:16
Score: 2
Natty:
Report link

I’m part of a small team building an Online LaTeX Compiler — an AI-assisted platform designed for academic writing and collaboration. The idea came from our own frustration with constantly switching between LaTeX editors, grammar tools, and reference managers while writing papers.

Our goal is to make the research writing process faster and smoother by combining:
✍️ AI writing assistance directly inside the LaTeX editor
Smart grammar and clarity checks tuned for academic tone
🖼️ Image-to-LaTeX equation conversion (turn figures into editable equations)
📚 Full LaTeX IDE + compiler with unlimited access

We’d love to hear from people who work in LaTeX daily — what would make your workflow easier or less frustrating? What do you wish your current tools could do better?

We’re offering early access and genuinely looking for feedback from researchers and writers who care about improving scientific writing tools.

Thanks for reading!
— The SciScribe team 🚀

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

79792496

Date: 2025-10-16 19:22:15
Score: 1
Natty:
Report link

From another post, I modified my command as follows:

npx --legacy-peer-deps sv create

This gave me a new error that a file it was trying to create already existed. Following the advice given, I found that these were cache files in an .npx directory. I deleted all the cache files, and the command now works.

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

79792494

Date: 2025-10-16 19:19:15
Score: 1
Natty:
Report link
document.onclick = function(e){  
var t = e.target;  
if (t.className='bla') {
//Your code for onclick element t
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ZPKSoft Paweł Krzyżanowski

79792490

Date: 2025-10-16 19:16:14
Score: 1
Natty:
Report link

Use

moveSelectionToEnd

Draft js has this ability built in

https://draftjs.org/docs/api-reference-editor-state/#moveselectiontoend

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: john k

79792482

Date: 2025-10-16 18:59:10
Score: 1
Natty:
Report link

I use:

mit-scheme --batch-mode --load file.scm --eval '(exit)'

This mostly does what I want, although it still pops into the REPL if the script encounters an error, rather than just terminating with a nonzero exit code. (Which is what I'd like it to do, and which is what most other Scheme implementations do.)

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

79792473

Date: 2025-10-16 18:49:08
Score: 1
Natty:
Report link

If you look at the model documentation on HuggingFace, for 'TinyLlama/TinyLlama-1.1B-Chat-v0.6', in the 'Inference Providers' section in the right side, it will be written as 'This model isn't deployed by any Inference Provider.' - meaning that that you cannot use the model through the free, serverless Inference API provided by Hugging Face. In this case, you must use the local Inference, i.e, download the model.

This is confusing because the LangChain's HuggingFaceEndpoint is primarily designed to work with Inference APIs. This is frustrating but we have to get used to these kind of things as beginners or self-learners.

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

79792468

Date: 2025-10-16 18:44:07
Score: 1.5
Natty:
Report link

A modification to @Carlo Zanocco's answer:

This solution didn't really work for me, and there were a couple of key changes I made to make it look like the solution desired, described in the comments below.

# It's good practice to import what you need, instead of getting the entirety of openpyxl and trying to navigate to them
from openpyxl import load_workbook
from openpyxl.chart import LineChart, Reference

filename = "chart.xlsx"

workbook = load_workbook(filename)
sheet = workbook["chart"]
chart = LineChart()

# This makes the x axis and y axis values actually appear
chart.x_axis.delete = False
chart.y_axis.delete = False
chart.legend = None # This removes the ugly legend from the right of the graph

chart.title = "Chart Title"

# Changed to min_row=2 so the row value can match with the row label 
#                                                           \/
labels = Reference(sheet, min_col=1, min_row=2, max_row=sheet.max_row) 
data = Reference(sheet, min_col=2, min_row=2, max_row=sheet.max_row)

chart.add_data(data, titles_from_data=False)
chart.set_categories(labels)

# Right now, the values are all technically in their own series, hence being labeled separately. 
# This makes them all the same color, so we can pretend they're the same line
for s in chart.series:
    s.graphicalProperties.line.solidFill = "4472c4" # Microsoft Blue

sheet.add_chart(chart, "D1")
workbook.save(filename)

Before and after

On the left, the line has different colors, no x and y axis labels, and a legend to the side. In the right, it has all of these things, and the line is blue.

(big credit goes to this thread, which got me on a great path to solving all my problems: https://groups.google.com/g/openpyxl-users/c/khC6BTqaH3Y)

Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @Carlo
  • Low reputation (1):
Posted by: user30589464

79792463

Date: 2025-10-16 18:36:05
Score: 0.5
Natty:
Report link

This converts All Keys that are type Numeric into type Strings.
Uses @sln JSON Validation and Error detection Regex Functions.
These functions parse JSON to the specification and can be used as a Query/Replace
engine on steroids.

For the details on how this regex works, and more examples see :
https://stackoverflow.com/a/79785886/15577665

Regex Demo : https://regex101.com/r/klszdB/1
Php Demo : https://onlinephp.io/c/62561

(?:(?=(?&V_Obj)){|(?!^)\G(?&Sep_Obj)\s*)(?:(?&V_KeyVal)(?&Sep_Obj))*?\s*(?&Str)\s*:\s*\K(?&Numb)(?(DEFINE)(?<Sep_Ary>\s*(?:,(?!\s*[}\]])|(?=\])))(?<Sep_Obj>\s*(?:,(?!\s*[}\]])|(?=})))(?<Er_Obj>(?>{(?:\s*(?&Str)(?:\s*:(?:\s*(?:(?&Er_Value)|(?<Er_Ary>\[(?:\s*(?:(?&Er_Value)|(?&Er_Ary)|(?&Er_Obj))(?:(?&Sep_Ary)|(*ACCEPT)))*(?:\s*\]|(*ACCEPT)))|(?&Er_Obj))(?:(?&Sep_Obj)|(*ACCEPT))|(*ACCEPT))|(*ACCEPT)))*(?:\s*}|(*ACCEPT))))(?<Er_Value>(?>(?&Numb)|(?>true|false|null)|(?&Str)))(?<Str>(?>"[^\\"]*(?:\\[\s\S][^\\"]*)*"))(?<Numb>(?>[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?|(?:[eE][+-]?\d+)))(?<V_KeyVal>(?>\s*(?&Str)\s*:\s*(?&V_Value)\s*))(?<V_Value>(?>(?&Numb)|(?>true|false|null)|(?&Str)|(?&V_Obj)|(?&V_Ary)))(?<V_Ary>\[(?>\s*(?&V_Value)(?&Sep_Ary))*\s*\])(?<V_Obj>{(?>(?&V_KeyVal)(?&Sep_Obj))*\s*}))

Replace "$0"

Regex Comments

(?:                                   # ----------
   (?= (?&V_Obj) )                      # Should be a valid object ahead
   {                                    # Open Object
 |                                 # or,
   (?! ^ )                              # Here we are in a valid JSON Object
   \G                                   # Continuation anchor, where we last left off
   (?&Sep_Obj) \s*                      # Object Separator after last match
)                                     # ----------

(?: (?&V_KeyVal) (?&Sep_Obj) )*?      # Drill down to the next key that is a Number Type
\s* (?&Str) \s* : \s* 

\K                                    # Stop recording here, match just the Number
(?&Numb) 


# JSON functions -
# ------------------ 
(?(DEFINE)(?<Sep_Ary>\s*(?:,(?!\s*[}\]])|(?=\])))(?<Sep_Obj>\s*(?:,(?!\s*[}\]])|(?=})))(?<Er_Obj>(?>{(?:\s*(?&Str)(?:\s*:(?:\s*(?:(?&Er_Value)|(?<Er_Ary>\[(?:\s*(?:(?&Er_Value)|(?&Er_Ary)|(?&Er_Obj))(?:(?&Sep_Ary)|(*ACCEPT)))*(?:\s*\]|(*ACCEPT)))|(?&Er_Obj))(?:(?&Sep_Obj)|(*ACCEPT))|(*ACCEPT))|(*ACCEPT)))*(?:\s*}|(*ACCEPT))))(?<Er_Value>(?>(?&Numb)|(?>true|false|null)|(?&Str)))(?<Str>(?>"[^\\"]*(?:\\[\s\S][^\\"]*)*"))(?<Numb>(?>[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?|(?:[eE][+-]?\d+)))(?<V_KeyVal>(?>\s*(?&Str)\s*:\s*(?&V_Value)\s*))(?<V_Value>(?>(?&Numb)|(?>true|false|null)|(?&Str)|(?&V_Obj)|(?&V_Ary)))(?<V_Ary>\[(?>\s*(?&V_Value)(?&Sep_Ary))*\s*\])(?<V_Obj>{(?>(?&V_KeyVal)(?&Sep_Obj))*\s*}))

Php source :

<?php
// Enter your code here, enjoy!
$Rx = '/(?:(?=(?&V_Obj)){|(?!^)\G(?&Sep_Obj)\s*)(?:(?&V_KeyVal)(?&Sep_Obj))*?\s*(?&Str)\s*:\s*\K(?&Numb)(?(DEFINE)(?<Sep_Ary>\s*(?:,(?!\s*[}\]])|(?=\])))(?<Sep_Obj>\s*(?:,(?!\s*[}\]])|(?=})))(?<Er_Obj>(?>{(?:\s*(?&Str)(?:\s*:(?:\s*(?:(?&Er_Value)|(?<Er_Ary>\[(?:\s*(?:(?&Er_Value)|(?&Er_Ary)|(?&Er_Obj))(?:(?&Sep_Ary)|(*ACCEPT)))*(?:\s*\]|(*ACCEPT)))|(?&Er_Obj))(?:(?&Sep_Obj)|(*ACCEPT))|(*ACCEPT))|(*ACCEPT)))*(?:\s*}|(*ACCEPT))))(?<Er_Value>(?>(?&Numb)|(?>true|false|null)|(?&Str)))(?<Str>(?>"[^\\"]*(?:\\[\s\S][^\\"]*)*"))(?<Numb>(?>[+-]?(?:\d+(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+)?|(?:[eE][+-]?\d+)))(?<V_KeyVal>(?>\s*(?&Str)\s*:\s*(?&V_Value)\s*))(?<V_Value>(?>(?&Numb)|(?>true|false|null)|(?&Str)|(?&V_Obj)|(?&V_Ary)))(?<V_Ary>\[(?>\s*(?&V_Value)(?&Sep_Ary))*\s*\])(?<V_Obj>{(?>(?&V_KeyVal)(?&Sep_Obj))*\s*}))/';

$json = '
{
   "first_name":"sample",
   "last_name": "lastname",
   "integer" : 100,
   "float" : 1555.20,
   "createddate":"2015-06-25 09:57:28",
   "asder" : 
     [ 
        200, 
        100,
        {
          "nother1" : "here1",
          "digi1" : 900e10,
          "nother2" : "here2",
          "digi2" : 3.14
        },
        400,
        37
     ]
}';

$new_json = preg_replace( $Rx, '"$0"', $json );

var_dump( $new_json );

Output :

string(384) "
{
   "first_name":"sample",
   "last_name": "lastname",
   "integer" : "100",
   "float" : "1555.20",
   "createddate":"2015-06-25 09:57:28",
   "asder" : 
     [ 
        200, 
        100,
        {
          "nother1" : "here1",
          "digi1" : "900e10",
          "nother2" : "here2",
          "digi2" : "3.14"
        },
        400,
        37
     ]
}"
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @sln
  • High reputation (-1):
Posted by: sln

79792462

Date: 2025-10-16 18:33:04
Score: 3
Natty:
Report link

I raised a bug report at Jetbrains, see here: https://youtrack.jetbrains.com/issue/IDEA-380831/NoClassDefFoundError-org-slf4j-LoggerFactory-when-running-in-Intellij-but-works-fine-from-the-command-line and got the solution to the issue.

The solution was to disable the module path as shown in the screenshot below. Thank you @CrazyCoder for helping me out

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @CrazyCoder
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Hakan54

79792456

Date: 2025-10-16 18:29:03
Score: 1.5
Natty:
Report link

Update your node version:

nvm install latest 
nvm use latest
node -v

and retry:

node --watch server.js

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Miguel Pérez Rodríguez