79723807

Date: 2025-08-03 06:21:14
Score: 0.5
Natty:
Report link

For preventing freezing ui, you can follow the following workarounds: By add features like width & height as: window.open(url,target,'width=200,height=200'); And also, pay attention how to call the window.open, it must be triggered by an click event, for example, otherwise, it might be blocked.

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

79723804

Date: 2025-08-03 06:11:12
Score: 1.5
Natty:
Report link
//set on current day   sCurrentDay := FormatDateTime('dddd',Now);
  //fetch on a timer
  sFormattedDate := FormatDateTime('dddd',Now);//

  if not (sCurrentDay = sFormattedDate) then
    lblTodayTomorrow.Caption := 'It is Tomorrow!'
  else
    lblTodayTomorrow.Caption := 'It is still today.';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: delphiguru

79723797

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

The problem could be that the file is not encoded in UTF 8, e.g., in UTF 16-LE instead of UTF 8. Try to change the encoding, e.g., by Windows Notepad Save As

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

79723793

Date: 2025-08-03 05:41:07
Score: 3
Natty:
Report link

in tasks scheduler on the general tab change user or grouips to a admin account and when prompted enter its password

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

79723792

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

There’s no native pgvector support in DataNucleus currently.

This avoids complex adapter work and keeps your model clean.

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

79723776

Date: 2025-08-03 04:44:56
Score: 1
Natty:
Report link

Ctrl + Alt + Up arrow also works like Ctrl + F2.

I'm using Visual Studio 2022. Not sure if it works in previous vesions.

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

79723774

Date: 2025-08-03 04:40:56
Score: 2
Natty:
Report link

can u try adding below parameter when writing the dataframe to bigquery.

.option("allowFieldAddition", "True")

allowFieldAdditionAdds the ALLOW_FIELD_ADDITION SchemaUpdateOption to the BigQuery LoadJob. Allowed values are true and false.(Optional. Default to false).Supported only by the `INDIRECT` write method.

Is it possible to share the bigquery table schema or any small working example to demonstrate the issue?

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): can u
  • High reputation (-1):
Posted by: vikrant rana

79723772

Date: 2025-08-03 04:32:54
Score: 1.5
Natty:
Report link

Default Ignorables are for if the renderer doesn't know what to do with the character. If this is the case, usually, we should render a tofu. However, if it is a Default Ignorable, we should instead ignore it. If we do know what to do with the character (e.g.: if you were to implement soft hyphen support), it being a Default Ignorable doesn't matter.

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

79723769

Date: 2025-08-03 04:26:53
Score: 3.5
Natty:
Report link

I know alot of people are into both coding and copying and such

In my case I have a mirror website and the information is in file manager via cpanel

Mirror, mirrorsearch and a folder with the other website, I lack the other folders

If you know what I'm looking for, give me all the 5 folders buybestlinks.com

Would be grateful!

Reasons:
  • RegEx Blacklisted phrase (2): Would be grateful
  • No code block (0.5):
  • Low reputation (1):
Posted by: Steven Baldwin

79723768

Date: 2025-08-03 04:24:53
Score: 2
Natty:
Report link

1. Open GitHub Desktop.

2. Open **File > Clone Repository > URL**.

3. Enter the HTTPS clone URL of your Bitbucket repository. Such as: https://bitbucket.org/company/example/

4. When prompted for authentication, enter your Bitbucket credentials to the browser.

5. Click OK to clone the repository.

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

79723767

Date: 2025-08-03 04:20:51
Score: 2.5
Natty:
Report link

Check in you dataset :-

  1. Missing values not imputed properly.

  2. Division by zero earlier in your pipeline.

  3. Data containing inf or -inf.

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

79723766

Date: 2025-08-03 04:17:50
Score: 8.5
Natty: 7.5
Report link

https://drive.google.com/file/d/1FQyxM1RK_Up0lIXCIOkvsr9lvG_VJuqi/vi

ew?usp=drivesdk

Can someone help me with that

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can someone help me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: nihad khalil

79723764

Date: 2025-08-03 03:55:46
Score: 1.5
Natty:
Report link

I've had a lot of trail and error with this as I started my application in Builder 6 and have been steadily porting the source to newer versions of C++ Builder and as of late, I have been having this large PDF issue.

I have managed to get a single page down from 3MB to 200kb and still working on finding the best settings. But this is what I have done.

On frxPDFExport:

Compressed = true

PDFStandard = psPDFA_1a

PDFVersion = pv14

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Stefan de Beer

79723762

Date: 2025-08-03 03:45:44
Score: 1
Natty:
Report link
open module mymodule {
    requires ALL-UNNAMED;
    requires java.desktop;
    requires java.logging;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Erin

79723761

Date: 2025-08-03 03:40:42
Score: 6.5
Natty: 6
Report link

Then last P would be for "PLUS" ?

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

79723760

Date: 2025-08-03 03:39:42
Score: 2
Natty:
Report link

My suggestion is to take away the authorization check outside of the exampleService, so the function getAllByProject() by examService will only take one argument, which is the project object (like the name).

This is only my personal opinion, and there might be a better approach for this.

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

79723757

Date: 2025-08-03 03:29:40
Score: 2.5
Natty:
Report link

pkg install git python python-pip

# 1. Clone โปรเจกต์

git clone https://github.com/Thanwisut/Spam.git

cd Spam

# 2. ติดตั้ง dependencies

pip install -r requirements.txt

# 3. ใช้งาน

python main.py

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

79723754

Date: 2025-08-03 02:58:31
Score: 7.5
Natty:
Report link

Been hearing alot about both downloading and copying and then some

I have a mirror website, some time ago my website was hacked, I discovered the folders in file manager via cpanel were gone

Have tried from memory the best I could do is mirror mirrorsearch and the other website

There's about 5 folders, I lack the rest

If you can help me out here buybestlinks.com

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): you can help me
  • RegEx Blacklisted phrase (2): help me out
  • No code block (0.5):
  • Low reputation (1):
