79838022

Date: 2025-12-04 14:28:44
Score: 4
Natty:
Report link

I have the same kind of situation, I create 3 containers with linux distro inside. And when using Docker Desktop everything is running just fine.
But I wanted to launch them without any user session in order to have the webservice delivered as soon as the Windows server is running.

Until now i can't find any good solution and things aren't easy to debug. I try using the Docker Engine but as my containers are linux it's not working. So is there a way to launch the desktop docker version out of a user session and have the containers launched automatically as soon as Windows is loaded ?

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

79838014

Date: 2025-12-04 14:19:41
Score: 0.5
Natty:
Report link

I'm a self taught dev, but I love front-end coding, either way take what I say with grain of salt. Component libraries were mentioned, and I remember the first time I played with MUI. I thought it might be good practice to recreate Material UI using React and Emotion. Thats the point I duscovered what you discovered, that making truly universal components is alot more work than most think.

The truth, in my experience, is don't reinvent the wheel. Libraries like Bootstrap and MUI are very good for building most common webapps. They are 'basic' meaning they are specifically designed to be optimum visual style for common apolications. And there is a good amount of customization possible, but it has its limits. You will find that as you use them on more and more projects, that those projects will all start looking and feeling the same. Mainly because they are.

This is the point where I give me earned lesson, then the real professionals can correct me if I'm wrong or confirm if I'm right. For most parts of your project, pick a library that you are confortable with, and use it, but if you need a custom component, build that yourself (or modify a component in the library.) You don't have to build everything from scratch, but a few custom components can stand out.

Now, if you need a truly customized webapp, a library I have enjoyed is shadcn, which gives you premade, generic components that you can free-will customize using talindcss. As of right now this is my favorite workflow. Because, unlike material ui, shadcn gives you the entire code, instead of having to use props/args to make changes to components. You also only install the components you need, modify them to your desired output using tailwindcss classes, and build.

As for knowing how something will look on other devices, devtools is nice because the dropdown has several mobile device versions so you can see what your app will look like on different devices. Most people use the internet on their phone or some mobile device so I tend to work with my devtools output set to a mobile output. This is also where tailwind comes in handy with its breakpoint system. You design a view for mobile, once you have the mobile view the way you like it, switch to the responsive(desktop) view then you make you changes with breakpoint classes (sm, md, lg, xl). This description is much simpler than the process is but thats my 50k foot view.

Most of all. Enjoy what you are doing. Play with things like a kid with a lego set.

Happy coding!

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: c.meyer.johnson0228

79838009

Date: 2025-12-04 14:17:40
Score: 3.5
Natty:
Report link

As my question was immediately blasted with downvotes for mysterious reasons I will answer it myself.

The short answer is it appears that the responsibility for encrypt/decrypt is up to you when writing/reading if you want equivalent functionality to the older version using the encryption provider concept.

(Another option is you could fork Akavache and re-introduce similar logic into the Get/Insert methods.)

Reasons:
  • RegEx Blacklisted phrase (2): downvote
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DennisWelu

79838005

Date: 2025-12-04 14:16:40
Score: 2
Natty:
Report link

A conta do TikTok tem quer ser privada também pra funcionar. Eu estava com o erro igual ao seu, e quando coloquei a conta do TikTok privada, funcionou. Para definir a conta do TikTok como privada atualmente no aplicativo Android, vá para: Menu -> Configurações e privacidade -> Privacidade -> Clique em Conta Privada.

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

79838002

Date: 2025-12-04 14:14:39
Score: 0.5
Natty:
Report link

I meet GL_INVALID_OPERATION too when glBindImageTexture.

Like CodingLumis said(need to read his answer util the end), solution is : replace glTexImage2D with glTexStorage2D

According https://arm-software.github.io/opengl-es-sdk-for-android/compute_intro.html

A very important restriction for using shader images is that the underlying texture must have been allocated using "immutable" storage, i.e. via glTexStorage*()-like functions, and not glTexImage2D().

---
Reasons:
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: pavilion

79838000

Date: 2025-12-04 14:13:39
Score: 1.5
Natty:
Report link

@Radinator OP expected lst(i) to dynamically resolve to lst1

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • User mentioned (1): @Radinator
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: deceze

79837991

Date: 2025-12-04 14:06:37
Score: 2.5
Natty:
Report link

In your code you defining lst1 as lst1 = [] but use lst later in the code.

To compare:
lst1
lst

Do you see the difference?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
Posted by: Radinator

79837989

Date: 2025-12-04 14:06:36
Score: 5
Natty:
Report link

👉 How do I create variable variables?

Reasons:
  • Blacklisted phrase (1): How do I
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • High reputation (-2):
Posted by: deceze

79837986

Date: 2025-12-04 14:04:35
Score: 0.5
Natty:
Report link

I had the same problem, where only some of the syntax highlighting was coloured correctly, just like yours. I was using Dark(Visual Studio). What worked for me was installing Pylance and changing the color theme to Dark Modern.

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

79837972

Date: 2025-12-04 13:44:29
Score: 1
Natty:
Report link
Text("Your text",
    modifier = Modifier
        .border(width = 1.dp, color = Color(0xFF908787), shape = RoundedCornerShape(5.dp))
)

Use modifier border .it works properly in my case.

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

79837966

Date: 2025-12-04 13:37:27
Score: 4.5
Natty:
Report link

This works like a charm! Thanks a lot!

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

