79726068

Date: 2025-08-05 11:57:36
Score: 1
Natty:
Report link

Actually build the flet iOS app ipa and installed on real device through Xcode. In the console.app not getting the live logs.

I implemented like this

CONFIG_FILE = "assets/config.json"

LOG_FILE = "assets/app.log"

os.makedirs(os.path.dirname(LOG_FILE), exist_ok=True)

logger = logging.getLogger(_name_)

logger.setLevel(logging.INFO)

file_handler = logging.FileHandler(LOG_FILE)

stream_handler = logging.StreamHandler()

# Create formatter and set it for both handlers

formatter = logging.Formatter("%(asctime)s - %(levelname)s - %(message)s")

file_handler.setFormatter(formatter)

stream_handler.setFormatter(formatter)

# Add handlers to the logger

logger.addHandler(file_handler)

logger.addHandler(stream_handler)

logger.propagate = False

logger.info("Application started")

But I am getting the live logs in console.app

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

79726066

Date: 2025-08-05 11:56:35
Score: 1.5
Natty:
Report link

Since TYPO3 13

allowTableOnStandardPages

was removed. Please reffer to new options within the ctrl Section of TCA

-> https://stackoverflow.com/a/79703301/4533462

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Paul Beck

79726065

Date: 2025-08-05 11:55:35
Score: 5
Natty:
Report link

I think the idea is that you don't know which field has the correct password, so a general error is raised. Does that provide you with enough help?

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

79726064

Date: 2025-08-05 11:54:34
Score: 1
Natty:
Report link

The sign-up prompt appears because your end users don’t have the right Power BI license or permissions in the Power BI Service.

What to do:

  1. Licensing – Either assign users a Power BI Pro license or place the report in a Premium capacity workspace (Premium allows free users to view).

  2. Permissions – In Power BI Service, share the report or dataset with an Azure AD security group containing all viewers.

  3. Embedding – Use Embed in SharePoint Online from Power BI and paste the link into the Power BI web part in SharePoint (not Publish to Web).

Reference guide with step-by-step instructions here: Embedding Power BI Reports in SharePoint – Step-by-Step
Reference:https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-embed-report-spo

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

79726060

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

Thanks for @greg-449.

The build.properties file which achieves that classes are within the root of the jar:

```

bin.includes = META-INF/,\
               plugin.xml,\
               .,\
               target/dependency/antlr4-runtime-4.13.2.jar,\
               target/dependency/apiguardian-api-1.1.2.jar,\
               target/dependency/asm-9.8.jar,\
               target/dependency/byte-buddy-1.17.5.jar,\
               target/dependency/byte-buddy-agent-1.17.5.jar,\
               target/dependency/checker-qual-3.49.3.jar,\
               target/dependency/commons-codec-1.15.jar,\
               target/dependency/commons-lang3-3.17.0.jar,\
               target/dependency/error_prone_annotations-2.38.0.jar,\
               target/dependency/gson-2.13.1.jar,\
               target/dependency/inez-parser-0.4.1.jar,\
               target/dependency/inez-parser-0.4.1-testing.jar,\
               target/dependency/javax.annotation-api-1.3.2.jar,\
               target/dependency/jul-to-slf4j-1.7.36.jar,\
               target/dependency/konveyor-base-0.2.7-annotations.jar,\
               target/dependency/micrometer-commons-1.14.9.jar,\
               target/dependency/micrometer-observation-1.14.9.jar,\
               target/dependency/nice-xml-messages-3.1.jar,\
               target/dependency/objenesis-3.3.jar,\
               target/dependency/opentest4j-1.3.0.jar,\
               target/dependency/pcollections-4.0.2.jar,\
               target/dependency/pmd-core-7.14.0.jar,\
               target/dependency/pmd-java-7.14.0.jar,\
               target/dependency/Saxon-HE-12.5.jar,\
               target/dependency/slf4j-api-2.0.2.jar,\
               target/dependency/spring-aop-6.2.9.jar,\
               target/dependency/spring-beans-6.2.9.jar,\
               target/dependency/spring-boot-3.5.3.jar,\
               target/dependency/spring-context-6.2.9.jar,\
               target/dependency/spring-core-6.2.9.jar,\
               target/dependency/spring-data-commons-3.5.2.jar,\
               target/dependency/spring-data-keyvalue-3.5.1.jar,\
               target/dependency/spring-expression-6.2.9.jar,\
               target/dependency/spring-jcl-6.2.9.jar,\
               target/dependency/spring-test-6.2.9.jar,\
               target/dependency/spring-tx-6.2.8.jar,\
               target/dependency/xmlresolver-5.2.2.jar,\
               target/dependency/xmlresolver-5.2.2-data.jar,\
               target/dependency/spring-boot-autoconfigure-3.5.3.jar,\
               target/dependency/konveyor-base-0.2.7-runtime.jar,\
               target/dependency/mockito-core-5.18.0.jar,\
               target/dependency/junit-jupiter-api-5.12.1.jar,\
               target/dependency/junit-jupiter-engine-5.12.1.jar,\
               target/dependency/junit-platform-commons-1.12.1.jar,\
               target/dependency/junit-platform-engine-1.12.1.jar,\
               target/dependency/junit-platform-launcher-1.12.1.jar,\
               target/dependency/konveyor-base-0.2.7-testing.jar,\
               target/dependency/httpclient5-5.1.3.jar,\
               target/dependency/httpcore5-5.1.3.jar,\
               target/dependency/httpcore5-h2-5.1.3.jar,\
               target/dependency/konveyor-base-tooling.jar,\
               target/dependency/org.eclipse.core.contenttype-3.9.600.v20241001-1711.jar,\
               target/dependency/org.eclipse.core.jobs-3.15.500.v20250204-0817.jar,\
               target/dependency/org.eclipse.core.runtime-3.33.0.v20250206-0919.jar,\
               target/dependency/org.eclipse.equinox.app-1.7.300.v20250130-0528.jar,\
               target/dependency/org.eclipse.equinox.common-3.20.0.v20250129-1348.jar,\
               target/dependency/org.eclipse.equinox.preferences-3.11.300.v20250130-0533.jar,\
               target/dependency/org.eclipse.equinox.registry-3.12.300.v20250129-1129.jar,\
               target/dependency/org.eclipse.osgi-3.23.0.v20250228-0640.jar,\
               target/dependency/org.osgi.core-6.0.0.jar,\
               target/dependency/org.osgi.service.prefs-1.1.2.jar,\
               target/dependency/osgi.annotation-8.0.1.jar
output.. = target/classes/,target/dependency/
source.. = src/
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @greg-449
  • Self-answer (0.5):
Posted by: Árpád Magosányi

79726055

Date: 2025-08-05 11:45:32
Score: 2.5
Natty:
Report link

There is a Banuba plugin on Agora's extensions marketplace:https://www.agora.io/en/extensions/banuba/

It is by far the easiest way to integrate their masks, backgrounds, etc.

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

79726047

Date: 2025-08-05 11:40:30
Score: 3
Natty:
Report link

I simply stopped using psycopg2 and switched to psycopg (aka psycopg3) and everything worked perfectly. I spent a whole day trying to understand why it kept giving this error, and I came to no conclusion. I tried thousands of things and nothing worked, so I just switched.

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

79726044

Date: 2025-08-05 11:38:30
Score: 0.5
Natty:
Report link

PostgreSQL is not designed primarily for heavy linear algebra. Pure PL/pgSQL implementations (like Gauss-Jordan) would be very slow and inefficient for 1000x1000. Extensions are the way to go, but availability and performance vary.
PgEigen is a PostgreSQL extension providing bindings to Eigen C++ linear algebra library.It supports matrix inversion and other matrix operations efficiently.
Pros: Fast, tested on large matrices, uses compiled C++ code.
Cons: Needs installation of C++ dependencies and admin rights.
OneSparse is specialised for sparse matrices and might not be ideal for dense 1000x1000.

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

79726038

Date: 2025-08-05 11:33:29
Score: 2.5
Natty:
Report link

How to attribute backup costs to specific Cloud SQL instances?

When you're tracking costs in Google Cloud, SKU Cloud SQL: Backups in [region] are billed based on usage, but the lack of a resource.id in the billing export makes it tough to tie these costs directly to specific Cloud SQL instances. However, work around would be by Instance naming convention and Using billing API filters.

Is there a way to correlate billing lines with instance names or labels?

Unfortunately, the billing export you have doesn’t contain labels or instance IDs, which would normally help tie the cost to specific instances. However, there’s a workaround:

How can I identify if a particular backup is unnecessary or consuming excessive storage?

To track excessive storage or unnecessary backups, it’s all about monitoring and data management.

Any tips, tools, or workflows to bridge the gap between backup costs and specific Cloud SQL instances?

Here are some helpful links that may help resolve your issue:

Find example queries for Cloud Billing data

Generate a SQL query from a Billing Report

Sum costs for each resource, per invoice

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (1): Any tips
  • Blacklisted phrase (1): Is there a way
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (0.5):
Posted by: KikoZam

79726022

Date: 2025-08-05 11:17:25
Score: 2.5
Natty:
Report link

In my case I was using both xarray and netCDF, the issue was created by importing xarray before netCDF4.

Swapping the order fixed the issue.

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

79726015

Date: 2025-08-05 11:05:22
Score: 3.5
Natty:
Report link

I suggest you go to spatie/laravel-data and try this package

Reasons:
  • Whitelisted phrase (-1): try this
  • Contains signature (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Denis

79726004

Date: 2025-08-05 10:59:21
Score: 2.5
Natty:
Report link
app.get('/{*any}', (req, res) =>

this is actually working for me

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

79726003

Date: 2025-08-05 10:58:20
Score: 0.5
Natty:
Report link

If you can treat blank values as missing, and can use SpEL and the Elvis operator

@Value("#{'${some.value:}' ?: null}")
private String someValue;

This works because a missing some.value will lead to an empty string which is "falsy" and then the elvis operator goes with the fallback. In the SpEL expression - so in the #{...} scope - null means null and not the string "null".

As compared to @EpicPandaForce's answer:

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @EpicPandaForce's
  • Low reputation (0.5):
Posted by: Anly

79725999

Date: 2025-08-05 10:50:18
Score: 1
Natty:
Report link

Using tolist can work, followed by np.array will correctly return a (2,3) numpy array

np.array(df["a"].values.tolist())

returns

array([[1, 2, 3],
       [4, 5, 6]])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pas-calc

79725995

Date: 2025-08-05 10:49:18
Score: 1.5
Natty:
Report link

Try using yii\debug\Module, it helps a lot.

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

79725990

Date: 2025-08-05 10:43:16
Score: 2
Natty:
Report link

Thanks to @woxxom I've been able to get the embedded iframes to load by removing initiatorDomains:[runtimeId] and instead using tabIds:[tabId] and updating session rules instead of dynamic rules:

await browser.declarativeNetRequest.updateSessionRules({
removeRuleIds:[RULE.id],
addRules:[RULE],
})

On a sidenote, I found an unrelated error for my use case that says: Uncaught SecurityError: Failed to read a named property 'document' from 'Window': Blocked a frame with origin "https://1xbet.whoscored.com" from accessing a cross m-origin frame.

This is the src of the parent iframe embedded in the extension page. I'm not sure if this is something I should worry about.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @woxxom
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 3rdTim

79725988

Date: 2025-08-05 10:42:16
Score: 2.5
Natty:
Report link

You can add 1 more environment variable in docker-compose.yml of keycloak
HOSTNAME : host.docker.internal
The problem would get solved.

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

79725982

Date: 2025-08-05 10:39:15
Score: 0.5
Natty:
Report link

Another option is to do a somewhat reverse COUNTIF with wildcards.

=INDEX(SUM(COUNTIF(E16, "*"&My_List&"*")))

This will return the number of case-insensitive matches and will ignore blank cells and any cells with errors.

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

79725979

Date: 2025-08-05 10:38:14
Score: 1.5
Natty:
Report link

If you want to avoid exporting the resolved dependencies, use the following

 uv pip compile pyproject.toml --output-file requirements.txt --no-deps
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Veeresh

79725977

Date: 2025-08-05 10:37:14
Score: 1
Natty:
Report link

webrightnow's answer led me to the solution.

For me, product reviews were disabled while I was creating the majority of my listings and for some reason the review section didn't appear for these products when I enabled it globally later, even though it did work for products that I've created after enabling it.

Enabling reviews on the edit product page of these products didn't work either, BUT it seemed to work for me when I clicked the "Quick Edit" in my Products page for my product and enabled it there.

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

79725961

Date: 2025-08-05 10:26:11
Score: 2
Natty:
Report link

My question got downvoted but no reason why, such a shame.

I have solved how to do this. I was going to publish a comprehensive answer but I'm getting more disappointed with downvotes and admins posting unnecessary comments so here's a short answer.

Need to copy the IBExpert.fdb to the new pc.

Reasons:
  • Whitelisted phrase (-2): I have solved
  • RegEx Blacklisted phrase (2): downvote
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Yuppski

79725959

Date: 2025-08-05 10:26:11
Score: 0.5
Natty:
Report link

Developing a marketplace web app for the Chrome Web Store is a smart way to reach users directly through their browsers, especially if your platform offers digital tools, services, or extensions. However, to stand out in a competitive environment, your app must be well-designed, secure, and performance-optimized.

At its core, Chrome Web Apps are built using standard web technologies like HTML, CSS, and JavaScript. But when you're building a marketplace, you need to factor in multi-vendor capabilities, user accounts, secure payments, and real-time functionality—all of which require strategic marketplace app development.

Key considerations include integrating Chrome APIs properly, ensuring seamless user authentication (such as OAuth), secure backend connections, and maintaining data privacy. Additionally, your app must comply with Chrome Web Store policies, including HTTPS hosting and content restrictions.

If you're serious about launching a scalable and feature-rich marketplace through the Chrome Web Store, it's essential to work with a team experienced in marketplace app development. They can guide you through best practices, build a strong technical foundation, and ensure your app is optimized for user engagement and future growth.

In short, success in the Chrome ecosystem starts with smart planning and expert development tailored to marketplace dynamics.

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

79725958

Date: 2025-08-05 10:25:10
Score: 1.5
Natty:
Report link

I know that the question is related to PHP, but if anyone have any problems with escaping $ you can alternatively wrap it in character list like this: [$]\w+[$] .

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

79725930

Date: 2025-08-05 10:04:05
Score: 2
Natty:
Report link

Add the following annotation to your @AuthenticationPrincipal CurrentUser currentUser:

@Parameter(hidden = true)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @AuthenticationPrincipal
  • Low reputation (0.5):
Posted by: gle

79725903

Date: 2025-08-05 09:50:01
Score: 2.5
Natty:
Report link

For the ones that are using the free tier, be sure that the EC2 instance type selected in among the free tier eligible, see the available ones here.

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

79725902

Date: 2025-08-05 09:49:01
Score: 2.5
Natty:
Report link

In my case I was using both xarray and netCDF, the issue was created by importing xarray before netCDF4.

Swapping the order fixed the issue.

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

79725898

Date: 2025-08-05 09:46:00
Score: 1
Natty:
Report link

--> Initialize the Global Key

final GlobalKey<ScaffoldState> _scaffoldKey = GlobalKey<ScaffoldState>();

--> Add this key to scaffold key:
--> Call it on any button as given beow:

  _scaffoldKey.currentState?.openEndDrawer();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Huzaifa Khan

79725893

Date: 2025-08-05 09:41:59
Score: 1
Natty:
Report link

Add implementation("com.android.support:multidex:1.0.3") into <dependencies>

is work for me

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

79725891

Date: 2025-08-05 09:40:59
Score: 1
Natty:
Report link

Based on the official Python documentation and common implementation details, the expression L[a:b] = L[c:d] does indeed create a new, temporary list for the right-hand side L[c:d] before the assignment to the left-hand side L[a:b].

https://docs.python.org/3/reference/simple_stmts.html#assignment-statements

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

79725888

Date: 2025-08-05 09:40:59
Score: 4
Natty:
Report link

I get the same problem and I am not using Msys2 but Ada under a version of GNAT Studio and Gtkada from 2021. Searching on internet show as a probable cause the fact that I am using now an high definition screen. Programs that I had compiled earlier also had the problem just by running there exe file.The new one also shows this problem while the compilation crates a .exe file.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): I get the same problem
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ldries46

79725881

Date: 2025-08-05 09:36:57
Score: 1.5
Natty:
Report link

enter image description here

Please comment out the line, hope it can help.

// "explorer.excludeGitIgnore": true,

Reasons:
  • Whitelisted phrase (-1): hope it can help
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Zevi L.

79725880

Date: 2025-08-05 09:35:57
Score: 1
Natty:
Report link

If I try the command gap -c Print("Hello"); on my Ubuntu, I get an error. In my case the right syntax seems to be :

gap -c "your_code"

or :

gap -c 'your_code'

Work for me : gap -c 'Print("Hello\n");' (I use ' instead of " for a correct parsing... and the \n matter !).

You can try a more simple thing : gap -c "a:=1;" and check in the console that a is indeed bound and equal to 1. However the field in GAPInfo.CommandLineOptions; for the option -c still be empty, I don't think this is where the data is stored. You can recover your input by calling GAPInfo.InitFiles;.

To sum up there is a screen of running the following command :

gap -c 'a:=1; Print("ThisOneIsDisplayed\n"); Print("ThisOneNot");'
Reasons:
  • RegEx Blacklisted phrase (1): I get an error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Marzak

79725877

Date: 2025-08-05 09:33:55
Score: 8.5
Natty: 5
Report link

Hi zidniryi,
did you get it running?

Reasons:
  • RegEx Blacklisted phrase (3): did you get it
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: mike2912

79725876

Date: 2025-08-05 09:31:54
Score: 2
Natty:
Report link

Apparently < and > don't need escaping in PCRE Flavour, see What special characters must be escaped in regular expressions? for further info.

Use (<File .+?>) as Regex and see for yourself:

Result

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

79725874

Date: 2025-08-05 09:30:54
Score: 2
Natty:
Report link

Try unsetting PYTHONPATH before starting up vscode or any vscode forks: unset PYTHONPATH

I've commented on this issue here: https://github.com/microsoft/pyright/issues/9610#issuecomment-3154268891

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

79725866

Date: 2025-08-05 09:21:51
Score: 0.5
Natty:
Report link

The problem in my case was, that I've overridden the default creation of test database by Django, when running the tests. This happened by obsolete pytest fixture that i had in my conftest.py. As @willeM_ Van Onsem confirmed, Django by default creates a test database by appending test_ to the name of your default to use database.

In order to check which database are you using, just add a print statement into a test case:

from django.db import connection
connection.settings_dict["NAME"]

This will NOT print your default database name, but will print the database name of the currently used database.

In my case, my database configuration ended up like:

DATABASES = {
    'default': {
        "NAME": "localDatabase",
        "ENGINE": "django.contrib.gis.db.backends.postgis",
        "USER": "test",
        "PASSWORD": "test",
        "HOST": "127.0.0.1",
        "PORT": "5432",
    },
}

and when running the tests, the currently used database name is - "test_localDatabase".

As you can see, I have removed the "TEST" key property from DATABASES , because it overrides the default Django logic of generating a new name for the test database.

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

79725850

Date: 2025-08-05 09:10:48
Score: 0.5
Natty:
Report link

You can try using a basic Convolutional Neural Network program for the digit recognition. Using MNIST to demonstrate how a CNN can identify patterns is the most basic application of a CNN. It's so basic that it's taught in courses on Artificial Intelligence. You can search on Google or use one of these links

If you're allergic to clicking on links (like I am) here's a basic explanation:

You probably already know what a Neural Network is. You probably also know what a CNN is. You can simply build a CNN using the tensorflow library for the various layers, then mix and match the layers as to your liking. For the text input, just use OpenCV and PyTesseract for scanning an image and extracting text using OCR

Here's a sample code for you (for the OCR)

import cv2
import pytesseract
pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'
import matplotlib.pyplot as plt

def extractTextFromID(image_path):
    """

    Parameters
    ----------
    image_path : str
        Path to the image that is going to be analysed. Extracts all read text
        NOTE: vertically arranged text may not be read properly

    Returns
    -------
    extracted_text : str
        str of all the text as read by the function.

    """
    img = cv2.imread(image_path)
    image_rgb = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)

    plt.figure(figsize=(10, 6))
    plt.imshow(image_rgb)
    plt.title("Original Image")
    plt.axis("off")
    plt.show()
    
    extracted_text = pytesseract.image_to_string(image_rgb)
    return extracted_text

This code returns the extracted text as a single large string. If you just want to read from the image directly you can just use a CNN:

from keras.models import Sequential, load_model
from keras.layers import Dense, Dropout, Flatten
from keras.layers import Conv2D, MaxPooling2D, BatchNormalization
from keras.optimizers import Adam


model = Sequential()

model.add(Conv2D(filters=32, kernel_size=(3, 3), activation='relu', strides=1, padding='same', data_format='channels_last',
                 input_shape=(28,28,1)))
model.add(BatchNormalization())
model.add(Conv2D(filters=32, kernel_size=(3, 3), activation='relu', strides=1, padding='same', data_format='channels_last'))
model.add(BatchNormalization())
model.add(MaxPooling2D(pool_size=(2, 2), strides=2, padding='valid' ))
model.add(Dropout(0.25))

model.add(Conv2D(filters=64, kernel_size=(3, 3), activation='relu', strides=1, padding='same', data_format='channels_last'))
model.add(BatchNormalization())
model.add(Conv2D(filters=64, kernel_size=(3, 3), strides=1, padding='same', activation='relu', data_format='channels_last'))
model.add(BatchNormalization())
model.add(MaxPooling2D(pool_size=(2, 2), padding='valid', strides=2))
model.add(Dropout(0.25))

model.add(Flatten())
model.add(Dense(512, activation='relu'))
model.add(BatchNormalization())
model.add(Dropout(0.25))
model.add(Dense(1024, activation='relu'))
model.add(BatchNormalization())
model.add(Dropout(0.5))
model.add(Dense(10, activation='softmax'))

#Optimizer
optimizer = Adam(lr=0.001, beta_1=0.9, beta_2=0.999 )
#Compiling the model
model.compile(optimizer=optimizer, loss="categorical_crossentropy", metrics=["accuracy"])

#defining these prior to model to increase readability and debugging
batch_size = 64
epochs = 50
# Fit the Model
history = model.fit_generator(datagen.flow(x_train, y_train, batch_size = batch_size), epochs = epochs, 
                              validation_data = (x_test, y_test), verbose=1, 
                              steps_per_epoch=x_train.shape[0] // batch_size,
                              callbacks = [reduce_lr]) 

Let me know if you need additional help

Reasons:
  • Blacklisted phrase (1): these links
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: saksham shankar

79725834

Date: 2025-08-05 08:50:43
Score: 1
Natty:
Report link

The preloads are inserted because Webpack adds prefetch/preload hints based on the import() statement. You can suppress this behavior like so:

const MyComponent = dynamic(() =>
import(/* webpackPreload: false */ './MyComponent')
)

This tells Webpack not to insert a preload hint for that chunk.

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

79725804

Date: 2025-08-05 08:28:37
Score: 1
Natty:
Report link

if u want to keep showing your :after element, but only hide it for screen readers. You just need to add this:

content: " (required)" / "";
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ChrisKr

79725788

Date: 2025-08-05 08:09:31
Score: 2.5
Natty:
Report link

I get more or less the same error, with VSCode Version: 1.102.3 on Ubuntu 24.04.2 LTS. With my local python env, I can import rasterio in .py files, in command line, but not in .ipynb.

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

79725786

Date: 2025-08-05 08:07:30
Score: 1
Natty:
Report link
// Create sample file; replace if exists.
Windows.Storage.StorageFolder storageFolder = 
    Windows.Storage.ApplicationData.Current.LocalFolder;
Windows.Storage.StorageFile sampleFile =
    await storageFolder.CreateFileAsync("sample.txt", 
        Windows.Storage.CreationCollisionOption.ReplaceExisting);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shivam Kumar

79725769

Date: 2025-08-05 07:54:27
Score: 1
Natty:
Report link
  1. on 2.6 add field is exported

  2. you can use iterator to export your data out

  3. you can also use VTS tool help you to do this

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: James Luan

79725764

Date: 2025-08-05 07:51:26
Score: 1
Natty:
Report link

see here:

How to invoke a method on a NSViewRepresentable from a View?

a complete (minimal..) sample. Hop can help.

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

79725762

Date: 2025-08-05 07:51:25
Score: 5
Natty: 4.5
Report link

Brando Zhang(https://stackoverflow.com/users/7609093/brando-zhang)

I tried with your answer but failed.

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

79725761

Date: 2025-08-05 07:50:25
Score: 2.5
Natty:
Report link

The answer above is good if you want to print out more than one command, but if you only one or two commands the type: "drive letter:\diskpart help > help.txt

the file is in drive letter, ie c:

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

79725751

Date: 2025-08-05 07:40:23
Score: 3
Natty:
Report link

You would need a API gateway which is active and running. only then the custom connector will work

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

79725746

Date: 2025-08-05 07:37:22
Score: 0.5
Natty:
Report link

For anyone wondering, this behaviour works since PHP 5.5

At the time I wrote the question I was maybe lacking of knowledge, instead of trying to assign a value to the static variable if it is empty, simply directly return the value, so it won't be permanently overriden.

abstract class Model {
    protected static $table;
    
    static function getTable(){
        if(!static::$table){
            // ClassName in plural to match to the table Name
            return strtolower(static::class . 's');
        }
        return static::$table;
    }
}

class Information extends Model {
    static $table = 'infos'; // Overrides ClassName + s
}

class Service extends Model {
}

class Categorie extends Model {
}

print(Service::getTable() . "\n"); // services
print(Information::getTable() . "\n"); // infos
print(Categorie::getTable() . "\n"); // categories
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Stephane Zundel

79725744

Date: 2025-08-05 07:35:21
Score: 2
Natty:
Report link

I'm using modules too and to my understanding when importing a rule and changing an element of it you are overwritting it.

So you cannot just edit one part of it, its all or nothing.

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

79725731

Date: 2025-08-05 07:23:19
Score: 2
Natty:
Report link

x.prefix = output of "hg paths default"

x.username = USERNAME

x.password = PASSWORD

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

79725722

Date: 2025-08-05 07:16:17
Score: 2
Natty:
Report link

if you are asking if the memory space is in order then yes , it will be in contiguous memory and the elements will be accessible if you know the size of an element . example if the vector is of int type and you want the element then multiply the index with the 4 bytes (int) and added it to the base address and you will find the element.

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

79725718

Date: 2025-08-05 07:11:16
Score: 1
Natty:
Report link

I think QARetrievalChain and GraphCypherChain both output runnable classes that aren't directly compatible with standard LLM Chain nodes in Flowise.

Possible Solution

Try using a Custom Function node to merge the outputs from both RAG flows:

  1. Create a Custom Function node that accepts both runnable outputs

  2. Extract the actual response data from each runnable class using their respective methods (like .invoke() or .run())

  3. Combine the responses in your custom logic

  4. Pass the merged result to an LLM Chain node for final response generation

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

79725710

Date: 2025-08-05 07:02:13
Score: 1.5
Natty:
Report link

You should add the user and database option for the command pg_isready.

pg_isready -U myUser -d myDb

see the following post

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Frédéric Mura

79725705

Date: 2025-08-05 06:57:12
Score: 1
Natty:
Report link

The suggested solutions wouldn't work for me but this does

$('#grid').data("kendoGrid").cancelChanges();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Jo G

79725697

Date: 2025-08-05 06:44:09
Score: 0.5
Natty:
Report link

Maybe update libheif to a newer version.(I am using homebrew to do so on MacOS).

I am having this issue while installing another python library with pi-heif as its dependency on MacOS. Same error about error: call to undeclared function 'heif_image_handle_get_preferred_decoding_colorspace'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration].

There was a 1.16.2version of libheif installed on my computer but the latest version available on homebrew as for now(2025-08-05) is 1.20.1.

I just reinstall the latest version of libheif and it's all right now.

Reasons:
  • RegEx Blacklisted phrase (1): Same error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: zhangzhen

79725677

Date: 2025-08-05 06:18:03
Score: 2
Natty:
Report link

In these compilers, the use of the -O (or potentially -O2, -Os, -Oz, or others, depending on use-case) compile option can be used to collapse identical switch statements.

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

79725673

Date: 2025-08-05 06:15:02
Score: 0.5
Natty:
Report link

I had the same issue after updating express from version 4 to 5.1.0 while uploading files. I had to update body-parser to the latest version (2.2.0).

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Polieter

79725672

Date: 2025-08-05 06:14:02
Score: 3
Natty:
Report link

As pre bitbucket official document there is a storage limit as well as expiry due also https://support.atlassian.com/bitbucket-cloud/docs/use-artifacts-in-steps/ so if you need more then that use your own storage as amazon s3.

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

79725671

Date: 2025-08-05 06:13:01
Score: 2.5
Natty:
Report link

A combination of flutter_background_service and flutter_local_notifications will work.

Using this enables you to set custom time intervals.

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

79725661

Date: 2025-08-05 06:05:59
Score: 1
Natty:
Report link

i was also facing this issue for the past 2 months. atlast we changed to https .

today too when i checked issue still there but i tried many steps and,
Fixed the issue now.
steps.
remove your existing http request checking code in info.plist
add this

<key>NSAppTransportSecurity</key>
<dict>
     <key>NSExceptionDomains</key>
     <dict>
         <key>NSExceptionAllowsInsecureHTTPLoads</key>
         <true/>
     <key>localhost</key>
     <dict>
         <key>NSExceptionAllowsInsecureHTTPLoads</key>
         <true/>
     </dict>
     </dict>
     <key>NSAllowsArbitraryLoads</key>
     <true/>
</dict>

then Xcode -> product -> Clean Build folder
then run the app in your iOS device.

Now we can run your http urls in your ios as you needed .

Reasons:
  • Blacklisted phrase (1): also facing this
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Govind29

79725651

Date: 2025-08-05 05:55:57
Score: 2.5
Natty:
Report link

Have you tried this?

[views]="['day', 'week', 'workWeek', 'month']"

//You can set it as the default.
currentView="workWeek"
Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Y.Burak

79725650

Date: 2025-08-05 05:53:56
Score: 1.5
Natty:
Report link

I've chanced upon a similar issue and I'd like to extend the problem described above hoping to find some enlightenment.

In the same website linked above, there is a checkbox option (or a form input) for "Also find historicised data" to obtain a full history of the dataset. Upon inspection of the html element and checking out the codes above, this leads to a POST to https://www.bundesanzeiger.de/pub/en/nlp?0-1.-nlp\~filter\~form\~panel-form with a payload of form inputs.

payload = {
        "fulltext": None,
        "positionsinhaber": None,
        "ermittent": None,
        "isin": None,
        "positionVon": None,
        "positionBis": None,
        "datumVon": None,
        "datumBis": None,
        "isHistorical": "true",
        "nlp-search-button": "Search net short positions"
    }

Below, I'm using a modified version of Andre's code to POST with isHistorical=true, followed by doing a GET of the original download link does seems to only return the default result (i.e. the non-historised dataset). I'm not too sure if there is something i might be missing here and would appreciate someone to take a look at this. Thanks!

import requests 

def net_short_positions():
    url = "https://www.bundesanzeiger.de/pub/en/nlp?0--top~csv~form~panel-form-csv~resource~link"

    headers = {
        "User-Agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0",
        "Referer": "https://www.bundesanzeiger.de/",
    }

    payload = {
        "fulltext": None,
        "positionsinhaber": None,
        "ermittent": None,
        "isin": None,
        "positionVon": None,
        "positionBis": None,
        "datumVon": None,
        "datumBis": None,
        "isHistorical": "true",
        "nlp-search-button": "Search net short positions"
    }

    with requests.session() as s:
        s.headers.update(headers)
        s.get("https://www.bundesanzeiger.de/pub/en/nlp?0")
        s.post("https://www.bundesanzeiger.de/pub/en/nlp?0-1.-nlp~filter~form~panel-form", data=payload, headers=headers, allow_redirects=False)
    return s.get(url).content
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): would appreciate
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fertil1zer

79725648

Date: 2025-08-05 05:50:55
Score: 4.5
Natty:
Report link

descargar magis tv es una plataforma innovadora que ofrece acceso a una amplia variedad de canales de televisión en vivo, series, películas y contenido premium, todo desde una sola aplicación. Ideal para usuarios que buscan entretenimiento sin límites, MagisTV garantiza calidad, estabilidad y una experiencia de usuario intuitiva. Optimizada para buscadores y asistentes virtuales, esta solución se adapta perfectamente a diferentes regiones y dispositivos, posicionándose como una de las mejores opciones en el mercado del streaming digital.

Reasons:
  • Blacklisted phrase (3): solución
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vedu apk Indian

79725642

Date: 2025-08-05 05:41:53
Score: 1.5
Natty:
Report link

add this two line after plt.close()

from IPython.display import HTML
HTML(ani.to_html5_video())
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: colossus

79725639

Date: 2025-08-05 05:34:51
Score: 2.5
Natty:
Report link

After the question was asked, VS Code got many commits & Versions. Then some answers become unusable.

The Job:
My default browser is Edge, and I want to set "Chrome as the default browser for VS Code".

Current VS Code date is 2025-07-29
enter image description here

Go To File>Preferences>Settings

enter image description here

Then for the User go to Workbench>Scroll down and find External Browser

enter image description here

If you want to set different browser for a Workspace then select WorkSpace tab and Workbench group> scroll down and find External Browser

enter image description here

enter image description here

You can restart VS Code to check

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Fevzi Kartal

79725629

Date: 2025-08-05 05:22:49
Score: 1
Natty:
Report link

Even though they’re in the same region, by default their communication will still be done through the public internet which may result in higher latency and data transfer fees.

To avoid these inconveniences you need to enable traffic to use private IPs over AWS internal network by setting up VPC Peering.

You can learn how to enable VPC Peering in the official documentation: https://redis.io/docs/latest/operate/rc/security/vpc-peering/

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Raphael De Lio

79725624

Date: 2025-08-05 05:14:47
Score: 0.5
Natty:
Report link

Sorry, there is no backport. This was a deep change to the language grammar.

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

79725622

Date: 2025-08-05 05:13:47
Score: 1
Natty:
Report link
TypeError: crypto.hash is not a function

I was on Node.js v20, and the error persisted. After upgrading to v22, the error was resolved, and npm run dev worked as expected.

vite node.js vitejs crypto.hash vite dev server node-22

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

79725612

Date: 2025-08-05 04:57:44
Score: 0.5
Natty:
Report link

I’m the developer of Transcribe Audio to Text Chrome extension that performs audio-to-text transcription using Whisper AI. I’m currently working on an update where I experimented heavily with streaming transcription and different architectural setups

In my experience, achieving true real-time transcription using Whisper API is not really feasible at the moment — especially when you’re aiming for coherent, context-aware output. Whisper processes chunks holistically, and when forced into a pseudo-streaming mode (e.g., with very short segments), it loses context and the resulting transcription tends to be fragmented or semantically broken

After multiple experiments, I ended up implementing a slight delay between recording and transcription. Instead of true live streaming, I batch short audio chunks, then process them with Whisper. This delay is small enough to feel responsive, but large enough to preserve context and greatly improve output quality.

For mobile or React Native scenarios, you might consider this hybrid model: record short buffered segments, then send them asynchronously for transcription. It won’t be word-by-word real-time, but it offers a much better balance between speed and linguistic quality

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

79725608

Date: 2025-08-05 04:48:41
Score: 1
Natty:
Report link

I was running into this issue myself! What I ended up doing was to add the shared folder to the tailwind.config.js in the content setting. For instance, my config has this line

content: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html', '../shared/**/*.{js,jsx,ts,tsx}']

where all of my common components are in the shared folder/workspace.

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

79725601

Date: 2025-08-05 04:34:35
Score: 8.5
Natty:
Report link

Did you find how to solve it? I'm experiencing the same issue with SceneView on Android which uses 1.56 filament internally. Opened an issue in SceneView repo, but maybe its related to Filament.

https://github.com/SceneView/sceneview-android/issues/624#issue-3267444062

Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (3): Did you find
  • RegEx Blacklisted phrase (1.5): how to solve it?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find
  • Low reputation (1):
Posted by: Valentin Dashinsky

79725599

Date: 2025-08-05 04:33:34
Score: 4.5
Natty:
Report link

Thank you @ChristianStieber I had completely missed that I was using a constructor with parameters for the default constructor. :(

class A {
public:
    A() : obj(nullptr) {}
    A(int*& obj_) : obj(obj_) {}

protected:
    int* obj;
};

class B : public A {
public:
    B() : A() {}
    B(int*& obj_) : A(obj_) {}
};
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): :(
  • Has code block (-0.5):
  • User mentioned (1): @ChristianStieber
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: BalmyWinner

79725593

Date: 2025-08-05 04:19:30
Score: 1
Natty:
Report link

using Prettier

<!-- prettier-ignore -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<!-- prettier-ignore -->
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bikund Kumar

79725590

Date: 2025-08-05 04:05:27
Score: 2
Natty:
Report link

An SDK update during the npm start step got the recommended SDK version which fixed the process getting stuck in the Expo screen.

This method fixed my issue.

  1. Deleted node_modules folder and redid the npm install.

  2. Ran npm start

While running the npm start command was prompted for,

Expo Go 2.33.20 is recommended for SDK 53.0.0 (MePh is using null). Learn more: https://docs.expo.dev/get-started/expo-go/#sdk-versions. Install the recommended Expo Go version? ... yes

Uninstalling Expo Go from android device MePh.

Downloading the Expo Go app [================================================================] 100% 0.0s

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Filler text (0.5): ================================================================
  • Low reputation (1):
Posted by: pav

79725583

Date: 2025-08-05 03:55:26
Score: 1
Natty:
Report link

Copy dll to *.exe folder help fix issue.

reference, https://github.com/pyinstaller/pyinstaller/issues/4935

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

79725582

Date: 2025-08-05 03:55:26
Score: 3
Natty:
Report link

Figured it out, turns out adblockplus was blocking that particular div for some reason (maybe because it had a linkedin link?). Once I turned it off it shows as normal. Thank yall for your help on narrowing it down.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Stacklep1

79725575

Date: 2025-08-05 03:43:23
Score: 2.5
Natty:
Report link

not running the code below.

conn = pymysql.connect(host="XX.mysql.pythonanywhere-services.com", user="XX", password="Any", database="XX$MyDB")

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

79725571

Date: 2025-08-05 03:26:19
Score: 1.5
Natty:
Report link

Pinecone filters need to use comparison operators. For exact matches, use the $eq operator:

const filter = {
  info: { $eq: state.info }
};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ashish

79725564

Date: 2025-08-05 03:15:13
Score: 6
Natty:
Report link

met too, what should I do? I have installed pinentry-mac

Reasons:
  • Blacklisted phrase (2): what should I do
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Acaibird

79725563

Date: 2025-08-05 03:12:12
Score: 1.5
Natty:
Report link

Have you try FormatCurrency sample like this:

lstOutput.Items.Add("Net pay: " & FormatCurrency(txtNetPay, 2, True))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Glenn S

79725540

Date: 2025-08-05 02:18:01
Score: 0.5
Natty:
Report link

toml is Gradle version catalogs, see

In settings.gradle there is

repositories { 
    google()

it read dependency from Google Maven repository

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: yu yang Jian

79725530

Date: 2025-08-05 01:52:56
Score: 1
Natty:
Report link

The 8.0.19 runtime is already on NuGet, but it might take a little longer until it's fully picked up by GitHub Actions or your environment.
Just give it a bit more time – it should resolve itself shortly.

https://www.nuget.org/packages/Microsoft.NETCore.App.Runtime.win-x64/8.0.19

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

79725529

Date: 2025-08-05 01:52:56
Score: 3.5
Natty:
Report link

All Indian guys should be working at a 7/11 or a corner store!!!!

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: DXM is my favourite drug

79725528

Date: 2025-08-05 01:50:55
Score: 0.5
Natty:
Report link

example with source code you can see https://github.com/usermicrodevices/prod-flet
application supports all major operating systems: Linux, Windows, MacOS, iOS, Android. The graphical user interface is built on the principle of filling the customer's basket, but in reality it is a cash register software that performs all mathematical calculations of the POS terminal. Product search is possible in the mode of typing from the keyboard or scanning with a connected scanner. The mobile version also contains a built-in barcode and QR code scanner - so it is possible to use a phone or tablet as a data collection terminal. After synchronizing the directories with the server, the application can work autonomously. Synchronization of directories is configured in selected time intervals. Sending sales and order data to the server can also be delayed in case of network breaks and is configured in selected time intervals. Trading equipment can be integrated through device drivers. An example of connecting trade scales can be found in the open source project. Banking and fiscal equipment can also be integrated through the appropriate drivers from manufacturers. Entering balances to control stocks (inventory management) in a warehouse or retail outlet from the application is done through an order and in the server admin panel it is changed to the appropriate document type with the appropriate counterparty.

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

79725524

Date: 2025-08-05 01:36:52
Score: 3
Natty:
Report link

The advantage of OneHotEncoder is that it remembers which categories it was trained on. This is very important because once your model is in production, it should be fed exactly the same features as during training: no more no less.

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

79725522

Date: 2025-08-05 01:33:52
Score: 0.5
Natty:
Report link

I use python 3.10. HTTPError is no good. Use from urllib.error import URLError

from urllib.error import URLError
try:
    urlopen('http://url404.com')
except URLError as e:
    print(e.code)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex Fang

79725521

Date: 2025-08-05 01:32:51
Score: 4.5
Natty:
Report link

If I specify the target dns server it works, thanks to another AI bot

http://10.0.1.192:9115/probe?module=dns&target=8.8.8.8&debug=true

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user9099944

79725520

Date: 2025-08-05 01:31:51
Score: 2.5
Natty:
Report link

Check CSS for correct font-weight values and ensure the font variant is loaded—just like optimizing Roblox APK for best visuals!

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

79725513

Date: 2025-08-05 01:20:48
Score: 1
Natty:
Report link

Improve regex pattern gsub("\\s*\\([^)]*\\)", "", ...) it captures any text in parentheses regardless of content

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Coco Q.

79725508

Date: 2025-08-05 01:01:45
Score: 2.5
Natty:
Report link

Add the option .withoutEscapingSlashes to the JSONSerialization.

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

79725496

Date: 2025-08-05 00:35:36
Score: 7
Natty:
Report link

les dejo la solucion que me funciono a mi, espero sea de ayuda y de paso les dejo un link para que visiten mi pagina, saludo grande a todos (https://programacion365.com/):

el codigo de mi clase principal es el siguiente:

package com.example.spring_email; 

import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;

@SpringBootApplication
public class SpringEmailApplication {

    public static void main(String[] args) {
        SpringApplication.run(SpringEmailApplication.class, args);
    }

    @Bean
    CommandLineRunner runner(EmailService emailService) {
        return args -> {
            String destinatarios = "[email protected],[email protected]";
            String asunto = "Correo de prueba";
            String cuerpo = "<h1>Hola a todos</h1><p>Este es un mensaje para múltiples destinatarios.</p>";
            emailService.enviarCorreo(destinatarios, asunto, cuerpo);
        };
    }

}

creamos un controlador con el siguiente codigo:

package com.example.spring_email.controladores;

import com.example.spring_email.EmailService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;

@Controller
public class EmailController {

    @Autowired
    private EmailService emailService;

    @GetMapping("/formulario")
    public String mostrarFormulario() {
        return "email_form";
    }

    @PostMapping("/enviar")
    public String enviarCorreo(
            @RequestParam("destinatarios") String destinatarios,
            @RequestParam("asunto") String asunto,
            @RequestParam("cuerpo") String cuerpo,
            Model model) {

        try {
            emailService.enviarCorreo(destinatarios, asunto, cuerpo);
            model.addAttribute("mensaje", "Correo enviado exitosamente.");
        } catch (Exception e) {
            model.addAttribute("mensaje", "Error al enviar el correo: " + e.getMessage());
        }

        return "email_form";
    }
}

tambien creamos un servicio:

package com.example.spring_email;

import jakarta.mail.internet.MimeMessage;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.ClassPathResource;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.mail.javamail.MimeMessageHelper;
import org.springframework.stereotype.Service;

@Service
public class EmailService {

    @Autowired
    private JavaMailSender mailSender;

    public void enviarCorreo(String destinatarios, String asunto, String mensajeHtml) throws Exception {
        MimeMessage mensaje = mailSender.createMimeMessage();
        MimeMessageHelper helper = new MimeMessageHelper(mensaje, true);

        String[] destinatariosArray = destinatarios.split("[;,]");
        helper.setTo(destinatariosArray);
        helper.setSubject(asunto);

        // Agregar contenido HTML con firma
        String htmlConFirma = mensajeHtml +
                "<br><br><img src='cid:firmaImagen' alt='Firma' width='200'/>";

        helper.setText(htmlConFirma, true);

        // Cargar imagen desde resources
        ClassPathResource imagen = new ClassPathResource("static/images/logo.png");
        helper.addInline("firmaImagen", imagen);

        mailSender.send(mensaje);
    }
}












y por ultimo creamos el formulario de envio en html:

<!DOCTYPE html>
<html xmlns:th="http://www.thymeleaf.org">
<head>
    <title>Enviar Correo</title>
    <meta charset="UTF-8">
</head>
<body>
<h1>Enviar correo a múltiples destinatarios</h1>

<form th:action="@{/enviar}" method="post">
    <label>Destinatarios (separados por coma):</label><br>
    <input type="text" name="destinatarios" style="width: 400px;" required><br><br>

    <label>Asunto:</label><br>
    <input type="text" name="asunto" style="width: 400px;" required><br><br>

    <label>Cuerpo del mensaje:</label><br>
    <textarea name="cuerpo" rows="10" cols="50" required></textarea><br><br>

    <button type="submit">Enviar</button>
</form>

<p th:text="${mensaje}" style="color: green;"></p>
</body>
</html>





Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (2): espero
  • Blacklisted phrase (2.5): solucion
  • Contains signature (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: programacion365.com

79725494

Date: 2025-08-05 00:32:36
Score: 2.5
Natty:
Report link

@AdamNagy When I enable the largeModelExperienceBeta: true setting or disable the Large Model Environment, I encounter the following error in the console:

Consolidation failed. TypeError: event.model.getData is not a function
    at MultipleModelUtil.js:143:85
    at Array.findIndex (<anonymous>)
    at cP.progressUpdated (MultipleModelUtil.js:143:43)
    at cP.dispatchEvent (EventDispatcher.js:154:41)
    at DT.signalProgress (Viewer3DImpl.js:3033:18)
    at gS.removeJob (RenderModel.js:234:40)
    at RenderModel.js:1331:25
    at <anonymous>
    at async lE.onGeomLoadDone (OtgLoader.js:1400:55)

Due to this error, I suspect that the 'Large Model Experience' setting may not be properly applied.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @AdamNagy
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: astromelon

79725485

Date: 2025-08-05 00:13:32
Score: 1
Natty:
Report link

I searched and finally found a similar post:

Debug a Python C/C++ Pybind11 extension in VSCode [Linux]

"Upon reaching your binded code in Python, you may have to click manually in the call stack (in the debug panel on the left) to actually switch into the C++ code."

From the above description, it seems that we need to click the call stack to switch to C++ code manually. So what I encountered is normal.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Ringo

79725478

Date: 2025-08-04 23:55:28
Score: 0.5
Natty:
Report link

It seems you are giving a tuple as a parameter and the function is expecting key word arguments.

You can try something like the following unpacking the values.

params = {
    '0': 'bitcoin',
    '1': 115251,
    '2': '2025-08-04T18:30:40.926246+00:00',
    '3': 'Monday'
}

conn.run(INSERT_SQL, **params)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ale Sosa

79725477

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

You can check this library: https://pypi.org/project/sklearn-migrator/

It is very useful to migrate models of scikit learn

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alberto Valdés

79725475

Date: 2025-08-04 23:49:26
Score: 1
Natty:
Report link

Changing the package to main.java did the trick.

In the java class that is:

package main.java;

Whether the import statement is updated or not doesn't matter, both work:

(:import [main ModelLoader])

and

(:import [main.java ModelLoader])

Why? I wouldn't mind a more in in-depth explanation myself.

Now with a working package the class visibility pointed to by @Eugene actually makes a difference: the class needs to be public. Otherwise the same error persists.

Reasons:
  • Blacklisted phrase (0.5): Why?
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Eugene
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: user1785730

79725461

Date: 2025-08-04 23:14:20
Score: 2.5
Natty:
Report link

I would update all the second jump things (ex. Increase y Movement, change move time) to try to make it look better. I would also consider making a small fall before the second jump

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

79725433

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

گاهی یه هدیه، می‌تونه پناهِ لحظه‌های سخت باشه؛
اما از اون مهم‌تر، فکریه که پشت اون هدیه بوده.

این کوچولوی ناز، یادآور مهربونی کسیه که خوب می‌دونه "آرامش" یعنی چی...
و مهم‌تر از اون، می‌دونه آرامش واسه "نوشین"، تو همین لحظه‌های بی‌ادعا و ساده‌ست؛ نه پرزرق‌وبرق، نه شلوغ...

خیلی خوشحالم که هنوز این حس درونم زنده‌ست؛ که می‌تونم با همین سادگی پرمعنا، بی‌نهایت لذت ببرم و ذوق کنم. 🤍

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: user31211847

79725431

Date: 2025-08-04 22:16:07
Score: 1
Natty:
Report link

If you want to display just html, css, images just use any templating lang like ejs, pug and if just want the user to download them when visit just add them to archive you can simply use something like JSZip any other lib to make you archive then add required headers like content-disposition and others to make user download it

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

79725430

Date: 2025-08-04 22:14:02
Score: 8.5
Natty:
Report link

I have similar issue. Entities not known. The trick is that HA does not recognize those 'switch' entities. It works perfectly via node-red though.

I was wondering if you have the same ADVANCED settings inside VirCOM

enter image description here

Reasons:
  • Blacklisted phrase (1): I have similar
  • Blacklisted phrase (1): enter image description here
  • Blacklisted phrase (2): was wondering
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have similar issue
  • Low reputation (1):
Posted by: Karol

79725424

Date: 2025-08-04 22:04:00
Score: 1.5
Natty:
Report link

one day! i just dont want to have nooooo problems at all. spent 2 hours on this shyte and still no solution whats wrong with Windows 11 and all of that java nonse! i just want to turn my pc off, get on my bike and go to somewhere on a mountain and live there in piece!!! fed up with all this tech jargons i really did.
enter image description here

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