Posted by: Steven Baldwin

79723752

Date: 2025-08-03 02:52:29
Score: 1
Natty:
Report link

In my case I solved the problem by upgrading Bitvise to the version recommended by the tool itself.

Go to the about tab, and under updates, open review updates.

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Elba_neado78

79723733

Date: 2025-08-03 01:44:17
Score: 3.5
Natty:
Report link

I thought I had solved this problem by backing up files from OneDrive to SD card however it stopped working again.

I know this might sound odd however why does this not work and more importantly why has W3 not done something about this? This is Goggle blocking the standard from working.

I can run these files in Chrome from my OneDrive on my pc so what is different about android chrome that this does not work?

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

79723730

Date: 2025-08-03 01:22:13
Score: 3
Natty:
Report link

for guided tours in compose you can use this library https://github.com/AntonioHReyes/TourCompose that offers a lot of configurations

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

79723728

Date: 2025-08-03 01:20:13
Score: 2.5
Natty:
Report link

Try to downgrade your numpy version to 1.26.4

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Coco Q.

79723716

Date: 2025-08-03 00:12:00
Score: 2
Natty:
Report link

an important discovery for me was that the docs were not loading but i did not see that the /openapi.json endpoint was hit in my logs. turns out i had another service running on this port.

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

79723714

Date: 2025-08-03 00:03:59
Score: 0.5
Natty:
Report link

You can align the content of the table by wrapping the content within the TableCell with a Container and then setting the appropriate Alignment.

A simple table would be as below:

enter image description here

Table(
    border: TableBorder.all(), // Show the border to see alignment better
    children: [
      TableRow(children: [
        TableCell(
          child: Container(
            alignment: Alignment.centerRight,
            child: Text("data1"),
          ),
        ),
        TableCell(
          child: Container(
            alignment: Alignment.centerLeft,
            child: Text("data2"),
          ),
        ),
        TableCell(
          child: Container(
            alignment: Alignment.center,
            child: Text("data3"),
          ),
        )
      ])
    ],
  ),
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Imaduddin

79723711

Date: 2025-08-02 23:47:56
Score: 1.5
Natty:
Report link

any possibility of adding a up vector to this function?

also here's my THREE js interpretation with NaN protection

function rotLookAt(dir, obj)
{
    let x = new THREE.Vector3(1,0,0);
    let y = new THREE.Vector3(0,1,0);
    let z = new THREE.Vector3(0,0,1);
    
// Checks if we are about to divide by zero
    if(dir.length() == 0)
    {
        console.log("dir equal zero dummy :(")
        return obj.rotation;
    }
    
    let phi1 = dir.dot(x)/dir.length();
    let phi2 = dir.dot(y)/dir.length();
    let phi3 = dir.dot(z)/dir.length();
    
    let zAngle = Math.atan(phi2/phi1);
    let yAngle = Math.atan2(phi3, phi1);
    let xAngle = Math.atan(phi2/phi3);
    
    return new THREE.Euler(zAngle, -yAngle, obj.rotation.x, "ZYX");
}
Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: perspective_shift

79723708

Date: 2025-08-02 23:29:52
Score: 3
Natty:
Report link

Mira, no hablo inglés, pero te comparto mi código. Así puedo gestionar múltiples conexiones de base de datos en FastAPI.
" Look, I don't speak English, but I'm sharing my code with you. This way I can handle multiple connections of db in FastAPI. "

Puede utilizar la sesión de forma aislada con session_control, como una dependencia utilizando get_session y globalmente utilizando get_ctx_session.
" You can use the session in isolation with session_control, as a dependency using get_session, and globally using get_ctx_session. "

Soy programador junior, así que estoy abierto a correcciones.
" I'm a junior programmer, so I'm open to corrections. "

# core/database/connection.py
from collections.abc import AsyncGenerator
from contextlib import asynccontextmanager
from contextvars import ContextVar
from typing import Annotated

from fastapi import Depends
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine

from core.configs.settings import settings


class DatabaseManager:
    _instances: dict[str, 'DatabaseManager'] = {}

    def __new__(cls, url: str):
        if url not in cls._instances:
            inst = super().__new__(cls)
            inst._init(url)
            cls._instances[url] = inst
        return cls._instances[url]

    def _init(self, url: str):
        self._engine = create_async_engine(url, future=True)
        self._maker = async_sessionmaker(self._engine, expire_on_commit=False)
        self._context_session: ContextVar[AsyncSession | None] = ContextVar('session', default=None)

    # * Creates a session with greater control, with automatic commit and rollback.
    # * Usage: async with DB.session_control() as session:
    @asynccontextmanager
    async def session_control(self) -> AsyncGenerator[AsyncSession]:
        async with self._maker() as session:
            token = self._context_session.set(session)
            try:
                yield session
                await session.commit()
            except Exception:
                await session.rollback()
                raise
            finally:
                self._context_session.reset(token)

    # * Creates a session based on session control, can be used as a FastAPI dependency
    async def get_session(self) -> AsyncGenerator[AsyncSession]:
        async with self.session_control() as session:
            yield session

    # * Creates a session based on session control, with a middleware and can be used globally 
    # # * Usage: session = db.get_ctx_session()
    def get_ctx_session(self) -> AsyncSession:
        session = self._context_session.get()
        if session is None:
            raise RuntimeError('No session found in context')
        return session

    async def connect(self):
        async with self._engine.begin() as conn:
            await conn.run_sync(lambda _: None)

    async def disconnect(self):
        await self._engine.dispose()