79837965

Date: 2025-12-04 13:36:27
Score: 3.5
Natty:
Report link

There may have been a bug in the MsgReader assembly. I upgraded it to 6.0.6 and now it works correctly.

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

79837958

Date: 2025-12-04 13:28:25
Score: 1.5
Natty:
Report link

How about ^\d+\n.*\n-.*$(?!\n-) with /gm modifiers?

^\d+\n finds the header, assuming it is always just digits

.*\n skips the subheader

-.*$ finds one line that starts with the hyphen

(?!\n-) is a negative look-ahead to ensure the next line does not start with a hyphen

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: Argysh

79837938

Date: 2025-12-04 13:01:19
Score: 2.5
Natty:
Report link

I looks like SqlConnection already has a built in retry policy for opening a connection, which is managed by the Connection string parameters: "ConnectRetryCount" and "ConnectRetryInterval".

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

79837936

Date: 2025-12-04 12:59:18
Score: 1.5
Natty:
Report link

Power BI doesn’t support separate dynamic scales per measure on a single line chart. If you put several measures on one line visual, they all share the same Y-axis, so the biggest measure will flatten the smaller ones.

You can either use a combo chart with a secondary axis, split them into separate visuals or instead of plotting raw values, create “index” measures that divide by their own max or by a baseline.

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

79837934

Date: 2025-12-04 12:57:17
Score: 3.5
Natty:
Report link

Why not run the original less via subprocesses?

import subprocess

def less(text):
    p = subprocess.Popen(["less"], stdin=subprocess.PIPE)
    p.communicate(text.encode())

 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Why not
  • Low reputation (0.5):
Posted by: Fırat Kıyak

79837931

Date: 2025-12-04 12:51:16
Score: 2
Natty:
Report link

What worked better for me was to go to Project Structure > Project Settings > Modules then select my module, on the right-hand side pane choose Dependencies, and from there, I set the Python SDK via the Module SDK: drop down

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Mateva

79837930

Date: 2025-12-04 12:50:15
Score: 2.5
Natty:
Report link

It’s totally normal to feel lost at the beginning—steady Python practice makes a big difference. If you're planning to build a long-term AI career, the USAII NextGen Challenge 2026 is tailored for high-school students, undergraduates, and college graduates, giving them a structured starting point.

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

79837926

Date: 2025-12-04 12:44:14
Score: 3
Natty:
Report link

Use DuckDB, connect it to Tableau and then read Delta format using it.
https://duckdb.org/docs/stable/guides/data_viewers/tableau

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
Posted by: Alireza Ghaffari

79837919

Date: 2025-12-04 12:38:12
Score: 5.5
Natty: 4.5
Report link

download setup openssl from this link

http://downloads.sourceforge.net/gnuwin32/openssl-0.9.8h-1-setup.exe

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: majid mohamadnezhad

79837918

Date: 2025-12-04 12:35:11
Score: 2.5
Natty:
Report link

TUNGSAHUR.apk

1 /storage/emulated/0/‪Android/data/TUNGSAHUR.apk: open failed: ENOENT (No such file or directory

)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: จอม พระครอง

79837913

Date: 2025-12-04 12:30:10
Score: 4.5
Natty:
Report link

So it stores Lists of different types, and other things? Can you show how you use it?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you show how you
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Magnus

79837911

Date: 2025-12-04 12:28:09
Score: 2
Natty:
Report link

DEWADEPO | Slot Demo Pragmatic Play Gacor Terbaru Hari Ini

https://mez.ink/dewadepo

Temukan keseruan bermain dengan DEWADEPO, slot demo terbaru dari Pragmatic Play yang menawarkan pengalaman gacor yang tak tertandingi! Dengan grafis yang memukau dan fitur-fitur inovatif, Anda akan merasakan sensasi bermain yang lebih mendebarkan. Nikmati berbagai tema menarik dan peluang menang yang lebih besar setiap harinya. Bergabunglah sekarang dan rasakan sendiri mengapa DEWADEPO menjadi pilihan utama para penggemar slot.

Slot demo memberikan kenyamanan bagi pemain untuk mencoba berbagai permainan tanpa risiko, sekaligus menghadirkan keseruan lewat fitur, grafik, dan gameplay yang sama seperti versi asli. Mode ini cocok untuk belajar pola, memahami mekanisme game, dan menemukan slot favorit sebelum bermain dengan uang sungguhan.

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

79837909

Date: 2025-12-04 12:27:09
Score: 2
Natty:
Report link

Solved. This is a non-issue, has nothing to do with Google App Script or Cards or anything.

Another Chrome Extension is somehow messing up the height. I checked their code but can really seem to find the exact reason because they don't inject styling for all iframes.

Should have check this much sooner.

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

79837902

Date: 2025-12-04 12:21:07
Score: 1
Natty:
Report link

No I need to hit enter to the msbuild command multiple times.
Then it will compile more and more modules succesfully until finally wont give errors (no file modifications in between, I meant).

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: JairoV

79837899

Date: 2025-12-04 12:18:06
Score: 2
Natty:
Report link

Thanks for your response. I should clarify that I’m still at the very beginning of this project, so I don’t yet have a full codebase or dataset to share. My current experiments are with ArcFace/MobileFaceNet in PyTorch, mainly to understand the pipeline end‑to‑end (detection → alignment → embedding → matching). My main goal is to support incremental enrollment of new identities without retraining the whole model from scratch. In other words, I’d like the system to adapt over time while minimizing catastrophic forgetting and avoiding heavy retraining cycles.

