79832730

Date: 2025-11-28 16:16:51
Score: 0.5
Natty:
Report link

In file C:\Program Files\Microchip\xc8\v2.31\avr\avr\include\avr\sfr_defs.h you can fing used definition:

#define _MMIO_BYTE(mem_addr) (*(volatile uint8_t *)(mem_addr))
#define _SFR_IO8(io_addr) _MMIO_BYTE((io_addr) + __SFR_OFFSET)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max Popov

79832729

Date: 2025-11-28 16:14:50
Score: 1
Natty:
Report link

Posting this for Docker Desktop for Mac which runs Docker inside a linux Virtual Machine (VM) so the accepted answer does not work since those storage_driver files are inside that VM and not on the Mac itself.

Here, the approach is to delete that VM and have Docker Desktop for Mac recreate it when it restarts.

The steps for this are...

  1. Quit Docker Desktop For Mac

  2. Find the proper <vm-number> (e.g. 0 )...

    ls -al ~/Library/Containers/com.docker.docker/Data/vms/
    
  3. Move/Backup the VM...

    mv ~/Library/Containers/com.docker.docker/Data/vms/<vm-number>/data/Docker.raw ~/Desktop/Docker.raw.backup
    
  4. Restart Docker Desktop For Mac

I created a Gist on this citing this post

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

79832727

Date: 2025-11-28 16:14:50
Score: 3.5
Natty:
Report link

AhmadHamze's solution worked for me. (Comment did not work so I post answer, sorry)

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Andrianarivo

79832725

Date: 2025-11-28 16:12:50
Score: 0.5
Natty:
Report link

FetchOptions has a RecordCountMode property to control the way RecordCount is calculated.

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

79832722

Date: 2025-11-28 16:09:49
Score: 3.5
Natty:
Report link

How are you accessing the app?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How are you
  • Low reputation (0.5):
Posted by: Wilyanto Liang

79832719

Date: 2025-11-28 16:04:48
Score: 3
Natty:
Report link

set the workspace file name to a substitution string reference in the Header Template. Also, since I have text next to the img, it was easier to add the text to the svg file that contained the image

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

79832714

Date: 2025-11-28 15:54:46
Score: 1.5
Natty:
Report link

After the above error messages I decided my python installation was cursed.

Following this answer, more or less: https://apple.stackexchange.com/questions/284824/remove-and-reinstall-python-on-mac-can-i-trust-these-old-references

I did

brew uninstall --ignore-dependencies --force python
and
brew uninstall --ignore-dependencies --force [email protected]
and

brew uninstall --ignore-dependencies --force python@3

and then just

brew install python

Now I can make virtual environments just fine.

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

79832710

Date: 2025-11-28 15:45:43
Score: 4.5
Natty:
Report link