# ?: Instancia tus bases de datos con DatabaseManager
# * db = DatabaseManager(url_connection)

# todo: Instancias del Database Manager
DB_CORE = DatabaseManager(settings.DB_CORE)
SS_CORE = Annotated[AsyncSession, Depends(DB_CORE.get_session)]

# *: DB_OTHER = DatabaseManager(settings.DB_OTHER)
# *: SS_OTHER = Annotated[AsyncSession, Depends(DB_OTHER.get_session)]

# core/database/middlewares/ctx_session.py
from contextlib import AsyncExitStack
from starlette.middleware.base import BaseHTTPMiddleware
from starlette.requests import Request
from starlette.types import ASGIApp
from core.database.connection import DatabaseManager

# Lightweight middleware that opens and closes sessions for the lifecycle of a request
class DBSessionMiddleware(BaseHTTPMiddleware):
    def __init__(self, app: ASGIApp, db: DatabaseManager):
        super().__init__(app)
        self.db = db

    async def dispatch(self, request: Request, call_next):
        # Open session for this DB
        async with self.db.session_control():
            response = await call_next(request)
            return response

# Register middleware for db
app.add_middleware(DBSessionMiddleware, db=DB_CORE)
# app.add_middleware(DBSessionMiddleware, db=DB_OTHER)

--------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------

#?: Done, you can now use the databases in your services without any problems.

async def obtener_estado_usuario(id: UUID) -> EstadoUsuarioDB:  # noqa: B008
    session = DB_CORE.get_ctx_session()
    estado = (await session.execute(select(EstadoUsuarioDB).where(EstadoUsuarioDB.id == id))).scalar_one_or_none()
    return estado
Reasons:
  • Blacklisted phrase (2): código
  • Blacklisted phrase (2): estoy
  • Whitelisted phrase (-1.5): You can use
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Filler text (0.5): --------------------------------------------------------------------------------------------------------
  • Filler text (0): --------------------------------------------------------------------------------------------------------
  • Low reputation (1):
Posted by: Samuel Aguilar

79723702

Date: 2025-08-02 23:14:49
Score: 1.5
Natty:
Report link

In documentation https://docs.gitlab.com/ci/variables/predefined_variables/ :

CI_COMMIT_TAG Pre-pipeline The commit tag name. Available only in pipelines for tags.

Also https://docs.gitlab.com/ci/yaml/#rulesif

So, it seems to me this should do what you want.

rules:
  - if: $CI_COMMIT_TAG
    when: never
  - if: 'master' == $CI_COMMIT_BRANCH
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: imme

79723695

Date: 2025-08-02 22:48:45
Score: 1.5
Natty:
Report link

Perhaps you can do this with :targetmdn instead of with javascript?

section:not(:target) :not(:first-child) { display: none; }
<section id="parent1">
  <h1><a href="#parent1">Parent1</a></h1>
  <ul class="child">
    <li>
      Some content
    </li>
  </ul>
</section>
<section id="parent2">
  <h1><a href="#parent2">Parent2</a></h1>
  <ul class="child">
    <li>
      Some content
    </li>
  </ul>
</section>
<section id="parent3">
  <h1><a href="#parent3">Parent3</a></h1>
  <ul class="child">
    <li>
      Some content
    </li>
  </ul>
</section>

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: imme

79723694

Date: 2025-08-02 22:40:43
Score: 3
Natty:
Report link

ILI9488 breaks SPI standard. The SDO(MISO) line will only work with its ownself. Cannot be connected to touch SPI or SD SPI. ILI9488 manufacturer did a bad thing.

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

79723678

Date: 2025-08-02 22:13:38
Score: 2.5
Natty:
Report link

I know this is a very very late answer to this question but this is more for anyone else to Google this question. I suggest looking up team-moeller better access charts and better access pivot table. You can look up AEK GUIwithHTML and Access in the Company. They all show great ways to do what your asking.

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

79723674

Date: 2025-08-02 21:56:35
Score: 1
Natty:
Report link

I recently updated macOS to Sequoia 15.5 and got Xcode to 16.4. Live issues are now working again! I've been keeping up-to-date with macOS and Xcode since I posted this question and hadn't seen any change until now. I also recently did "brew update", "brew upgrade" and "pod update" in the terminal, but I doubt those are related.

Wish I could explain what exactly went wrong, but for now, it looks like getting updated resolves the issue:

Recommended steps:

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

79723664

Date: 2025-08-02 21:36:30
Score: 1
Natty:
Report link

As Sheng Chen mentionned:

  1. Open VS Code.

  2. Press Ctrl + , (or go to File > Preferences > Settings).

  3. In the search bar, type:

    java.maven.downloadSources

  4. Check the box (✅) to enable it.

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

79723660

Date: 2025-08-02 21:19:27
Score: 1.5
Natty:
Report link

I received help from @Peilonrayz, who was very helpful.

The fix for me was to go to the "regular" Windows PowerShell .exe and run

mkdir tmp; cd tmp; python -m venv venv; . venv/Scripts/Activate.ps1; pip install labelme; labelme --help

then

code venv/Lib/site-packages/labelme/__init__.py

which should open the __init__.py file in your editor. Add import onnxruntime at the very top of the file and run labelme in the PowerShell window and it should open the GUI.

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

79723655

Date: 2025-08-02 21:02:23
Score: 1
Natty:
Report link

I realise this question is quite old (2012!), but for anyone still looking for SVN-style changelists in Git, I've actually written a tool called git-cl that does exactly this.