I understand fine‑tuning is a common approach, but I’m trying to figure out what architecture choices make this easier. For example:

Since I’m still learning, I’d appreciate guidance on which model architecture is most practical for a project like this, where retraining from scratch isn’t feasible. My aim is to build something simple first (incremental enrollment) and then explore more advanced continual learning methods if time allows.

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

79837894

Date: 2025-12-04 12:13:04
Score: 6.5
Natty:
Report link

Hey can u pls tell how do I use the command line ? I'll give a try. Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): how do I
  • RegEx Blacklisted phrase (2.5): can u pls tell how
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Saumini Navaratnam

79837891

Date: 2025-12-04 12:10:04
Score: 3.5
Natty:
Report link

@Abra I never mentioned any progress indicators or overlays. I simply want the button to be disabled while the task (asynchronous or otherwise) is running

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Abra
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Sergey Zolotarev

79837882

Date: 2025-12-04 12:00:01
Score: 3
Natty:
Report link

The issue is not from Database. For Spring DataSource with manually import, you have to configure your ResourceDatabasePopulator object.

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

79837880

Date: 2025-12-04 11:59:01
Score: 3.5
Natty:
Report link

I appreaciate you soooo much, as a college student i wanted to do my own voice chat app and i was having the same problem for weeks. Thanks a lot.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: DjNaRuTo

79837878

Date: 2025-12-04 11:57:00
Score: 2.5
Natty:
Report link

How to setup Android phone owner permission is required to. Like google account playstor, gmail.and password has been hacked someone

If it's possible to set up, please need some guidance.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: seikho thang

79837876

Date: 2025-12-04 11:53:59
Score: 6.5
Natty:
Report link

How can I check if GPS is available on laptop. And what if accuracy parameter is around 250 meters?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How can I
  • Low reputation (1):
Posted by: vk_

79837867

Date: 2025-12-04 11:39:56
Score: 3
Natty:
Report link

I agree with @wohlstad, its premise is based on the principle of removing half the currently valid data from the results. The distribution of the data is irrelevant since the results would have to be sorted before a binary search is performed.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @wohlstad
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: The Betpet

79837861

Date: 2025-12-04 11:32:54
Score: 2
Natty:
Report link

You may have a look at Binary search for no uniform distribution

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Jean-Baptiste Yunès

79837846

Date: 2025-12-04 11:15:50
Score: 1
Natty:
Report link

The easiest way to structure my code is to follow two simple rules:

I make a function when a piece of code does one specific job, or when I notice I’m repeating the same steps in different places.
Functions help keep the code clean, reusable, and easier to understand.

• I make a class when I’m representing a real “thing” in my program like a user, a product, or an order or when some data and the functions that work on that data naturally belong together.

Classes help organize related logic so it’s not scattered everywhere.

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

79837845

Date: 2025-12-04 11:14:50
Score: 3
Natty:
Report link

This is the download link for Microsoft Reporting Services 2022+

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

79837844

Date: 2025-12-04 11:11:49
Score: 2
Natty:
Report link

gunicorn app:server --workers 4 --threads 1 --timeout 120

For CPU-heavy or Pandas/NumPy tasks, threads don’t help because of the Python GIL. Increasing worker and reducing threads improves responsiveness:

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

79837840

Date: 2025-12-04 11:08:48
Score: 3.5
Natty:
Report link

It is important to paste into Plant 3d project certain 3d Parts from catalog with their data. Methods to "add" are returning only their ObjectID, not 3d object

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

79837837

Date: 2025-12-04 11:04:47
Score: 5.5
Natty: 6
Report link

What if the tensor has no elements in it?

How do i solve this?

import torch
x = torch.tensor([])
x = torch.cat((x,3),0)
#outputs an error
Exception has occurred: TypeError 
expected Tensor as element 1 in argument 0, but got int
x = torch.cat((x,3),0)
        ^^^^^^^^^^^^^^^^^^
TypeError: expected Tensor as element 1 in argument 0, but got int
Reasons:
  • Blacklisted phrase (1): How do i
  • RegEx Blacklisted phrase (1.5): solve this?
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): What if the
  • Low reputation (1):
Posted by: Max xander

79837833

Date: 2025-12-04 11:01:46
Score: 2
Natty:
Report link

In that case, I think it might make sense to open an issue with purrr.

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

79837826

Date: 2025-12-04 10:55:44
Score: 6
Natty: 7
Report link

Apple also isn't allowing us to ask user for their name stating some design policy. Our codebase is same for Android and iPhone so how do I counter this?

Reasons:
  • Blacklisted phrase (1): how do I
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mazdiar Patel

79837825

Date: 2025-12-04 10:54:44
Score: 3
Natty:
Report link

To insert a line break (\n) at a specific location, simply press Option + Enter on your keyboard
:)enter image description here

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

79837824

Date: 2025-12-04 10:52:43
Score: 3
Natty:
Report link

It will be safe and resolve your issue. TextField( focusNode: _focusNode, onTapOutside: (PointerDownEvent event) { _focusNode.unfocus(); }, )

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

79837809

Date: 2025-12-04 10:38:40
Score: 3.5
Natty:
Report link

@Abra follow-up question, do you examine your search results before referencing them? None of the pages returned for your request actually answer what I asked (which is not how to put IO in the background)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Abra
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Sergey Zolotarev