How do I use that? Is that C++? Julia's println function already inserts a new line.

Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (1.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How do I use that
  • Low reputation (0.5):
Posted by: mancolric

79832709

Date: 2025-11-28 15:44:43
Score: 0.5
Natty:
Report link

Hopefully this helps someone in the future but if use setUrgent() on the PutDataMapRequest object, it fixes the issue.

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

79832706

Date: 2025-11-28 15:37:41
Score: 1.5
Natty:
Report link

It's because the chunk is named setup.

Try {r} without setup or {r another_chunk_name}.

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

79832702

Date: 2025-11-28 15:27:39
Score: 3
Natty:
Report link

This is now resolved: The solution was to set up a SQL alert to send an email notification if x < 0. The content of a SQL alert can be customised.

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

79832701

Date: 2025-11-28 15:24:38
Score: 0.5
Natty:
Report link

If you still looking for it, you whould use the resource "databricks_access_control_rule_set"

Something like that :

resource "databricks_service_principal" "sp" {
  display_name = "ndp-sp-${var.project}-${lower(var.env)}"
}

resource "databricks_access_control_rule_set" "automation_sp_rule_set" {
  name = "accounts/{account-id}/servicePrincipals/${databricks_service_principal.sp.application_id}/ruleSets/default"

  grant_rules {
    principals = [data.databricks_group.admin_group.id]
    role       = "roles/servicePrincipal.manager"
  }
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Stephane

79832697

Date: 2025-11-28 15:20:37
Score: 1.5
Natty:
Report link

I had similar issue, you can delete the .ninja_deps from your build folder and this should fix your issue. In my case I am using cmake to generate my build system with generator set to Ninja.

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

79832695

Date: 2025-11-28 15:18:36
Score: 5.5
Natty:
Report link

Can you post any of your attempts, and what specific issue(s) there were with each?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you post
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you post any of you
  • High reputation (-2):
Posted by: Scott Hunter

79832693

Date: 2025-11-28 15:16:35
Score: 1
Natty:
Report link

Honestly this usually happens when Docker suddenly updates itself in the background or the daemon gets bumped to a newer version while your local client or whatever library you use (TestContainers in this case) is still trying to talk with an older API version.

Docker doesn’t always keep the client-server API versions in perfect sync, so if the daemon jumps to something like 1.44 and your TestContainers setup is still locked on 1.32, it just refuses the call and you get that “client version too old” thing.

Most of the time it’s either:

Fix is usually boring: update your Docker client or update TestContainers to the latest version so both sides speak the same API level.

Nothing magical! just version mismatch after an auto-update.

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

79832691

Date: 2025-11-28 15:12:34
Score: 3
Natty:
Report link

Nope, precise number of colors is main task for me. I have graphic editor where i should change colors of image and it is very important to have colors less than my max

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

79832689

Date: 2025-11-28 15:09:34
Score: 3
Natty:
Report link

If you don't know the map's key, you can simply iterate over the map and extract the required value.

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

79832688

Date: 2025-11-28 15:08:33
Score: 7.5
Natty:
Report link

@C3roe the part where the programmable microprocessor,microcontroller, is programmed?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @C3roe
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Andyz Smith

79832687

Date: 2025-11-28 15:06:32
Score: 0.5
Natty:
Report link

Your original 10 colour PNG source will have additional colours created by antialiassing when the SVG image is rendered for display. Without that concession the edges of lines will be visibly jagged. Surely you only really care about filesize/quality tradeoff rather than exact number of colours in the image.

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

79832686

Date: 2025-11-28 15:04:32
Score: 1.5
Natty:
Report link

The only solution that worked for me (Windows 11, VC Code 1.106.3, SQL) was manually creating the foldable section (highlight desired section Ctrl+K Ctrl+,) and removing it (Ctrl+K Ctrl+.).

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

79832684

Date: 2025-11-28 15:03:32
Score: 3.5
Natty:
Report link

As this is a university project, I would like to focus on making correct architectural decisions and structuring my ASP.NET Core backend in a clean and maintainable way.

Would ASP.NET Core MVC with Razor Views be sufficient for this type of portal, or would a Web API approach be more appropriate?
Additionally, what architectural style (e.g. layered architecture, Clean Architecture) would you recommend for such a system in order to remain maintainable and scalable?

What would be a recommended way to organize the solution and its layers (e.g. Controllers → Application Services → Domain → Infrastructure)?
Also, where should business rules such as application state transitions (e.g. approve/reject) and payment processing logic ideally reside, and how should these be separated from the MVC layer?

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

79832680

Date: 2025-11-28 15:01:31
Score: 3.5
Natty:
Report link

So how does one create bit fielded data structures in python? or do I literally need an int for every bit and then combine these into another int with shifting? I need to manage CAN bus communication where individual bits have individual meanings.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mr T

79832674

Date: 2025-11-28 14:55:29
Score: 0.5
Natty:
Report link

It's not assumption, it's fact. After creating SVG image i use function getOriginalColors for retrieving all colors used in SVG image. And I see that when I send maxColors = 10, it is possible to get 16. So, based on sharp docs, parameter colours set number of palette entries (in my mind it means number of colors). I checked visually image after sharp convertation and it looks cool. Vectorization also looks nice visually but in result I counted colors used for SVG and it is bigger than my value (10). Mostly, for max = 10 it gives me 16 colors

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

79832656

Date: 2025-11-28 14:37:24
Score: 2
Natty:
Report link

write a service unit for systemd and put it into system slice (/etc/systemd/system).
as long as you execute it under a user (even root), you will be restricted.

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

79832655

Date: 2025-11-28 14:37:24
Score: 2.5
Natty:
Report link

If you click on it a window (Host Details) comes up.

You can see the whole output in "Data" tab.

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

79832650

Date: 2025-11-28 14:31:23
Score: 1
Natty:
Report link

After adding the IronSource sdk (whether it's installed via package manager - Ads Mediation, or download sdk), the generated iOS build will create a Unity-iPhone.xcworkspace file.

You should open Unity-iPhone.xcworkspace file instead of Unity-iPhone.xcodeproj. This Unity-iPhone.xcworkspace coatins Unity-iPhone.xcodeproj and Pods.xcodeproj.

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

79832647

Date: 2025-11-28 14:26:22
Score: 2.5
Natty:
Report link

I would not be so sure "Sched + Pickups Week 1" counts for 1 workbook only

@Atmo,I'm sorry, but I cannot understand this count.

I thought you wanted to avoid having to rewrite it as 8 to 15 in the strgen function.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: motosann

79832643

Date: 2025-11-28 14:20:20
Score: 2
Natty:
Report link

i found it: somewhere several "allow from"s where hidden behind includes of includes and bypassed the user specific things ... I hope, whoever did all that to the system has retired meanwhile ... grmpf ...
the admin page behind this server was completely open to any domain user (several thousands).

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

79832642

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

Just a note: you describe a data architechure of a particular application. This is not what fully defines the architecture used for the implementaion. There are many ohter factors. These two things are not directly related.

The data structure you described is nothing special. It is very simple and can be expressed in many different ways. You can expect some advice in general, but you cannot expect that someone infers the implementation architecture pattern from your data structure.

Reasons:
  • No code block (0.5):
Posted by: Sergey A Kryukov

79832640

Date: 2025-11-28 14:18:19
Score: 0.5
Natty:
Report link

Why your location “jumps” even when you stand still

What you’re seeing is normal behavior for phone GPS, especially:

A few key points about GPS on mobile devices:

So there is nothing “wrong” with Expo Location itself. You’re just seeing the raw limitations of consumer GPS very clearly because your map is small and your update settings are aggressive.


Issues in the current configuration

You’re doing some reasonable things already (UTM transform, simple smoothing), but a few details make the jitter very visible instead of hiding it.

1. Over-aggressive watch settings

subscription = await Location.watchPositionAsync(
  {
    accuracy: Location.Accuracy.BestForNavigation,
    timeInterval: 500,
    distanceInterval: 0.5,
  },
  (newLocation) => {
    setLocation(newLocation);
  }
);

Problems here:

You’re essentially subscribing to noise in high definition.

2. Over-optimistic accuracy filter

const acc = location.coords.accuracy;

if (acc && acc > 8) return;

You’re discarding any reading where the accuracy is worse than 8 m. In many real environments, values below 8 m are rare. So what happens?

3. Smoothing that doesn’t actually smooth much

setSmoothedUtm(prev => {
  if (!prev) return { x: rawUtm.x, y: rawUtm.y };

  const dx = rawUtm.x - prev.x;
  const dy = rawUtm.y - prev.y;
  const movement = Math.sqrt(dx * dx + dy * dy);

  if (movement < 0.3) return prev;

  const alpha = 0.8;
  return {
    x: prev.x * (1 - alpha) + rawUtm.x * alpha,
    y: prev.y * (1 - alpha) + rawUtm.y * alpha
  };
});

Two main issues:

So the filter doesn’t do much to hide the GPS wandering.


What you can realistically do

You cannot turn GPS into a centimeter-accurate indoor tracker with code. But you can:

Below are practical changes that work within the limitations.


1. Use less aggressive update settings

Relax watchPositionAsync so you don’t hammer the GPS and you don’t get spammed with tiny fluctuations.

For example:

subscription = await Location.watchPositionAsync(
  {
    accuracy: Location.Accuracy.High, // or Location.Accuracy.Balanced
    timeInterval: 2000,               // at most once every 2 seconds
    distanceInterval: 2,              // only if moved ~2 meters
  },
  (newLocation) => {
    setLocation(newLocation);
  }
);

This does two things:

In many cases, High or Balanced gives more stable behavior than BestForNavigation for walking around at low speed.


2. Filter by realistic accuracy and movement

Next, make the smoothing logic match real GPS behavior:

Example:

useEffect(() => {
  if (!rawUtm || !location) return;

  const acc = location.coords.accuracy ?? 999;

  // Ignore very noisy readings
  if (acc > 20) return;

  setSmoothedUtm(prev => {
    if (!prev) {
      return { x: rawUtm.x, y: rawUtm.y };
    }

    const dx = rawUtm.x - prev.x;
    const dy = rawUtm.y - prev.y;
    const movement = Math.sqrt(dx * dx + dy * dy);

    // Ignore small movements that are likely just jitter
    if (movement < 2) {
      return prev;
    }

    // Strong smoothing: mostly keep old position
    const alpha = 0.2; // 20% new, 80% old

    return {
      x: prev.x * (1 - alpha) + rawUtm.x * alpha,
      y: prev.y * (1 - alpha) + rawUtm.y * alpha,
    };
  });
}, [rawUtm, location]);

Now:


3. Be honest about “arrival” distance

You currently trigger arrival when:

if (distanceToDestination !== null && distanceToDestination < 3) {
  Alert.alert('Arrived!', ...)
}

If your GPS accuracy is ±5–10 m, checking for < 3 m is optimistic. The position might easily jump between 2 m and 8 m from the sculpture while the user stands in the same place.

Use a larger radius (e.g. 7–10 m) and maybe require the distance to stay under that threshold for a couple of consecutive readings:

const ARRIVAL_RADIUS = 8; // meters

useEffect(() => {
  if (distanceToDestination == null || selectedDestination == null) return;

  if (distanceToDestination < ARRIVAL_RADIUS) {
    Alert.alert('Arrived!', `You reached ${TEST_POSITIONS[selectedDestination].label}`);
    setSelectedDestination(null);
  }
}, [distanceToDestination, selectedDestination]);

It’s better UX to say “you’re here” a bit early than never say it because of GPS jitter.


4. Accept that your map scale amplifies noise

You’re mapping UTM → pixels based on sculpture coordinates that are very close together. When your entire site is, say, 30 m wide and your screen is 300 px wide:

That’s why the dot looks like it’s flying around.

There is no way around this from GPS alone. What you can do:


5. If you truly need high precision: GPS alone is not enough

For a small offline map, if you need sub-meter or 2–3 m reliable precision, you won’t get it on regular phones with only GPS, especially offline and near structures.

Real alternatives (if this were a production problem):

That’s beyond Expo Location and outside pure code solutions.


Summary

You can’t make GPS behave like a laser pointer, but you can make the experience look stable and usable for an offline sculpture map.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Why you
  • Low reputation (1):
Posted by: Vanshat

79832637

Date: 2025-11-28 14:15:18
Score: 0.5
Natty:
Report link

In my case i just changed

_userManager.Setup(r => r.GetRolesAsync(newlyCreatedUser)).ReturnsAsync(x => oldRolesThatUserHad);

into

_userManager.Setup(r => r.GetRolesAsync(newlyCreatedUser)).ReturnsAsync(oldRolesThatUserHad); //omit the lambda
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Aleksa Hadzic

79832633

Date: 2025-11-28 14:12:18
Score: 1.5
Natty:
Report link

The 403 errors are caused by ModSecurity Rule ID 942440 incorrectly flagging encrypted cookie content as an SQL injection attempt. To fix this, whitelist Rule ID 942440 in your Plesk ModSecurity settings.

Rule ID 942440 is a ModSecurity rule titled "SQL Comment Sequence Detected" ([msg "SQL Comment Sequence Detected"]).

It is designed to detect patterns within requests that resemble SQL comments (like -- or ---), which are often used in SQL injection attacks.

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

79832627

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

If your text written to stdout doesn't end with \n, use std::flush to force a screen update.

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

79832626

Date: 2025-11-28 14:05:16
Score: 1.5
Natty:
Report link

Hi heaxyh,

by increasing the CommandTimeout you will prevent the timeout and consequently the lock on __EFMigrations table. This timeout increases the time on the transaction itself

services.AddDbContext<XContext>((srv, options) =>
{
            options.UseSqlServer("ConnectionString", opts => { opts.MigrationsAssembly("MigrationProject"); opts.CommandTimeout(appSettings.CommandTimeoutInSeconds);});
});

kind regards,

Reasons:
  • Blacklisted phrase (1): regards
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Pau No spam

79832618

Date: 2025-11-28 13:58:14
Score: 1
Natty:
Report link

I have a scenario, where I need to delete Cloud tasks.
I create the tasks with a custom name/id.
Under some circumstances I then I check if that task is there, if it is I delete it.

client.getTask(fullTaskName)
client.deleteTask(fullTaskName)
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Calle Engene

79832604

Date: 2025-11-28 13:44:10
Score: 3
Natty:
Report link

What part of this is supposed to be a programming question?

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

79832597

Date: 2025-11-28 13:35:08
Score: 2
Natty:
Report link

Three random digits may not be sufficient to prevent collisions, and detecting duplicates only at insertion time (using a primary key) could be too late. What happens if the system clock drifts? What if you have multiple application servers without perfectly synchronized clocks? Maybe better something like Snowflake ID with less presition on the time but with a node/thread ID and a sequence number per node/thread rather than a small random

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

79832595

Date: 2025-11-28 13:32:08
Score: 1.5
Natty:
Report link

Get the parent branch name of your current branch with this:

git rev-parse --abbrev-ref @{-1}

In Windows PowerShell I had to escape the expression.

git rev-parse --abbrev-ref "@{-1}"

The accepted answer by @andreas-wolf is more thorough. I use this where every branch is created with git checkout -b feature, then back into main and merge if required.

From the Git Reference: gitrevisions

The construct @{-<n>} means the <n>th branch/commit checked out before the current one.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @andreas-wolf
  • Low reputation (1):
Posted by: Big Pete

79832589

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

For future readers

OP probably faced type error inside the exact version of @types/node.

If possible, try to upgrade @types/node package instead of type casting or creating additional objects.

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

79832584

Date: 2025-11-28 13:23:05
Score: 1
Natty:
Report link

The Angular team hasn’t published what exact design tool was used for those specific SVGs and they don’t provide the original source files like .ai or .fig for assets in the repo. In practice, teams at Google typically use a mix of tools such as Figma, Adobe Illustrator, or Sketch to design vector assets, and then export them to SVG for use in the codebase. Since the SVGs are already in the repository, the intended workflow is to treat them as the source of truth rather than request the original .ai files.

If you want to work with or modify them, you can safely import the existing .svg files directly into Figma, Adobe Illustrator, or Inkscape and continue editing them there. All of these tools support round-trip SVG editing very well.

So the practical answer is: you don’t need the original .ai files. Just open the existing SVGs in Illustrator or Figma and you will be able to inspect and modify the layers, paths, groups, colors, and exported structure easily.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Abdul Rameez K R

79832571

Date: 2025-11-28 13:11:02
Score: 3.5
Natty:
Report link

use position fixed for the burger menu makes sticky may need to add different positioning

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

79832570

Date: 2025-11-28 13:10:02
Score: 1.5
Natty:
Report link

The Cleanest way to use with using Python 2.7

import imp
module = imp.load_source("myfile", os.path.join(latest, "myfile.py"))
print(module.myvariable)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abdul Rameez K R

79832564

Date: 2025-11-28 13:08:01
Score: 2
Natty:
Report link

Nowadays this is in the Configuration Center. The setting is called Screen Blanking and it can be found under Display.

enter image description here

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

79832562

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

for me helped:

1. flutter upgrade
2. run app through command flutter run

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Valentyna P

79832560

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

As @jonrsharpe explained, the problem is that FileBackend does not return proper Task objects. Rather, it returns raw objects with the properties of a Task, which do not have any of the methods. I wrongly assumed the Task objects were automatically constructed thanks to the type hints, but this was not the case.

The solution would be to construct a Task object from the retrieved items. For example, defining a factory method like this (the dates are being parsed using Date.parse() per as the MDN documentation):

public static tryFromRawObject(obj: {id?: number, name: string, status: string, creationTime: string, lastModificationTime: string}): Task {
    let parsedCreationTime = Date.parse(obj.creationTime);
    if (isNaN(parsedCreationTime)) {
        throw new TypeError(`Failed to construct Date object from value: creationTime=${obj.creationTime}`);
    }

    let parsedLastModificationTime = Date.parse(obj.lastModificationTime);
    if (isNaN(parsedLastModificationTime)) {
        throw new TypeError(`Failed to construct Date object from value: lastModificationTime=${obj.creationTime}`);
    }

    if (!Object.values(TaskStatus).includes(obj.status as TaskStatus)) {
        throw new TypeError(`Failed to construct TaskStatus object from value: status=${obj.status}`);
    }

    return new Task({
        id: obj.id,
        name: obj.name,
        status: obj.status as TaskStatus,
        creationTime: new Date(parsedCreationTime),
        lastModificationTime: new Date(parsedLastModificationTime),
    });
}

And then invoke it from the TaskRepository:

private async readStream(): Promise<Array<Task>>{
    const tasks: Array<{id?: number, name: string, status: string, creationTime: string, lastModificationTime: string}> = [];
    tasks.push(...await this.backend.json());
    return tasks.map(Task.tryFromRawObject);
}
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @jonrsharpe
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: gilacc

79832555

Date: 2025-11-28 12:54:57
Score: 3
Natty:
Report link

In case anyone else finds this, I ran into this same error, and solved it by:

(1) removing ninja, ninja.bat, ninja.py from depot_tools (I just put them into a temporary folder, so I could move them back if it didn't work)
(2) copying ninja.exe into depot_tools

When I ran the cmake Ninja command, I got all kinds of errors about certain files it wasn't able to find, but then running ninja aseprite afterward worked.

I don't fully understand why this works. The best I can tell, ninja / ninja.bat are wrapper scripts that call ninja.py, and ninja.py is a wrapper script that searches PATH for ninja.exe and calls it, so by copying ninja.exe there in the first place, you're kind of cutting out the middleman?

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

79832549

Date: 2025-11-28 12:48:56
Score: 4
Natty: 4
Report link

All list of constexpr containers:
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p3372r0.html

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

79832544

Date: 2025-11-28 12:36:53
Score: 1.5
Natty:
Report link

Cool - thank you for this helpful and working input, Giovanni Augusto (2024-09-21)!
For some reason I cannot comment on your comment, but only on OP...

ChatGPT made it into a toggle-PowerShell-Script for me:

# Toggle Light / Dark Mode Script

# Define registry paths
$personalizePath = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize"
$accentPath = "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Accent"

# Read current system theme (SystemUsesLightTheme)
try {
    $currentSystemTheme = Get-ItemPropertyValue -Path $personalizePath -Name SystemUsesLightTheme
} catch {
    # If the registry entry is missing, default to Light
    $currentSystemTheme = 1
    New-ItemProperty -Path $personalizePath -Name SystemUsesLightTheme -Value $currentSystemTheme -Type Dword -Force
    New-ItemProperty -Path $personalizePath -Name AppsUseLightTheme -Value $currentSystemTheme -Type Dword -Force
}

# Toggle logic
if ($currentSystemTheme -eq 1) {
    # Currently Light → switch to Dark
    $newValue = 0
    Write-Host "Switching to Dark Mode..."
} else {
    # Currently Dark → switch to Light
    $newValue = 1
    Write-Host "Switching to Light Mode..."
}

# Set System & Apps theme
New-ItemProperty -Path $personalizePath -Name SystemUsesLightTheme -Value $newValue -Type Dword -Force
New-ItemProperty -Path $personalizePath -Name AppsUseLightTheme -Value $newValue -Type Dword -Force

# Set Accent color (kept constant)
New-ItemProperty -Path $accentPath -Name AccentColorMenu -Value 0 -Type Dword -Force
New-ItemProperty -Path $acce
Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (1): cannot comment
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hauke

79832541

Date: 2025-11-28 12:34:52
Score: 1.5
Natty:
Report link

First check if nvcc is installed :

nvcc --version

If its Not Installed then you can install it (Nvidia CUDA ToolKit) using this guide :- https://developer.nvidia.com/cuda-downloads

1. Compile the CUDA (.cu) program:

nvcc my_cuda_program.cu -o my_cuda_program

2. Run the executable:

./my_cuda_program

Reasons:
  • Blacklisted phrase (1): this guide
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Abhith Shaji

79832540

Date: 2025-11-28 12:33:52
Score: 1.5
Natty:
Report link

Download Visual Color Theme Designer 2022. Create a new project from its template. Select Base Theme Dark.

Go to All elements. And find … the element with the name “Shell – AccentFillDefault”.

Change the purple color to FF454545.

See them exactly as is shown

Press Apply. Restart VS and select your theme from the list in themes.

Your are DONE !!!

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

79832535

Date: 2025-11-28 12:18:49
Score: 3
Natty:
Report link

Actually GNU Emacs will have more of the ISPF/Edit functions.

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

79832528

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

In short, Uvicorn is a lightning-fast ASGI (Asynchronous Server Gateway Interface) server implementation for Python.

While frameworks like FastAPI (which I used in my project) define how your API handles requests (routing, validation, logic), they do not include a web server to actually listen for network requests and send responses. Uvicorn fills this gap by acting as the bridge between the outside world (HTTP) and your Python application.

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

79832527

Date: 2025-11-28 12:11:46
Score: 6
Natty: 7
Report link

Can you drop the repo link or the full scripts here?

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

79832522

Date: 2025-11-28 12:03:44
Score: 0.5
Natty:
Report link

While the existing answers clearly explain how to update the intrinsic matrix for standard scaling/cropping operations, I want to provide a related perspective: how to construct a intrinsic for projection matrix of rendering when using crop, padding, and scaling, so that standard rendering pipelines correctly project 3D objects onto the edited image.


Background

When performing crop, padding, or scaling on images, the camera projection matrix needs to be adjusted to ensure that 3D objects are correctly rendered onto the modified image.


Key Concepts

Pixel space vs. Homogeneous space

This distinction affects how image augmentations influence projections. For example, adding padding on the right:


Projection Matrix Parameters

A camera intrinsic matrix contains four main parameters:


Effects of Augmentations

Translation (cx, cy)

Scaling (fx, fy)


Updating the Intrinsic Matrix

Pixel space rules:

Homogeneous space rules:

sx = s * (original_width / padded_width)
sy = s * (original_height / padded_height)

fx_new = fx * sx
fy_new = fy * sy
cx_new = cx * sx
cy_new = cy * sy

Note: This compensation only adjusts for the normalized coordinate system and does not change physical camera parameters.


Correct FOV Calculation

To compute FOV consistent with the original image:

fov_x = 2 * arctan((original_width * s) / (2 * fx_new))
fov_y = 2 * arctan((original_height * s) / (2 * fy_new))

This ensures that rendering with crop, padding, and scaling produces objects at the correct location and scale, without relying on viewport adjustments.

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

79832505

Date: 2025-11-28 11:32:37
Score: 3
Natty:
Report link

"Sched + Pickups Week 1" was interpreted as the file name in the code mentioned in the question. For example, ”SCHED 11.30.25.xlsm”

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

79832483

Date: 2025-11-28 11:02:31
Score: 1
Natty:
Report link

In my case the problem was the version of the extension bundles

Warning message coming from Azure

What I had to do is:

Locate the `host.json` of your function app

Update the

  "extensionBundle": {
      "id": "Microsoft.Azure.Functions.ExtensionBundle",
      "version": "[3.*, 4.0.0]"
    }
  }

To

  "extensionBundle": {
      "id": "Microsoft.Azure.Functions.ExtensionBundle",
      "version": "[4.*, 5.0.0)"
    }
  }
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Potis23

79832477

Date: 2025-11-28 10:51:28
Score: 3
Natty:
Report link

try using onnxruntime 1.19.2 this solved the issue for me

I am using Python 3.11.4

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

79832472

Date: 2025-11-28 10:43:26
Score: 0.5
Natty:
Report link

A program can check if a file descriptor is a TTY or not with isatty call.

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

79832471

Date: 2025-11-28 10:43:26
Score: 0.5
Natty:
Report link

It very likely checks if stdout is a tty.

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

79832470

Date: 2025-11-28 10:43:26
Score: 1
Natty:
Report link

For those using Quarkus 3.x, it's possible with this option:

quarkus.swagger-ui.try-it-out-enabled=true
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Thomas

79832468

Date: 2025-11-28 10:40:25
Score: 0.5
Natty:
Report link

There are two ways to use the Data Mapper Runtime.

  1. If you generate a data mapping dll in Liquid Studio, it will copy LiquidTechnologies.DataMapper.Runtime.dll from the Install folder. This is a .Net Framework 4.6.2 dll.

  2. If you generate source code and compile your own data mapping dll, this will pull down the LiquidTechnologies.DataMapper.Runtime Nuget and use the appropriate LiquidTechnologies.DataMapper.Runtime.dll for the .Net version you are using (currently supports: .Net Framework 4.6.2, .Net 8.0, .Net 9.0 or .Net Standard 2.0). These targets are inline with the common Microsoft nugets.

You can easily see which you are using by looking in the Bin folder. If LiquidTechnologies.DataMapper.Runtime.dll is 5MB then it is the .Net Framework 4.6.2 version from the install folder. The Nuget version is only 500KB as all of the dependencies are pulled down in separate Nugets.

The following video shows you how to generate your own data mapping dll using c# in Microsoft Visual Studio:
Generate a C# Data Mapping Project in Liquid Data Mapper

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

79832463

Date: 2025-11-28 10:38:24
Score: 0.5
Natty:
Report link

You’re focusing on the wrong layer.

What you see in Wireshark (headers in one TCP packet, body in another) is just TCP segmentation. From the HTTP point of view this is still a single request, and HTTP/1.1 explicitly allows the body to arrive in multiple segments. A server that only works when headers and body are in the same TCP packet is simply broken.

Because of that, there’s no supported way in .NET Framework to “force” HttpClient to put headers and body into one packet; the OS and network stack are free to split the data however they want.

What is different in your failing trace is this part of the headers:

Expect: 100-continue
Connection: Keep-Alive

With Expect: 100-continue, .NET sends the headers first, waits for a 100 Continue from the server, and only then sends the body. Your embedded device is sending a 400 instead of 100, so it’s not handling this handshake correctly.

You’ve already tried ServicePointManager.Expect100Continue = false, but with HttpClient on .NET Framework you should make sure this is set before creating the client, and also disable it on the request headers:

ServicePointManager.Expect100Continue = false;

var handler = new HttpClientHandler();
var client  = new HttpClient(handler);

client.DefaultRequestHeaders.ExpectContinue = false;

using var payload = new MultipartFormDataContent();
payload.Add(new StreamContent(File.OpenRead(filename)), "file", Path.GetFileName(filename));

var response = await client.PostAsync(requestUrl, payload);

If the device still rejects the request after removing Expect: 100-continue, then the issue isn’t packet splitting. it’s simply that the device’s HTTP implementation doesn’t fully conform to HTTP/1.1. In that case your only real options are:

So, in short:

Is there any way to make .NET Framework 4.8 HttpClient send the file data directly in the initial request?

No, not reliably. You can (and should) disable Expect: 100-continue, but you can’t control how the HTTP request is split into TCP packets; the embedded server needs to handle segmented requests correctly.

Reasons:
  • Blacklisted phrase (1): Is there any
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Wilyanto Liang

79832458

Date: 2025-11-28 10:28:22
Score: 3
Natty:
Report link

With the given code , it will work fine if you use the import lombok.Data; in ProductRequest.
The possibility of 400 Bad Request is may be of your input type mismatch.

sample json request body

{
    "name": "Laptop",
    "price": 999.99
}

Still getting the error please share your log details

Reasons:
  • RegEx Blacklisted phrase (2.5): please share your
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: mariya cherian

79832441

Date: 2025-11-28 10:03:16
Score: 1.5
Natty:
Report link

This turns out to be a compiler bug in gcc 14, fixed with gcc 14.3. The corresponding Bugzilla ticket is: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118849.

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

79832437

Date: 2025-11-28 10:00:15
Score: 0.5
Natty:
Report link

In the current state, Keeps API can only be used through domain-wide delegation, with service accounts or an OAuth client ID, only for enterprise apps.

You can reach the resource following this path Admin Console> API Controls> Security> Domain-wide Delegation

If you have more doubts on how to use or configure Domain-Wide delegation, you can follow this guide.

Cheers!

Reference: https://issuetracker.google.com/issues/210500028#comment4

Reasons:
  • Blacklisted phrase (1): Cheers
  • Blacklisted phrase (1): this guide
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Waqar Ahmad

79832436

Date: 2025-11-28 09:59:14
Score: 1.5
Natty:
Report link

main workbook : Including this macro

WB1 and WB1A-actual schedule : ?

WB2=Sched + Pickups Week 1 : this week

WB3=Sched + Pickups : the next weeks

I'm not quite sure what you want to do, but do you want to open WB2 or WB3 in the main workbook's macro?

Execution date WB2 WB3
2025/11/29(Sat) 11.30.25.xlsm 12.07.25.xlsm
2025/11/30(Sun) 12.07.25.xlsm 12.14.25.xlsm
2025/12/1 (Mon) 12.07.25.xlsm 12.14.25.xlsm
2025/12/2 (Tue) 12.07.25.xlsm 12.14.25.xlsm
2025/12/3 (Wed) 12.07.25.xlsm 12.14.25.xlsm
2025/12/4 (Thu) 12.07.25.xlsm 12.14.25.xlsm
2025/12/5 (Fri) 12.07.25.xlsm 12.14.25.xlsm
2025/12/6 (Sat) 12.07.25.xlsm 12.14.25.xlsm
2025/12/7 (Sun) 12.14.25.xlsm 12.21.25.xlsm
2025/12/8 (Mon) 12.14.25.xlsm 12.21.25.xlsm

What if strgen is passed the number of weeks as an argument?

Function strgen(weeks As Long)
    ' weeks 1 : this weekend(Sunday) Sunday-Saturday next Sunday
    '       2 : next weekend(Sunday)
    strgen = Format(Date - Weekday(Now(), 1) + 1 + (weeks * 7), "mm.dd.yy") & ".xlsm"
End Function

How about doing it as follows in the macro you run?

Sub test()
    Dim strDirPath As String
    Dim strFilename1 As String
    Dim strPath1 As String
    Dim strFilename2 As String
    Dim strPath2 As String
    Dim strFilename As String
    Dim strPath As String
    Dim result As VbMsgBoxResult
    
    strDirPath = "C:\Temp\Orginal Schedules\"
    strFilename1 = "SCHED " & strgen(1)
    strPath1 = strDirPath & strFilename1
    strFilename2 = "SCHED " & strgen(2)
    strPath2 = strDirPath & strFilename2
    If Dir(strPath1) <> "" Then
        If Dir(strPath2) <> "" Then
            Select Case Weekday(Now(), 1)
                Case 1 To 3
                    strFilename = strFilename1
                Case 4
                    result = MsgBox("It is Wednesday. Do you want to open """ & strFilename1 & """", vbYesNo + vbQuestion, "Confirmation")
                    If result = vbYes Then
                        strFilename = strFilename1
                    Else
                        strFilename = strFilename2
                    End If
                Case Else
                    strFilename = strFilename2
            End Select
        Else
            strFilename = strFilename1
        End If
    ElseIf Dir(strPath1) <> "" Then
        strFilename = strFilename2
    Else
        MsgBox "file does not exist.", vbOKOnly + vbCritical
        Exit Sub
    End If
    strPath = strDirPath & strFilename

    Workbooks.Open Filename:=strPath
    Windows(strFilename).Activate
End Sub
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: motosann

79832430

Date: 2025-11-28 09:52:12
Score: 0.5
Natty:
Report link

CSS has now come with the "field-sizing" property.

input {
  field-sizing: content;
}

https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/field-sizing

Still experimental by november 2025, but it seems to work very well.

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

79832429

Date: 2025-11-28 09:52:12
Score: 1
Natty:
Report link

private void OntriggerEnter(Collider other) { ItemWorld itemWorld = other.GetComponent<ItemWorld>(); if(itemWorld != null) { // add to the player's inventory inventory.AddItem(itemWorld.GetItem()); // destroy from world itemWorld.DestroySelf(); } }

OntriggerEnter should be OnTriggerEnter

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

79832422

Date: 2025-11-28 09:34:08
Score: 0.5
Natty:
Report link

There seems to be no official support for changing the border-radius on the <gmp-map> web component as of now.

Please file a feature request on the public issue tracker here and include a use-case scenario that would be reasonable for Engineers to check on this: https://issuetracker.google.com/issues/new?component=188853&template=787814

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

79832410

Date: 2025-11-28 09:18:04
Score: 1
Natty:
Report link

You can use "planDB" for this case with sqlite or sqlciher (encrypted sqlite),can use for windows and linux,mac also, i think its a good one for comparing and even bidirectional patch generation like source-target and target to source u can get it from "www.planplabs.com" or "github.com/planp1125-pixel/plandb_mvp/releases"

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

79832404

Date: 2025-11-28 09:15:03
Score: 1.5
Natty:
Report link

Since the error happens when node tries to parse the [...]/node_modules/mongodb/lib/collection.js:24:18 character, there is a good chance that there is a misconfiguration somewhere. Try to check if the project's setup is compatible with the mongodb version. Usually, from my experience, JS parsing errors inside well stablished modules happens because of misconfigurations. - Iguatemi CG

As per the author's comment, they fixed the issue by downgrading to the following versions:

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

79832403

Date: 2025-11-28 09:15:03
Score: 3
Natty:
Report link

In my case the problem was that my application.properties encoding was ANSI. After changing encoding to UTF-8, eclipse removed the alert automatically.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Oscar Maire-Richard

79832396

Date: 2025-11-28 09:11:02
Score: 3.5
Natty:
Report link

Thanks for posting your solution - it really helped! For my site, I had to go up from the default 1.0 Minimum TLS on Cloudflare to 1.1 and it appears to have resolved my issue.

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

79832386

Date: 2025-11-28 08:46:56
Score: 0.5
Natty:
Report link

So,

Google's AI mode suggested using the Table.Buffer command for the source queries and I did this for the source queries in my flow and it seems to have worked.

I remain unimpressed - my queries were not (IMHO) complex and there was not a huge amount of data involved either (<3,000 rows and ~30 fields).

Buffer the Table (Advanced Workaround): In some advanced scenarios where sorting at the end doesn't work, using Table.Buffer in the M language can force Power Query to load the entire table into memory and maintain order, but this has performance implications. For most cases, a final explicit Sort step is sufficient.

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

79832385

Date: 2025-11-28 08:43:56
Score: 0.5
Natty:
Report link

I just had the same problem on an old project.

Here is what work for me:

$response = new \Symfony\Component\HttpFoundation\JsonResponse();
$response->setEncodingOptions(JSON_UNESCAPED_UNICODE);
$response->setData($ret);
return $response;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Samuel C.

79832383

Date: 2025-11-28 08:42:55
Score: 1
Natty:
Report link

Hacky alternative

You can edit VSCode built-in markdown.css stylesheet directly:


Credits

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

79832382

Date: 2025-11-28 08:41:55
Score: 4.5
Natty: 5
Report link

official doc answering the question (for later searches) can be found here : https://docs.aws.amazon.com/sns/latest/dg/subscription-filter-policy-constraints.html#subscription-filter-policy-payload-constraints

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

79832378

Date: 2025-11-28 08:37:53
Score: 1.5
Natty:
Report link
setup do
  @user = users(:one)
  sign_in_as(@user)
end
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Headless

79832377

Date: 2025-11-28 08:35:52
Score: 2.5
Natty:
Report link

You have not enabled billing on your project which is causing this error. You must enable Billing on the Google Cloud Project through this link.

Follow the instructions in the documentation on how to create a billing account: https://developers.google.com/maps/get-started#create-billing-account

and please open a support case for further inquiries.

Reasons:
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lanceslide

79832374

Date: 2025-11-28 08:22:50
Score: 2.5
Natty:
Report link

I did manage to find a solution based on the formattable function from the question and the concept from this StackOverflow answer:

template<typename T>
consteval bool formattable()
{
    auto fmt_parse_ctx = std::format_parse_context(".2");
    return std::formatter<T>().parse(fmt_parse_ctx) == fmt_parse_ctx.end();
}

template<typename T> concept Formattable = requires
{
    typename std::type_identity_t<int[(formattable<T>(),1)]>;
};

static_assert(Formattable<double>);
static_assert(!Formattable<int>);

Demo on Compiler Explorer.

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jens

79832372

Date: 2025-11-28 08:19:49
Score: 3
Natty:
Report link

This worked in Ubuntu Gnome: -Dglass.gtk.uiScale=4.0

It made GUI 4x bigger.

More detailed answer: https://stackoverflow.com/a/79832355/20340543

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

79832370

Date: 2025-11-28 08:16:48
Score: 0.5
Natty:
Report link

You can achieve this by overriding the row expansion logic manually within your row or cell click handler.

Add this:

onClick: () =>
  table.setExpanded({
    [row.id]: !row.getIsExpanded(),
  })

This is a solution i found from the GitHub discussion linked here

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

79832368

Date: 2025-11-28 08:13:47
Score: 3
Natty:
Report link

I'm facing the same problem.
The project uses Hibernate 7.1.2.Final, so you don't need to specify the dialect manually, but the error persisted.
The problem was that I forgot to put a colon in front of the two slashes.

Thus, make sure that the JDBC_DATABASE_URL is specified correctly.

If you are working with PostgreSQL, then the path will be as follows:

jdbc:postgresql://${HOSTNAME}:${DB_PORT}/${DATABASE}?password=${PASSWORD}&user=${USERNAME}

The example would look like this:

jdbc:postgresql://localhost:5432/taskdb?password=qwerty123&user=sa
Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Low reputation (0.5):
Posted by: MAGistr

79832367

Date: 2025-11-28 08:11:46
Score: 3.5
Natty:
Report link

https://github.com/DevilForDevs/YtMuxerKt/blob/master/src/main/kotlin/webm/WebMParser.kt

This is tiny webm parser can give you 6 2 or any sample count auto switching clusters. Each sample will have abs offset that you can copy using sample size.

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

79832360

Date: 2025-11-28 08:03:44
Score: 1.5
Natty:
Report link

@ John I also thought about this but OP asked for the "simplest way". Your approach works but needs many lines of code and comes with some problems. If you change the size of the axis by adjusting your figure window, the text won't adjust its font size as it does with heatmap. And I guess with using surf + many text objects, this solution is not very performant for large matrices.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Till

79832359

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

I started using PancakeView back in Xamarin.Forms when even Frame class didn't exist. Back then it was the fastest way to even achieve a cross-platform view with corner radius.

Right now there is no need to use third-party libraries since maui provides you everything you need to achieve what PancakeView provided back in the day. Even more if you are looking for stability and long-term support.

You have:

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

79832358

Date: 2025-11-28 08:01:42
Score: 6 🚩
Natty: 5.5
Report link

Friend, please tell me the solution you used.

Reasons:
  • RegEx Blacklisted phrase (2.5): please tell me the solution you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Serhiy Pikulya

79832356

Date: 2025-11-28 07:58:41
Score: 2
Natty:
Report link

Ok whenever I hear someone talk about variadic template and virtual function in one sentence. I am like : Oh probably we have a design issue here. Most designs either use static polymorphism (e.g. you really know the types you are going to support) or you use virtual functions + inheritance. So which of your categories are you in? Do you know all types you are going to support at compile time: then look for a template only solution. Otherwise look for an inheritance one.

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you know a
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Pepijn Kramer

79832353

Date: 2025-11-28 07:54:40
Score: 3.5
Natty:
Report link

They might use inkscape, a free and open source vector graphics software as well:
https://inkscape.org/

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

79832347

Date: 2025-11-28 07:46:38
Score: 0.5
Natty:
Report link

All pyproject.toml requirements (the dependency version constraints published on pypi) shall be honored prior to uv transferring control to your app.

That wasn't clear to me. Thanks for pointing that out. I've tested it by replacing uvx streamlit with streamlit and it seems to work just as well.

You haven't cited any streamlit documentation that talks about a "run" verb which will locate and download a foobarbaz pypi package, and I certainly don't recall having come across such a thing.

streamlit run app.py is the default idiom AFAIK (source).

Please publish the URL of the GitHub repo where you are exploring these issues.

This seems to work now. Thanks a lot!

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

79832345

Date: 2025-11-28 07:39:36
Score: 12 🚩
Natty: 5
Report link

I am facing same issues? Did anyone manage to resolve it?

Reasons:
  • RegEx Blacklisted phrase (3): Did anyone manage to resolve it
  • RegEx Blacklisted phrase (1.5): resolve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dharmesh

79832344

Date: 2025-11-28 07:38:35
Score: 2
Natty:
Report link

Just addinside activity

HttpsTrustManager.allowAllSSL();
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Low reputation (0.5):
Posted by: Nagaraj

79832342

Date: 2025-11-28 07:36:35
Score: 1
Natty:
Report link

HEIC is based on the HEIF/HEVC codec, and many browsers and OS environments still do not ship a native decoder.

That’s why libraries like FileReader, canvas, Pillow, or Sharp may fail to load HEIC images directly.

If you want to convert HEIC → PNG programmatically:

- Python: install pillow-heif and convert through Pillow

- Node.js: use Sharp with libvips HEIF support enabled

- iOS: use CGImageSource / CIImage to re-encode as PNG

- Android: HEIC decoding requires API 28+ or ImageDecoder

If you only need a quick conversion without installing libraries,

a browser-based tool works well:

https://heictopng.net

(Conversion happens on the client side; no uploads required.)

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

79832341

Date: 2025-11-28 07:35:34
Score: 1
Natty:
Report link

If you're getting the same error on iOS,

  1. Open your iOS project in Xcode using this command:

    open ios/Runner.xcworkspace
    
    
  2. In Xcode, go to:
    Runner → Signing & Capabilities

  3. Check whether Push Notifications capability is added.

    • If it’s missing, click the + Capability button and add Push Notifications.
  4. Make sure the capability is enabled for both Debug and Release modes.

    • In my case, it was only enabled for Debug, and that caused the error.

    • After enabling it for Release as well, everything started working correctly.

Hope this helps you too!

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): getting the same error
  • Low reputation (0.5):
Posted by: Sahil Kundaliya

79832328

Date: 2025-11-28 07:09:28
Score: 0.5
Natty:
Report link

Since the comment button doesn't work on this site, I have no choice but to respond to my own question. Let this be a comment on John Bollinger's answer. At the same time, I'll expand a bit on my concerns regarding the original question.

By default, global variables without initialization are assigned the value 0.

In my example, the value of all elements of the 'buffer' array is 0 as soon as we enter the main() function.

As for the startDMARead() function, its appearance, simplified to all accesses to 'buffer' via a pointer to it, is:

static unsigned char buffer[32];

int main(void) {
  startDMARead(buffer, sizeof(buffer));
  return 0;
}

void startDMARead(unsigned char *ptr, int size) {
  *(volatile unsigned int *)DMA_HW_ADDR = (unsigned int)ptr;
  *(volatile unsigned int *)DMA_HW_SIZE = size;
  ... // wait for end transfer
}

As is clear (including to the compiler), the value of the ptr pointer is written to some MMIO address.

During optimization, I see no reason to think anything is happening to the contents pointed to by ptr.

In C code, there are no modifications to 'buffer' due to any dereference of ptr.

Now, when returning from startDMARead(), the compiler knows that 'buffer' was not modified by the call to startDMARead().

This means that reading 'buffer', for example, buffer[0], can be omitted. Instead, the compiler can simply replace such access with the value 0 (the value the buffer was initialized with).

That's what I'm afraid of. And I want to tell the compiler explicitly: "Hey, you don't see the changes in C, but I have to tell you that this buffer was modified beyond your comprehension!"

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

79832324

Date: 2025-11-28 07:06:27
Score: 3
Natty:
Report link

Mr.karan.singh

Butwhy

header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Karan Kumar

79832317

Date: 2025-11-28 06:52:24
Score: 0.5
Natty:
Report link

It's very likely that the HTTP response code is not 200. Did you check that? Either way, the response text doesn't represent valid JSON

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: jackal

79832311

Date: 2025-11-28 06:46:23
Score: 1
Natty:
Report link

Please put the expression _pool = Pool(2) within the function script_runner as follows:

def script_runner():
    _pool = Pool(2)
    _pool.apply_async(script_wrapper)
    _pool.close()
    _pool.join()

->

foo

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

79832309

Date: 2025-11-28 06:41:22
Score: 2
Natty:
Report link

Hang on a moment. What are you writing here? Are you writing an MFT, or are you trying to call an existing MFT? What video type do you actually have?

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

79832306

Date: 2025-11-28 06:38:21
Score: 1.5
Natty:
Report link

You can customize css variables:

:root {
  --r-main-font: 'Your Custom Font', sans-serif;
  --r-heading-font: var(--r-main-font);
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yoshihide Shiono