Full disclosure: I'm the author, so take this with a grain of salt. But if you're missing SVN's changelist functionality, git-cl lets you group files by intent before staging or committing:

git cl add feature-work file1.py file2.py
git cl add bug-fixes file3.py file4.py
git cl status  # Shows files grouped by changelist
git cl commit feature-work -m "Implement new feature"

Think of it as multiple named staging areas rather than Git's single staging area. Changelists are stored locally (not shared) and work alongside Git's normal workflow.

Might be worth a look if you're wrestling with organising multiple changes in your working directory.

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

79723649

Date: 2025-08-02 20:45:19
Score: 4
Natty:
Report link

You might be missing call to PyImport_AppendInittab(params) before initialization. Read more about it here https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html

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

79723643

Date: 2025-08-02 20:35:17
Score: 1
Natty:
Report link

ok, i made it working on my machine. and i will provide step by step guide. if it still does not works, then please let me know.

i use prisma 6.13.0 with new prisma typescrpt compiler. and also used prisma.config.ts

here is my prisma.schema main block. i used nextjs to test & did not generated src/ directory here.

generator client {
  provider = "prisma-client"
  output   = "../app/generated/prisma"
}

datasource db {
  provider = "postgresql"
  url      = env("DATABASE_URL")
}

here is my prisma.config.ts

import "dotenv/config";
import path from "node:path";
import type { PrismaConfig } from "prisma";

export default {
    schema: path.join("prisma", "schema.prisma"),
    migrations: {
        path: path.join("prisma", "migrations"),
    },
    views: {
        path: path.join("prisma", "views"),
    },
    typedSql: {
        path: path.join("prisma", "queries"),
    },
} satisfies PrismaConfig;

Please note that, when used prisma.config.ts, you need to install dotenv package by npm install dotenv . otherwise prisma won't be able to read database_url*
*
here look at my simple multi-schema.
prisma schema sub module image*
*
and then look at prisma.config.ts at schema block. since my prisma.schema was directly inside prisma/ i had it like this path.join("prisma", "schema.prisma")

i just noticed you had two prisma.schema which is a no-go. from official docs, they had only one prisma.schema.
so, first you need to update this duplicated prisma.schema.
have only one prisma.schema under schema/ and then

update prisma.config.ts schema block to path.join("prisma", "schema", "schema.prisma")

i hope this will be enough

here is the official docs . hope it helps.

Reasons:
  • Whitelisted phrase (-1): hope it helps
  • RegEx Blacklisted phrase (2.5): please let me know
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: nishat mazumder

79723638

Date: 2025-08-02 20:23:14
Score: 1
Natty:
Report link

I had a similar problem.

I was able to fix it by creating a managed identity for my app service and then going to ACR and in IAM assigning this app service identity theAcrPull role.

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

79723632

Date: 2025-08-02 20:18:13
Score: 4.5
Natty: 5.5
Report link

https://github.com/Nischalcs50/nsEVDx, use this package, may be this will be helpful.

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

79723630

Date: 2025-08-02 20:14:12
Score: 1
Natty:
Report link

function uuidv4() {
  return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c =>
    (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
  )
}
console.log(uuidv4())https://www.facebook.com/ku.ru.930795

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: اياد بشبش

79723629

Date: 2025-08-02 20:11:11
Score: 1
Natty:
Report link

This is actually possible. Adding an option to your ChromeOptions called --headless=new doesn't open the simulator and you can get information from it,

here is a program which prints out the About tag in the google home page.

from selenium import webdriver
from selenium.webdriver.common.by import By

options = webdriver.ChromeOptions()
options.add_experimental_option('detach', True)
options.add_argument("--headless=new"). # This tells selenium to hide the browser

driver = webdriver.Chrome(options=options)
driver.get('https://www.google.com')

about = driver.find_element(By.XPATH, '/html/body/div[2]/div[2]/a[1]')
print(about)

You can also use requests with BeautifulSoup.

Here is how to set everything up:

from bs4 import BeautifulSoup
import requests

# Extract Website HTML
response = requests.get('https://www.google.com')
html = response.text

# Create BeautifulSoup Object
soup = BeautifulSoup(html, 'html.parser')

Now, to search for tags there is four main ways,

soup.select('css-selector')  # Select all by css selector
soup.select_one('css-selector'). # Select one by css selector

and there is

soup.find(). 
soup.find_all()

You can add the attributes as a parameter and then the name as a value, for example, to get all tags with class being hello,

soup.find_all(class_='hello') # class_ since class exists already in python

or to get one tag with id 'link'

soup.find(id='link'). # Use find instead of find_all

Here is the BeautifulSoup docs:

https://www.crummy.com/software/BeautifulSoup/bs4/doc/

Also, look at this post:

How to run headless Chrome with Selenium in Python?

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

79723623

Date: 2025-08-02 19:54:06
Score: 6.5
Natty: 5
Report link

I have the same problem. I hope DevExpress responds to our problem.

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

79723617

Date: 2025-08-02 19:48:04
Score: 3.5
Natty:
Report link

Maybe this will help someone: it turned out the problem was caused by my phone’s memory being full. The error message was quite misleading!

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

79723610

Date: 2025-08-02 19:35:01
Score: 3
Natty:
Report link

If you tried and fixed everything and still doesn't work then just need to enter the url of the computer that is running the expo server and its port manually in the dev app.

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

79723608

Date: 2025-08-02 19:33:00
Score: 2
Natty:
Report link

Since Windows 7 reached the end of life in 2020 and it is a limitation of GDI+ on Windows 7, especially when rendering private fonts (PrivateFontCollection) at large sizes, you want to try maybe the alternative

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

79723598

Date: 2025-08-02 19:09:56
Score: 2
Natty:
Report link