79837807

Date: 2025-12-04 10:35:39
Score: 2
Natty:
Report link

I have found that in a WPF no matter what you do no matter how you read it the state of the middle Mouse button always returns released. I'm still searching for a way to read the center Mouse button myself. I can read everything else about the mouse. But the center button always returns released.

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

79837805

Date: 2025-12-04 10:34:39
Score: 1
Natty:
Report link

Yea I looked there and the purrr::in_parallel() docs suggest exactly that: placing all relevant functions inside in_parallel() which isn't really feasible with a lot of function. Maybe there's some way to get all functions from the scripts and put them in a list though being able to use things like box would be ideal

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

79837799

Date: 2025-12-04 10:25:36
Score: 2
Natty:
Report link

In my case adding Asp NET Application Development Features solved the problem.

I can develop Blazor Application with NET 8.0 but for a Web Form site Visual Studio 2022 gives the debug problem.

Problem

enter image description here

Platform: Windows 10 Pro, Visual Studio 2022

Solution

Install - Add ASP.NET 4.8 Feature

enter image description here

Result

Application run with debug.

enter image description here

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

79837798

Date: 2025-12-04 10:24:36
Score: 1
Natty:
Report link

I faced the same issue on a Samsung Note 9. Instead of using image_picker, I switched to the camera package (current version I use: camera: ^0.11.3) and built my own custom camera screen. This approach is much lighter and works well even on low-memory devices. After replacing image_picker, the restart issue no longer occurred on my device.

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

79837793

Date: 2025-12-04 10:23:36
Score: 3
Natty:
Report link

Do you search before posting questions?

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

79837792

Date: 2025-12-04 10:22:35
Score: 3
Natty:
Report link

Please feel free to check the playwright help center for reference.
Playwright help

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

79837790

Date: 2025-12-04 10:19:34
Score: 4.5
Natty:
Report link

There's no such thing as "language-independent" words. Every word belongs to a certain language (though occasionally some words may have identical spelling in some languages). And Vombatus ursinus is definitely in Latin. By the way, it's called the common wombat in English, where's the language independence?

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

79837784

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

The Jetson machines all have unified memory architecture (CPU and GPU share memory) so increasing the amount of workers typically reduces the performance and uses up the shared memory quickly since we are splitting which cores have access to what. The standard allocated shared memory is typically only a small portion of the full possible amount hence why you get issues with running multiple workers even though the AGX Orion has the specs it does.

Instead you should ideally run --worker 1 or in some cases --workers 0 to not segment your memory, if you are still running into issues or slow inference/training rates you can increase the shared memory with something like --shm-size=8g in your docker or the like :)

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

79837781

Date: 2025-12-04 10:13:33
Score: 1
Natty:
Report link

I know this is solved, but for future reference, if none of the above work, this is what worked for me:

#include <windows.h>

int main (){

SetConsoleOutputCP(CP_UTF8);

SetConsoleCP(CP_UTF8);

setvbuf(stdout, NULL, _IONBF, 0);

}

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user31996407

79837780

Date: 2025-12-04 10:12:32
Score: 0.5
Natty:
Report link

LMS​‍​‌‍​‍‌​‍​‌‍​‍‌ Admin (Learning Management System Administrator)

A person who is in charge of online training platforms, i.e., they do everything that concerns the user-enrollment, course assignments, learning paths, reporting, assessments, compliance-tracking, and system configurations. Their work is primarily concerned with training-delivery, learner-engagement, and performance-analytics.

CMS Admin (Content Management System Administrator)

A person responsible for managing website-content, i.e., by producing, structuring, publishing, and supporting web pages, blogs, media, and the organization of the site. Their work is mainly concerned with website content, SEO, design, and user experience.

Infopro Learning provides comprehensive LMS administration services to organizations that need help managing the daily operations of their platforms, optimizing learning environments, handling technical configurations, and streamlining user and course management. Their skilled teams are the ones who make sure that the LMS is working efficiently, thus allowing companies to concentrate on strategic learning initiatives rather than platform ​‍​‌‍​‍‌​‍​‌‍​‍‌maintenance.

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

79837774

Date: 2025-12-04 10:02:30
Score: 1.5
Natty:
Report link

Additionally, it appears this update in version 1.2 also mentions this: purrr 1.20

I can't confirm the situation you described, but you might want to check out the examples provided in this link. It seems like placing the relevant functions inside in_parallel could be a effective approach.

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Breeze

79837773

Date: 2025-12-04 10:01:28
Score: 10 🚩
Natty: 5.5
Report link

hi Johan Morales , I’m trying to run Dynamo scripts through my custom Revit plugin and came across your question while searching for a solution. Did you manage to resolve it? If yes, could you please share how you did it? It would be really helpful.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you please share how you
  • RegEx Blacklisted phrase (3): Did you manage to resolve it
  • RegEx Blacklisted phrase (1.5): resolve it?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: yashodhara shiradhonkar

79837772

Date: 2025-12-04 10:00:27
Score: 8.5
Natty:
Report link

https://stackoverflow.com/users/20882864/marce-puente The input would probably be hardcoded for now but I have plans to change that to be an algorithm to tune parameters but I want to make this as easy as possible for others to use the function in their own code. But as for your solution, eventually I will scale this to have a lot of models therefore lots of parameters which is why I want to avoid ifs at all costs.

https://stackoverflow.com/users/12085772/jason-chia I am sorry but I don't understand what you are saying, could you explain a bit more?

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2.5): could you explain
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JDoesML

79837771

Date: 2025-12-04 09:58:27
Score: 0.5
Natty:
Report link

If the accuracy property is less than 10 meters then it's GPS. Other measurement methods are much less accurate. For example, WIFI is in kilometers. Also note that location can be spoofed using browser tools (sensors) that allows location and accuracy to be set to any value.

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

79837765

Date: 2025-12-04 09:53:26
Score: 4.5
Natty:
Report link

Thanks! THis works but does it scale? E.g. what if my_func uses a ton of other helper functions? Do I have to declare all of them explicitly?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Honestiore

79837751

Date: 2025-12-04 09:31:20
Score: 1
Natty:
Report link

maybe this? purrr::in_parallel

my_func <- function(x) {
  Sys.sleep(1)
  return(x * 2)
}

x <- 1:10

my_func(x)
#>  [1]  2  4  6  8 10 12 14 16 18 20

mirai::daemons(5)
purrr::map(x, purrr::in_parallel(\(x) my_func(x), my_func = my_func)) 
#> [[1]]
#> [1] 2
#> 
#> [[2]]
#> [1] 4
#> 
#> [[3]]
#> [1] 6
#> 
#> [[4]]
#> [1] 8
#> 
#> [[5]]
#> [1] 10
#> 
#> [[6]]
#> [1] 12
#> 
#> [[7]]
#> [1] 14
#> 
#> [[8]]
#> [1] 16
#> 
#> [[9]]
#> [1] 18
#> 
#> [[10]]
#> [1] 20
mirai::daemons(0)

Created on 2025-12-04 with reprex v2.1.1

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

79837745

Date: 2025-12-04 09:28:19
Score: 1
Natty:
Report link

Looks like it's being blocked by your company firewall.

Your best bet is to either install it on a personal machine or ask the IT department to whitelist:

ollama.com

cloudflarestorage.com

You'll also need to make sure the TCP port on your machine is open to allow models to get pulled onto your device.

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

79837743

Date: 2025-12-04 09:27:19
Score: 2
Natty:
Report link

Thank you all for the suggestions and hints. I will definitely use @flakes idea of a loop condition and extracting the collecting part into its own function, since performCalls will have more logic in it. I know for a fact that nothing will close the more channel, so I think it is okay to not check for it, especially when every use of more is within ~20 lines of code. For the moment, I think this is what I will use:

func (a *Agent) collectCalls(call0 methodCall) []methodCall {
    calls := []methodCall{call0}
    for len(calls) < 200 {
        select {
        case call := <-a.more:
            calls = append(calls, call)
        default:
            return calls
        }
    }
    return calls
}

func (a *Agent) performCalls(call0 methodCall) {
    defer func() { <-a.startSem }()
    calls := a.collectCalls(call0)
    // ... use calls
}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @flakes
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: bungulator

79837741

Date: 2025-12-04 09:24:18
Score: 0.5
Natty:
Report link

@hans-kilian Indeed, they don't use the "LTS" label. Further down the page, they list "Rapid Releases and Minor Releases" and each of those are just 6 months from Release to EOL. Customers using that are expected to upgrade at the end, or be auto-upgraded when on Atlas, or not receive any support without upgrading by EOL. So 8.2 is a Rapid/Minor release with 6 months support and and 8.0 is a Major release with 5 yrs support. So all major releases are effectively LTS; as long as users keep upgrading to new major-patch versions (8.0.1, 8.0.2, etc.).

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @hans-kilian
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-2):
Posted by: aneroid

79837739

Date: 2025-12-04 09:22:17
Score: 2.5
Natty:
Report link
REPLACE(YourString, NCHAR(8239) COLLATE Latin1_General_BIN2, '')
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user2331427

79837724

Date: 2025-12-04 09:09:15
Score: 0.5
Natty:
Report link

Looking at this, it doesn't seem like Mongo uses LTS versions and non-LTS versions.

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

79837723

Date: 2025-12-04 09:09:15
Score: 1
Natty:
Report link

If you are using Java 8, this can be caused by update 451 (released in April 2025) or later, which removed JavaFX.

You can work around this by uninstalling the latest Java, downloading a pre-451 version, e.g. 441, from the Oracle website (login needed), and installing that.

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

79837720

Date: 2025-12-04 09:05:14
Score: 1
Natty:
Report link

This may not be related to your specific question, but I had a similar issue with the list just not rendering on android, the culprit was including a RefreshControl. Removing the RefreshControl fixed the issue completely for me. Really annoying, who knows why but better than no list at all!

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

79837718

Date: 2025-12-04 09:03:13
Score: 1.5
Natty:
Report link

Youka's comment was the most helpful for me. Namely these two points:

  1. in SERVER_MODE the PassFile path in servers.json is relative to the user's storage directory, even if the path is starting with /;
  2. in the user's storage directory name @ character should be replaced with _, such that if [email protected], the directory is /var/lib/pgadmin/storage/admin_example.org/.

For whatever reason I am unable to comment directly under Youka's answer.

Reasons:
  • Blacklisted phrase (1): to comment
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: macrokernel

79837716

Date: 2025-12-04 09:00:12
Score: 1
Natty:
Report link

Since pagingController.refresh() only refresh and reset the state but doesn't automatically call fetchPage(), I manually call fetchNextPage() right after it. This works as a replacement for a missing forceRefresh() API.
can fix like this:

ever(turnStatusFilter, (_) {
  // InfiniteScrollPagination doesn't have forceRefresh(),
  // so I manually reset the controller and trigger the first load.
  pagingController.refresh();
  pagingController.fetchNextPage();
});
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: yasin

79837697

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

Create a Serverless VPC Access:
My problem resolved by changing min and max instances

gcloud compute networks vpc-access connectors create ${vpc_access_connector} \
--region=${region} \
--network=${network} \
--range=10.8.0.0/28 \
--min-instances=2 \
--max-instances=3
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Zviad Kvaratskhelia

79837695

Date: 2025-12-04 08:39:07
Score: 1.5
Natty:
Report link

I just restart my iphone, and it worked for me

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: dwiaziprasetya

79837680

Date: 2025-12-04 08:25:04
Score: 0.5
Natty:
Report link

If i replace

     import { NgbModalRef, NgbModal } from '@ng-bootstrap/ng-bootstrap'; 

with

import { NgbModalRef, NgbModal } from '@ng-bootstrap/ng-bootstrap/types/ng-bootstrap-ng-bootstrap-modal';

i get trouble with the ng-packagr

 Could not resolve "@ng-bootstrap/ng-bootstrap/types/ng-bootstrap-ng-bootstrap-modal" [plugin angular-compiler]

    dist/va-controls/fesm2022/my-controls.mjs:8:22:
      8 │ ... i1$2 from '@ng-bootstrap/ng-bootstrap/types/ng-bootstrap-ng-boo...
        ╵               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  The path "./types/ng-bootstrap-ng-bootstrap-modal" is not exported by package "@ng-bootstrap/ng-bootstrap":

    node_modules/@ng-bootstrap/ng-bootstrap/package.json:53:13:
      53 │   "exports": {
         ╵              ^

  You can mark the path "@ng-bootstrap/ng-bootstrap/types/ng-bootstrap-ng-bootstrap-modal" as external to exclude it from the bundle, which will remove this error and leave the unresolved path in the bundle.
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Crashtestdummy

79837679

Date: 2025-12-04 08:24:04
Score: 4.5
Natty: 5
Report link

You should try the Sync Windows utility from sysinternals: https://learn.microsoft.com/en-us/sysinternals/downloads/sync ?

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

79837673

Date: 2025-12-04 08:19:03
Score: 3.5
Natty:
Report link

find some well know zig libary github readme file. it will give you the right answer

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

79837665

Date: 2025-12-04 08:12:01
Score: 0.5
Natty:
Report link
# Source - https://stackoverflow.com/a/62969741
# Posted by mujjiga, modified by community. See post 'Timeline' for change history
# Retrieved 2025-12-04, License - CC BY-SA 4.0

from bokeh.models import GeoJSONDataSource
from urllib.request import urlopen
import json

from bokeh.models import GeoJSONDataSource, HoverTool, LinearColorMapper
from bokeh.palettes import Viridis256
from bokeh.plotting import figure
from bokeh.io import output_file, show
import matplotlib.pyplot as plt
from bokeh.io import show, output_notebook

%matplotlib 
output_notebook()

# Geojson of India
with urlopen("https://raw.githubusercontent.com/geohacker/india/master/state/india_state.geojson") as response:
    geojson = json.load(response)

# Round robin over over 3 colors
# You can set the colors here based on the case count you have per state
for i in range(len(geojson['features'])):
  geojson['features'][i]['properties']['Color'] = ['blue', 'red', 'green'][i%3]


# Set the hover to state information and finally plot it
cmap = LinearColorMapper(palette=Viridis256)

TOOLS = "pan,wheel_zoom,box_zoom,reset,hover,save"

geo_source = GeoJSONDataSource(geojson=json.dumps(geojson))

p = figure(title='India', tools=TOOLS, x_axis_location=None, y_axis_location=None, width=800, height=800)
p.grid.grid_line_color = None

p.patches('xs', 'ys', fill_alpha=0.7, line_color='black', fill_color='Color', line_width=0.1, source=geo_source)

hover = p.select_one(HoverTool)
hover.point_policy = 'follow_mouse'
hover.tooltips = [('State:', '@NAME_1')]

show(p)
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Samson G

79837657

Date: 2025-12-04 08:05:00
Score: 2.5
Natty:
Report link

When sending a Flow template, you can dynamically set the labels in the flow from the flow_action_data field. Set all labels in the flow dynamically. Create data on each screen in the Flow JSON and have the labels reflect the property values there.

example:

  "components": [
    {
      "type": "button",
      "sub_type": "flow",
      "index": "0",
      "parameters": [
        {
          "type": "action",
          "action": {
            "flow_action_data": { //You can set this in your system in the desired language and change the values.
              "hear_us_0_visibility": false,
              "answer_body": "Please answer the questions completely and accurately.",
              "full_name_text": "Full Name",
              "e_mail_text": "E-mail",
              "age_text": "Age",
              "how_did_you_text": "How did you hear about us?",
              "hear_us_props_text": "Select",
              "no_answer_section_text": "No answer provided",
              "other_section_text": "Other"
            }
          }
        }
      ]
    }
  ]

Flow JSON Example:

    "screens": [
    {
      "data": {

        "answer_body":{
          "__example__": "Please answer the questions completely and accurately.",
          "type": "string"
        },
        "full_name_text":{
          "__example__": "Full Name",
          "type": "string"
        }
      },
      "id": "QUESTION_ONE",
      "layout": {
        "children": [
          {
            "children": [
              {
                "text": "${data.answer_body}",
                "type": "TextBody"
              },
              {
                "input-type": "text",
                "label": "${data.full_name_text}",
                "name": "Full_Name_b8c3e3",
                "required": true,
                "type": "TextInput"
              },
              {
                "input-type": "text",
                "label": "${data.e_mail_text}",
                "name": "Email_a25755",
                "required": true,
                "type": "TextInput"
              },
              .....
Reasons:
  • RegEx Blacklisted phrase (2.5): Please answer the question
  • Long answer (-1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: batumento

79837656

Date: 2025-12-04 08:05:00
Score: 1
Natty:
Report link

Might be a no-brainer for most but I'd still like to add what solved this issue for me. Have you checked your </div> closing tags? I had the same issue but setting padding and margin to 0 for <body> did nothing for me. When inspecting my html I saw that I had my footer inside an unclosed <div>.

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

79837653

Date: 2025-12-04 08:03:59
Score: 3
Natty:
Report link

Not sure if this helps, but gpt-oss, for example, only allows low reasoning, but you can't disable reasoning entirely. This seems to align with OpenAI's documentation on GPT-5 reasoning.

If you're not tied to the OpenAI platform, why not give https://groq.com/ a shot for blazingly fast inference?

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Iwan de Jong

79837651

Date: 2025-12-04 07:59:58
Score: 1.5
Natty:
Report link

Use Inline Styles(CSS)

<BubbleMenu editor={editor}>
  <div
    style={{ backgroundColor: 'white' }}
    className={cn(
      "border border-external-black-10 shadow-sm rounded-md px-2 py-1 flex gap-1",
      toolbarClassName
    )}
  >
    <Toolbar editor={editor} />
  </div>
</BubbleMenu>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Victor Reznov

79837649

Date: 2025-12-04 07:57:58
Score: 4.5
Natty:
Report link

i found that stackblitz works fine, would like to know other better editor.

https://stackblitz.com/edit/angular-live-compiler-stca4pd1?file=src%2Fapp%2Fapp.component.ts

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

79837645

Date: 2025-12-04 07:53:56
Score: 1
Natty:
Report link

Using rclone with cron cannot sync cloud data to local storage. You'll need to write a program/script that uses Google Drive API to pull data down to your local server. The trickiest part is setting up a service account with domain-wide delegation.

If you want tools to help:

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

79837642

Date: 2025-12-04 07:50:56
Score: 0.5
Natty:
Report link

Background

You created a Custom Form containing three fields:

When the automation runs, the URL field shows a dropdown list (based on the choices you provided).
Then you display a message box and try to show:

%CustomFormData['URL']%

But the message box displays the literal text, not the actual value.

Root Cause

Custom Form data returns a JSON string, not a direct object.
So %CustomFormData['URL']% will not work until you convert it.


Possible Solution

Step 1 — Convert Custom Form JSON to Object

Use action:

Convert JSON to custom object

Input JSON:%CustomFormData%

Output variable: JsonAsCustomObject

This lets PAD read your Custom Form data properly.

Step 2 — Parse the URL from the object

Add action:

Parse text

Text to parse: %JsonAsCustomObject%

Text to find (regex): https[^"'\s]+

Explanation of the regex:

https → Matches URLs that start with https

[^"'\s]+ → Continue matching until a quote, space, or newline appears

Output variable: Matches

This will extract the actual selected URL.

Final Step — Display the extracted URL

In your message box, just use: %Matches%

Now the URL will appear correctly instead of a plain text placeholder.

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

79837620

Date: 2025-12-04 07:20:50
Score: 3
Natty:
Report link

Use paramterized queries which is the safety mechanism provided by your database itself.

See https://www.prisma.io/docs/orm/prisma-client/using-raw-sql/raw-queries#parameterized-queries

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

79837618

Date: 2025-12-04 07:14:48
Score: 1
Natty:
Report link

Fixed it by using float[] type as per documentation and making sure there is a getter and setter for the float[] type specifically.

Previously I had a float[]-to-double[] getter and a double[]-to-float[] setter:

public double[] getEmbedding() {
    double[] doubleEmbedding = new double[embedding.length];
    for (int i = 0; i < embedding.length; i++) {
        doubleEmbedding[i] = embedding[i];
    }
    return doubleEmbedding;
}

public void setEmbedding(double[] embedding) {
    this.embedding = new float[embedding.length];
    for (int i = 0; i < embedding.length; i++) {
        this.embedding[i] = (float) embedding[i];
    }
}

I kept those (because I'm using doubles in my app), but added:

public float[] getFloatEmbedding() {
    return embedding;
}

public void setFloatEmbedding(float[] embedding) {
    this.embedding = embedding;
}

Thanks for the help, John! (See comments)

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

79837616

Date: 2025-12-04 07:12:48
Score: 2
Natty:
Report link

If you prefer an online tool, you can use JSON Formatter which also supports minifying JSON easily.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: raviraje bhosale

79837615

Date: 2025-12-04 07:09:47
Score: 1
Natty:
Report link

The handler field needs the full package name:

text

com.aws.lambda.StreamLambdaHandler

(not just StreamLambdaHandler)

Update in Lambda Console → Runtime settings → Handler → Save → Test.

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

79837609

Date: 2025-12-04 07:04:46
Score: 1
Natty:
Report link

Check if VS Code is in Overwrite Mode

How to fix

  1. Look at the bottom-right of VS Code.

  2. If you see OVR, click it and change to INS.

If there is no label:

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

79837607

Date: 2025-12-04 06:58:42
Score: 6 🚩
Natty:
Report link

I am facing the same error.

When admin try to open the custom report, it works correctly but when user try to do same then got this error "For more information about this error navigate to the report server on the local server machine , or enable remote error".

I am using Visual Studio AX2022.

Reasons:
  • RegEx Blacklisted phrase (1): I am facing the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same error
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31995165

79837602

Date: 2025-12-04 06:50:40
Score: 2
Natty:
Report link

The request timeout middleware does not work in the debug mode. You have to run the application using the dotnet run command and request the route.

Also don't attach the debugger to the application.

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

79837601

Date: 2025-12-04 06:50:40
Score: 3
Natty:
Report link

enable extension=intl
remove ; from php.ini file

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

79837590

Date: 2025-12-04 06:35:36
Score: 0.5
Natty:
Report link

You must tell the controller to request the first page manually after refresh. This is the easiest fix.

ever(turnStatusFilter, (_) => pagingController.forceRefresh());

forceRefresh() = refresh + immediately trigger first load.

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

79837588

Date: 2025-12-04 06:29:34
Score: 1
Natty:
Report link

Your "data" variable is a list, composed of dictionaries. To access the first name on the "data" variable, you must first access the index in the list, and then access the key "name"

print(data[0]["name"])

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

79837587

Date: 2025-12-04 06:29:34
Score: 1.5
Natty:
Report link

#include <studio.h>

Int main( )

{

 int x=0;
int  y=0;
while  (x<15) {
     y++,x+=++y;
     printf ("%i %i\n",x,y);
     }
return 0;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Arman Ahmed

79837580

Date: 2025-12-04 06:22:33
Score: 1
Natty:
Report link

I had this exact same issue with my Android phone not loading the script. I found a fix that generates a mobile-friendly link for you. It worked instantly for me: https://spreadbrain.com/console

Reasons:
  • Whitelisted phrase (-1): It worked
  • Whitelisted phrase (-1): I found a fix
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tharaka Hasintha

79837578

Date: 2025-12-04 06:21:33
Score: 0.5
Natty:
Report link

XXE Injection remains one of the most dangerous, yet misunderstood, flaws. If your application processes XML (including SVG or SOAP), it is likely vulnerable to catastrophic attacks.

I published a technical breakdown showing exactly how attackers:

  1. Read arbitrary system files (e.g., /etc/passwd).

  2. Execute Server-Side Request Forgery (SSRF) against internal networks, including cloud metadata services (169.254.169.254).

  3. Perform Blind XXE via out-of-band data exfiltration.

The article includes code snippets for disabling external entity processing across Java, PHP, and .NET.

➡️ Read the full technical analysis here: https://revbrightintl.blogspot.com/2025/12/xml-external-entity-xxe-injection.html

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: zed abc

79837577

Date: 2025-12-04 06:21:33
Score: 3.5
Natty:
Report link

Seems like ART is busy in DexFileVerifier, trying to optimize or check something. Do you have a huge DEX?

Tips:

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Artyom

79837574

Date: 2025-12-04 06:19:32
Score: 2
Natty:
Report link

Organize imports functionally suggests imports to be selected by the user, so it’s tight to the UI and not suitable for batch. It’s good for code in progress but not suitable for rewriting an existing codebase. I’m excluding this one and a couple of others such as the one adding missing methods.

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

79837567

Date: 2025-12-04 06:14:31
Score: 1
Natty:
Report link

For CloudFormation CI CD in GitLab, you can put security and compliance checks early in the pipeline so they run before any stack update. The common tools used in AWS projects are cfn-lint for template validation, cfn-nag for insecure IAM or public resources and Checkov when you want deeper policy checks. If you need Compliance as Code, CloudFormation Guard or OPA works well and both fit easily into GitLab jobs.

A simple pipeline is validate, security scan, compliance rules, version bump and then deploy to a test stack. Many teams also bring in devsecops services when they need custom rule sets, but the tools above are enough for most CloudFormation workflows

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

79837555

Date: 2025-12-04 05:57:27
Score: 7.5
Natty:
Report link

Thanks @amalloy! That's very helpful. I've been away from SO for a while. What is a "Reply"? It's not a comment (?), but not an answer (since I can't upvote or accept (which I would)).

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): not an answer
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (2): can't upvote
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @amalloy
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • High reputation (-1):
Posted by: Mars

79837551

Date: 2025-12-04 05:53:26
Score: 1
Natty:
Report link

The approach shown here works, but HTML parsing can become unreliable if the structure changes. In most cases, using a proper HTML parser like BeautifulSoup (Python), Cheerio (Node.js), or DOMParser (JS) is a better and safer solution. These libraries handle malformed HTML more gracefully and make it easier to target specific tags or attributes. It also helps avoid issues caused by nested or missing elements.

By the way, if anyone in Kitchener is searching for a reliable spay and neuter clinic, Bruce Street Animal Hospital is a solid choice. This animal hospital in Kitchener provides safe, professional sterilization services along with vaccinations, wellness exams, and dental care — all delivered with genuine care and experience.

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