I was also getting this king of issue when I use to type '/' as after typing '/' it was not including '\' , but if you will type '/**' then it will give '/** *\'

After the '/* * \' is written you can remove the '' from middle & the multi line comment '/* *\' will be added.

If this resolves your issue, so please upvote my answer.

Reasons:
  • Blacklisted phrase (0.5): upvote
  • No code block (0.5):
  • Low reputation (1):
Posted by: Samarth Chawla - Sam

79723597

Date: 2025-08-02 19:08:56
Score: 3.5
Natty:
Report link

the main thread may exit before the goroutines have a chance to run

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

79723595

Date: 2025-08-02 19:03:54
Score: 10.5
Natty: 6.5
Report link

@Srikanth Gopi Vivian, did you find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Srikanth
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Wolf Creek

79723594

Date: 2025-08-02 19:01:53
Score: 1.5
Natty:
Report link

This issue may be caused by the HTTP request to api/users/me being made too early, before the authentication cookies for API requests are fully set.

To resolve this issue, use a wait and UI update process, as in the sample code below, to have the system wait a while for the logged-in user to be marked as authenticated.

If the error persists, please share the ApiService and UserService codes so I can investigate further and provide further assistance.

@code {
    private bool _loaded = false;

    protected override async Task OnAfterRenderAsync(bool firstRender)
    {
        if (firstRender && !_loaded)
        {
            var authState = await AuthenticationStateProvider.GetAuthenticationStateAsync();
            var user = authState.User;

            if (user.Identity is not null && user.Identity.IsAuthenticated)
            {
                try
                {
                    await UserService.LoadCurrentUserAsync();
                    _loaded = true;
                    StateHasChanged(); // Update UI for get the changes
                }
                catch (Exception ex)
                {
                    await Console.Error.WriteLineAsync("Error with LoadCurrentUserAsync: " + ex.Message);
                }
            }
        }
    }
}
Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yusuf

79723592

Date: 2025-08-02 19:00:52
Score: 1.5
Natty:
Report link

You are probably looking at using a CustomScrollView with a series of Sliver widgets to accomplish what you're looking for.

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

79723587

Date: 2025-08-02 18:53:51
Score: 1.5
Natty:
Report link

Fact table must have any numeric measurement like spend 200 $ on shopping.

Factless fact table is a fact table with no numeric measurement facts. It contains only foreign keys referring to dimension table. It is used to track events, conditions or relationships where no direct measurement is available or needed.

e.g- Tracking student attendance events, Tracking student registration events

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

79723573

Date: 2025-08-02 18:33:46
Score: 4
Natty:
Report link

This is what happens when a negro is allowed to use a personal computer.

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

79723572

Date: 2025-08-02 18:32:45
Score: 3.5
Natty:
Report link

Solved. Turns out the fragment shader's uniform input texture's 4th chanel was zero by default, it made the image transperent.

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

79723566

Date: 2025-08-02 18:18:42
Score: 3.5
Natty:
Report link

use the jdaughter module instead

jfather, json and jholy spirit

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

79723565

Date: 2025-08-02 18:15:41
Score: 4.5
Natty:
Report link

Whoever upvoted upvote this too so i can participate in chat bb

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

79723563

Date: 2025-08-02 18:11:40
Score: 4
Natty:
Report link

I think you should use getPrescriptionId instead, for your schizophrenic meds before you write such shitty code again. Given your username I think you are of an inferior race so it doesn't matter?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Stalin

79723551

Date: 2025-08-02 17:55:36
Score: 3
Natty:
Report link

What you are doing wrong is using Python in C (unless we talking about discord.py, then its valid)

But if u still wanna shoot yourself in the leg, hint: PyImport_ImportModule and setuptools.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What you are
  • Low reputation (1):
Posted by: QT aint even cute bro

79723550

Date: 2025-08-02 17:52:36
Score: 3.5
Natty:
Report link

GUI is itself outdated. Nowadays standalone applications are basically webapps shoved into nerfed embedded browser.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: QT aint even cute bro

79723549

Date: 2025-08-02 17:50:35
Score: 1
Natty:
Report link

Vivado operate no just simple string, but things named "collection". To be honest, not only Xilinx use this terminology, its typical for FPGA/ASIC tools.

Collection means that when you get a result of command, like get_* , it will return not a simple list, but collection (which looks like a typical Tcl list or string), but in fact it will contains special "tag" relative to objects class (like ports, pins, bels, nets etc).

If you used get_* command and saved result into Tcl variable, this variable will also contains this "tag" and no reason to identify this objects again using get_* command.

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

79723548

Date: 2025-08-02 17:48:34
Score: 0.5
Natty:
Report link

For those using Expo, you should use getLocales() function:

const getDeviceLocale = () => {
    const locale = Localization.getLocales()[0]?.languageCode || 'en'
    return locale
}

It returns the prefered app languages in order from app settings on iOS.

Source: https://docs.expo.dev/versions/latest/sdk/localization/

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

79723545

Date: 2025-08-02 17:41:33
Score: 1.5
Natty:
Report link

To fix this issue, you should use FullCalendar version 6 or newer. The API has been updated, and many configuration options—such as editable, plugins, and events—are now passed directly to the <full-calendar> component. Ensure your implementation aligns with the new structure

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Sunny

79723539

Date: 2025-08-02 17:40:32
Score: 4
Natty:
Report link

I have a problem with this, that I can't find a solution yet. I have two modals on my code, one of them make this when it opens:

<body class="modal-open" id="page-top" style="padding-right: 15px; overflow: hidden;" data-bs-padding-right="15px" data-bs-overflow="hidden">

But, the other add only this when it opens:

<body class="modal-open" id="page-top" style="overflow: hidden; padding-right: 15px;">

The problem is, when it closes, the first version don't remove the overflow: hidden , and because this, the scroll bar stay hidden.

Very crazy, sorry for my comment about the problem, but it's a strange behaviour.

Reasons:
  • RegEx Blacklisted phrase (2): I can't find a solution
  • RegEx Blacklisted phrase (2): can't find a solution
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Vinicius Carlos

79723535

Date: 2025-08-02 17:36:31
Score: 1
Natty:
Report link

I fix the problem with that add to index.css or app.css and give a name to your theme variable. something like:

<div ClassName="dark:bg-amber-500">
@import "tailwindcss";
@custom-variant dark (&:where(.dark, .dark *));

if you want to read more you can read my solution

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

79723526

Date: 2025-08-02 17:23:28
Score: 1.5
Natty:
Report link

box-shadow shouldn't have commas

You should update your box-shadow like this:

box-shadow: 0px 0px 50px rgba(0,0,0,0.8);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ziad Fteha

79723525

Date: 2025-08-02 17:21:27
Score: 5
Natty:
Report link

Needed to add "*Friday*"

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

79723520

Date: 2025-08-02 17:08:25
Score: 1
Natty:
Report link

The transition from Xamarin.Forms to .NET MAUI included a move away from multiple projects in the solution (one shared project plus one project per-platform). .NET MAUI offers a single project to keep the code base more maintainable. It also provides a "Platforms" folder that can contain platform-specific code (see https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/invoke-platform-code?view=net-maui-9.0).

If you are looking to implement a "test" project for the purposes of implementing unit tests or other testing code, you can manually add a new project to your solution. You can then add your main project as a reference to the "test" project and all of the code in your main project will be available to create tests with.

This works well because it keeps your file structure cleaner, allows for implementing a unit test project, and keeps your main project smaller for the purposes of publishing the application.

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

79723512

Date: 2025-08-02 16:57:23
Score: 2
Natty:
Report link

This video provides a SwiftUI solution https://www.youtube.com/watch?v=dAt8qh4xi9I

(I understand SO wants code copy/pasted here. It's not my responsibility and I won't steal this video creator's traffic to help a PE-owned business. Someone else can do that if they like, or delete this working answer if they don't.)

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Blacklisted phrase (1): this video
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-2):
Posted by: aehlke

79723510

Date: 2025-08-02 16:52:22
Score: 1
Natty:
Report link

Sometimes, this problem is caused by issues in the pubspec.lock file after a merge. I usually solve it by:

This will recreate the file correctly and should resolve the issue.

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

79723509

Date: 2025-08-02 16:52:22
Score: 1.5
Natty:
Report link

The list of endpoints in 'shouldNotFilter' is incomplete and does not perfectly match the configuration in 'SecurityConfig'. For instance, it is missing paths like '/configuration/security', which are required for Swagger UI to function correctly. When a request for such a path is made, 'shouldNotFilter' returns 'false', causing your filter to run. Since the request to a Swagger endpoint does not contain an authentication token, your filter does nothing to the security context. However, the request is then processed by Spring Security's filter chain, which ultimately denies access because it's treated as an unauthenticated request to a protected resource, triggering your 'firebaseAuthenticationEntryPoint'.

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

79723507

Date: 2025-08-02 16:49:21
Score: 2.5
Natty:
Report link

enter image description here

enter image description here

Hope this helps. Sorry those are images but Stack seems to be new and improved and when you paste text it requires that you make them into images, cooperating w a popup they pop.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: pdschuller

79723501

Date: 2025-08-02 16:35:18
Score: 1.5
Natty:
Report link

from zipfile import ZipFile
import shutil

# مسار الصورة الأصلية
image_path = "/mnt/data/A_colored_version_of_the_image_showing_the_woman_i.png"
# اسم الملف المضغوط
zip_path = "/mnt/data/colored_image.zip"

# إنشاء ملف ZIP يحتوي على الصورة
with ZipFile(zip_path, 'w') as zipf:
zipf.write(image_path, arcname="colored_image.png")

zip_path

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

79723499

Date: 2025-08-02 16:24:14
Score: 0.5
Natty:
Report link

Use credentials: 'include' when calling your API:

fetch('http://localhost:8080/api/comment/edit', {

method: 'POST',

headers: {

'Content-Type': 'application/json'

},

credentials: 'include', // REQUIRED for HttpSession

body: JSON.stringify({

commentId: 1,

isPublished: true

Fix on Backend (Spring Boot)

Your current config uses setAllowCredentials(true), which is correct, but you cannot use "*" for origins when credentials are allowed. You must specify the exact origin of your frontend.

Here’s a working global CORS configuration:

@Configuration

public class CorsConfig {

@Bean

public CorsFilter corsFilter() {

    CorsConfiguration config = new CorsConfiguration();

    config.setAllowCredentials(true);

    config.addAllowedOrigin("http://localhost:5173"); // React dev server

    config.addAllowedHeader("\*");

    config.addAllowedMethod("\*"); // GET, POST, PUT, DELETE, OPTIONS

    UrlBasedCorsConfigurationSource source = new UrlBasedCorsConfigurationSource();

    source.registerCorsConfiguration("/\*\*", config);

    return new CorsFilter(so

urce);

}

}

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

79723491

Date: 2025-08-02 16:09:11
Score: 1
Natty:
Report link

Are primary keys and foreign keys just a unique id?

Primary keys act as a unique identifier for a tuple, yes. Foreign keys are not. A foreign key is simply a reference to another tuple in another table. However, since multiple tuples can have a foreign key that points to the same tuple, it is not unique.

Why not just call them unique ids?

Because there are multiple kinds of keys, and primary keys are just one type. Calling them a unique ID would be extraneous vocabulary. Furthermore, nothing is stopping another candidate key from also having a unique ID (e.x. a table that has User ID as a primary key, but also has SSN), so that would lead to confusion.

because calling them "primary keys" or "foreign keys" sounds odd to me

They might now, but once you understand the concepts behind these and how they differ from UUIDs and other similar terms, you'll understand why they are called that.

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

79723489

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

A primary key is a unique identifier for each record in a table. However, another table can reference that primary key and when it does, we call it a foreign key. This creates a relationship between the two tables.

Multiple records in the referencing table can point to the same foreign key value , so while a primary key must be unique, a foreign key doesn’t have to be. In other words, a foreign key is not unique because it can appear many times, but it always points to a unique primary key in another table.

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

79723481

Date: 2025-08-02 15:57:09
Score: 2
Natty:
Report link

Check if you have set the environment variable before running your application.

setenv('PATH',[getenv('PATH') ';' fullfile(matlabroot,'sys','FastDDS','win64','bin')])

There are some libs inside this folder you should have.

Honestly, I had much more success with RTI’s implementation in DDS Blockset.

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

79723480

Date: 2025-08-02 15:57:09
Score: 1
Natty:
Report link

You should install Flask-Mail in activated virtual environement:

C:\Flask_project> & C:/Flask_project/venv/Scripts/Activate.ps1

and then install by:

(venv) PS C:\Flask_project> pip install Flask-Mail

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

79723473

Date: 2025-08-02 15:43:06
Score: 1
Natty:
Report link

After some trial and error I determined that this error was caused by the @sentry/nextjs package. The error no longer occurred once I removed sentry from the project. I don't know why it caused an issue. Who needs observability anyway :D

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Lucas Amos

79723461

Date: 2025-08-02 15:29:04
Score: 2.5
Natty:
Report link

For anyone looking in future, @IvanShatsky's answer above solved it. Disable PrivateTmp and it works


sudo bash -c "cat > /etc/systemd/system/nginx.service.d/override.conf" <<EOF
[Service]
PrivateTmp=false
EOF
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @IvanShatsky's
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Mr Confused

79723454

Date: 2025-08-02 15:16:01
Score: 0.5
Natty:
Report link

IMHO setting the requireForce via environment variable does not make sense.
I want to have it active ALWAYS.
So that the application will never drop my database unless I actively set force=true.

As Spring Boot unfortunately does not support the requireForce parameter, I set it like so:

@SpringBootApplication
public class MyApplication {
  public static void main(String[] args) {
    System.setProperty("liquibase.command.dropAll.requireForce", "true");
    SpringApplication.run(MyApplication.class, args);
  }
}

Then in my run configuration for my dev environment I can add -Dliquibase.command.dropAll.force=true.

This way, when I have spring.liquibase.drop-first=true in my properties in my production environment, my application startup will ALWAYS fail instead of dropping my production database.

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

79723438

Date: 2025-08-02 15:01:57
Score: 2
Natty:
Report link

As @Tilman Hausherr pointed out, you embed a subsetted Unicode font, but I think the font is subsetted correctly. You may share your PDF for examination.

I believe you see the wrong order of Arabic/Hebrew words and/or reversed order of symbols in those words. Is it what you mean by "garbled"?

PDFBox doesn't support RTL scripts, so in case of RTL you need to use a 3rd-party library for BIDI reordering. See a good discussion about this topic and the solution here: Writing Arabic with PDFBOX with correct characters presentation form without being separated

---

As for proper text displaying on MacOS:

The default value of text fields (/V value in the Text field dictionary) is constructed using explicit UTF_16BE encoding.

Text in the default appearance stream is created by Unicode code points and the Java default character encoding.

You may compare the /V value in the field dictionary and the text inside the default appearance stream of the field (in angular brackets before the Tj operator).

So I guess you have different Java/System encodings on Windows and MacOS. Another thing I can think of is that a viewing PDF software on MacOS skips the Appearance Stream dictionaries of AcroForm (text) fields, but I very doubt about the latter one.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @pointed
  • Low reputation (1):
Posted by: Alexey Gagarinov

79723437

Date: 2025-08-02 15:00:57
Score: 3.5
Natty:
Report link

Here is a view that combines both the top-down calls, and bottom-up execution with the 'substitution' side by side.

enter image description here

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

79723435

Date: 2025-08-02 14:57:56
Score: 3.5
Natty:
Report link

kustomize build k8s | kubectl apply -k .

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

79723434

Date: 2025-08-02 14:56:55
Score: 5
Natty: 4.5
Report link

https://stackoverflow.com/users/6110557/rohitcoder

TQ for the INFO above. You save me fro continue being attacked by any.

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

79723433

Date: 2025-08-02 14:54:55
Score: 1.5
Natty:
Report link

Dim sString As String

Dim arrString

Dim i As Integer

List1.Clear

List1.AddItem "Orignal string"

sString = "aaaa; bbb; ccccc ; ddd"

List1.AddItem sString

arrString = Split(sString, ";")

List1.AddItem "Split string"

For i = 0 To UBound(arrString)

List1.AddItem Trim(arrString(i))

Next

List1.AddItem "Back joined with " & Chr(34) & "," & Chr(34)

List1.AddItem (Join(arrString, ","))

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

79723429

Date: 2025-08-02 14:42:53
Score: 1.5
Natty:
Report link

As suggested here https://stackoverflow.com/a/73525890 you can let the database set the timestamp using the insertable and updatable Column options:

#[ORM\Column(insertable: false, updatable: false)]
private \DateTime $my_date;
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Salvador

79723426

Date: 2025-08-02 14:38:52
Score: 3
Natty:
Report link

Tried all of these answers, but none seemed to work for me. Switching to a different network did the trick though.

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

79723423

Date: 2025-08-02 14:36:51
Score: 3
Natty:
Report link

Maybe you use Virtual enviroment.

If you use this, see the install location.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ezequiel Menegás

79723415

Date: 2025-08-02 14:19:48
Score: 2
Natty:
Report link

Use a live distro which can boot from a cd or a USB stick.
Change the sudo rights for the root folder (/) back.
Then you should be able to use sudo as usual

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

79723407

Date: 2025-08-02 14:08:46
Score: 1
Natty:
Report link

$pass = substr(base64_encode(md5(str_shuffle(time()))),0,8);

Example output: N2UxYzZm

The original question only asked for letters and numbers, not special chars. So this approach takes the current time stamp, shuffles it and gets the first eight chars of the base64 encoded md5 hash from it. This should be pretty random, even if you knew the time stamp when the password was created it is still shuffled, just in case two people generate a password at the exact same timestamp. You can also shuffle the substring if you want or the md5 hash, as well. But for enough randomness, I guess it would do.

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

79723402

Date: 2025-08-02 13:55:44
Score: 2
Natty:
Report link

The problem was that I forgot to exclude my vitest.config.ts from tsconfig.build.json, as shown below.
enter image description here

It made vitest.config.ts get compiled into a vitest.config.js inside the dist folder:
enter image description here

Which made the extension think it should consider that file and locked it for some reason (I don't know why, to be honest).
Adding vitest.config.ts to exclude solved my problem.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: King Witcher

79723395

Date: 2025-08-02 13:46:42
Score: 2
Natty:
Report link

PowerAutomate is limited to watch only one Folder unfortunately.
You can setup mutiple trigger flows for each folder and then trigger a common "main" flow to add to the Microsoft List

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

79723394

Date: 2025-08-02 13:44:41
Score: 2
Natty:
Report link

I had the same issue. Turns out strict mode, in React/NextJs , made the session generate twice, which was triggering the validation of set Session Id.

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

79723389

Date: 2025-08-02 13:32:38
Score: 1
Natty:
Report link

I had the same issue on ubuntu 22.04 LTS.

For me the issue is I was using the jupyter as a system service(so I could just visit the url directly any time).

If I just start a new instance from command line, this issue goes away.

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

79723376

Date: 2025-08-02 13:11:29
Score: 1.5
Natty:
Report link

There is an alternative ferrum_pdf that is not based on wkhtmltopdf, which has not been developed for a long time and creates a number of problems for installation on most modern repositories. It's like a sip of water in the desert. But it's perfect for creating PDFs and screenshots of static pages.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Viktor Ivliiev

79723367

Date: 2025-08-02 12:50:25
Score: 2
Natty:
Report link

Simply run this command : sudo npx expo start --tunnel

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

79723362

Date: 2025-08-02 12:38:22
Score: 3.5
Natty:
Report link

I know this won't help if you've already deleted your menu, but I created this plugin after making the same mistake myself: https://wordpress.org/plugins/menu-backup-restore/advanced/

Now, every time I save a menu, it automatically creates a backup. I can restore any previous version whenever I need to.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): this plugin
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Matu

79723357

Date: 2025-08-02 12:34:21
Score: 3
Natty:
Report link

Finally i've managed to solve this by hiding the stack navigator header once and for all. Then i implemented the content of the drawer header based on the current route, hence showing a back button inside the [userid] route

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

79723338

Date: 2025-08-02 11:57:14
Score: 1
Natty:
Report link

If you're getting this error during YOLOv5 training:

tensorflow.python.framework.errors_impl.FailedPreconditionError: runs\train\<name> is not a directory

and you're using a folder path that contains non-ASCII characters, it's caused by TensorBoard (TensorFlow) failing to write logs in Unicode paths on Windows.

You can fix it by disabling TensorBoard logging in YOLOv5:

  1. Open yolov5/utils/loggers/__init__.py

  2. Find this line:

self.tb = SummaryWriter(str(s))
  1. Replace it with:
self.tb = None 

This disables TensorBoard logging and prevents the crash.

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

79723334

Date: 2025-08-02 11:44:11
Score: 1
Natty:
Report link

Looks like this, right?

enter image description here

To make a child `div` scrollable is to give it a fixed or constrained height. To achieve it, apply `

overflow: auto 
or
overflow-y: scroll

Here's an example CSS:

.layout-container {
  display: flex;
  height: 100vh; /* => Fill the full screen */
}

.sidebar-scrollable {
  width: 250px; 
  height: 100%;  /* => Fill the parent height */
  overflow-y: auto; /* => Enable vertical scrolling */
  padding: 10px;
  box-sizing: border-box;
  background-color: #f9f9f9;
}

.main-content {
  flex: 1;
  padding: 20px;
}

Hopefully, this will help

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: hgq287

79723314

Date: 2025-08-02 11:13:04
Score: 1
Natty:
Report link

The issue is likely caused by gdal2tiles.py producing too much output, which fills up the Python subprocess output buffers and causes it to hang silently. Even with a timeout set, the process won’t exit if those buffers are full. To fix this, remove capture_output=True from your subprocess.run call so the output flows directly to the terminal and doesn't get stuck. This usually resolves the deadlock when running GDAL tools inside a Docker container.

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

79723312

Date: 2025-08-02 11:11:04
Score: 2.5
Natty:
Report link

In my case, changed wordpress fpm alpine version into fpm version solved this problem.

alpine version has some drawbacks(of course it's faster and lighter)

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