79780119

Date: 2025-10-01 13:35:53
Score: 0.5
Natty:
Report link

I also needed this functionality but in an environment without Python nor additional downloadable tools.

I ended up with the following solution using awk only.

cat myfile.md |awk '{if ($0~/^## /) {++count} if (count>1) {exit} print $0}'

It will stop printing lines after the second ## header 2 is found.

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

79780109

Date: 2025-10-01 13:24:50
Score: 1.5
Natty:
Report link

As mention in the comments this is due to a GHAction feature that prevents tokens and secrets from being passed as outputs.

With that information I managed to find a workaround that proved helpful to me.

Basically, you can set the token as outputs if you base64 encode it twice first. and then base64 decode twice in the caller workflow before using.

My solution ended up having two reusable workflows:
Token Retreiver(TR): Retreives the token and encodes it.
Token Decoded(TD): Calls TR and returns the decoded token to the caller workflow.

Then I just call the TD from my caller workflow.

This does send the token decoded between jobs so only do this if that is not a problem for you.

You can find an example here where I found the workaround: https://github.com/orgs/community/discussions/29880

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

79780101

Date: 2025-10-01 13:15:48
Score: 1
Natty:
Report link

The issue is that PowerShell's -replace operator uses regular expressions by default, and parentheses () are special characters used for grouping. Your pattern "()" is being interpreted as an empty capturing group, which doesn't match the literal string you're trying to remove.

You need to escape the parentheses to tell the regex engine to treat them as literal characters.

Escape the parentheses with a backslash (\).
or use .Replace

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

79780099

Date: 2025-10-01 13:14:48
Score: 2.5
Natty:
Report link

As of xarray v2025.09.1 h5netcdf is the default engine. Beside that users can use set_options with netcdf_engine_order to specify their order of relevance. Thanks @shoyer for implementing this!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @shoyer
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: kmuehlbauer

79780097

Date: 2025-10-01 13:13:47
Score: 2
Natty:
Report link

You don’t actually need a custom deserializer here. Jackson already knows how to handle Object.class out of the box.

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

79780095

Date: 2025-10-01 13:11:47
Score: 0.5
Natty:
Report link

Người lớn đã từng là trẻ em, nhưng trẻ em thì chưa từng làm người lớn”, dù là trong sinh hoạt hằng ngày, học tập, vui chơi hay đời sống tinh thần, thì con trẻ cũng rất cần nhận được sự lắng nghe và chia sẻ từ bố mẹ. Thực tế cho thấy rất nhiều ông bố, bà mẹ vẫn chưa thực sự lắng nghe con, vẫn chưa thực sự thấu hiểu những tâm tư, nguyện vọng của con trẻ.Bản thân mỗi đứa trẻ khi sinh ra đã là một cá thể riêng biệt, mỗi con sẽ có những tính cách và thói quen, tố chất khác nhau. Bởi vậy, cách dạy dỗ đối với mỗi đứa trẻ cũng khác nhau. Bố mẹ không thể áp sở thích, đường hướng học tập của trẻ này lên trẻ khác. Bố mẹ cũng không thể để một đứa trẻ thích vận động ngồi một chỗ làm thơ, hay bắt một đứa trẻ có năng khiếu nghệ thuật phải học tốt về các con số. Nếu như không lắng nghe, không trò chuyện với con, thì vô tình cha mẹ đang kìm hãm những ước mơ của con. Khi cha mẹ thật sự lắng nghe thì trẻ em sẽ dần dần học được cách chia sẻ những khúc mắc, hy vọng và mong muốn của mình với cha mẹ. Dù cha mẹ có trò chuyện tán gẫu với con về bất cứ vấn đề gì thì đó cũng là một cách thể hiện tình yêu và sự quan tâm của cha mẹ đối với trẻ. Kỳ thực, con trẻ suy nghĩ vô cùng đơn giản, chúng chỉ muốn hằng ngày cha mẹ quan tâm tới mình nhiều hơn, trò chuyện với mình nhiều hơn. Cho dù đó chỉ là một số chuyện vặt.

Tuy nhiên, cũng có những lúc vì gánh nặng mưu sinh mà cha mẹ lại sao nhãng đi việc trò chuyện thấu hiểu với con cái. Những lúc như vậy, thay vì trách cứ cha mẹ con cái hãy tiến lại gần trò chuyện, tâm tình với cha mẹ. Điều đó vừa giúp cha mẹ giải tỏa bớt áp lực mà còn giúp cha mẹ hiểu con cái hơn

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nam Trương

79780086

Date: 2025-10-01 13:04:45
Score: 2
Natty:
Report link

For news flutter version, in my case 3.35.0

use this path

Your_flutter_SDK\packages\flutter_tools\gradle\src\main\kotlin\FlutterExtension.kt

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

79780077

Date: 2025-10-01 13:01:44
Score: 1.5
Natty:
Report link

this error is happening because your Hangfire Dashboard is getting confused. You Likely have a [JobSource] attribute on a class, which automatically registers every method as a job. Where you also potentially have manual [Job("...")] attributes on one or more of your methods. This results in those methods having two names, which causes the dashboard to crash when it tries to display them.

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

79780076

Date: 2025-10-01 12:59:43
Score: 3
Natty:
Report link

add default_ccache_name = KEYRING:persistent:%{uid} in your krb5.conf under [libdefaults]. the cifs upcall needs to know where to look

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

79780067

Date: 2025-10-01 12:53:41
Score: 5
Natty:
Report link

Hello, there!

I got similar warnings about components "priority" & "resolving same names".
Right now I got those warnings removed by these steps:

// example
"shadcn-nuxt": "https://pkg.pr.new/shadcn-nuxt@1418"

Thanks and sorry in advance if It could not remove those warnings from your project.


Source:

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks and sorry in advance
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JROCH

79780059

Date: 2025-10-01 12:50:40
Score: 1
Natty:
Report link

To update @vishesh answer:

There has since been implemented an isPasswordProtected() method in the PSTMessageStore class. It works exactly as described by @vishesh, by checking the 0x67FF identifier.

See (commit)

Minimal code example:

PSTFile pstFile = new PSTFile(filename);
System.out.println(pstFile.getMessageStore().isPasswordProtected());
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @vishesh
  • User mentioned (0): @vishesh
  • Low reputation (0.5):
Posted by: stoldo

79780058

Date: 2025-10-01 12:49:40
Score: 2
Natty:
Report link

It's unfortunately a Visual Studio bug.

Fixed it by replacing the resolution-patch.js in C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\CommonExtensions\Microsoft\TypeScript\eslint-server

Source: https://developercommunity.visualstudio.com/t/TaskFailed-ActivatinglanguageclientRazorLanguageServerClient:RazorLanguageServerClientfailedtoinitialize./10907203

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

79780054

Date: 2025-10-01 12:47:39
Score: 2.5
Natty:
Report link

Probably a Pytorch version mismatch,first try updating first

Cuz If I remember correctly the codeline

Torch.get_autocast_dtype is likely from Pytorch version 1.11 or higher

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Crimson-blue

79780052

Date: 2025-10-01 12:44:39
Score: 3
Natty:
Report link

“No credential available”

Device / emulator

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

79780045

Date: 2025-10-01 12:41:38
Score: 1.5
Natty:
Report link

What works for me is to add "Apple Watch" destination to the color in Assets file in Xcode. By default it copies the "Any Appearance" color, but you can update it to dark in there. While this may seem like a duplicated color definition, it works smooth in code.enter image description here

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Fiser33

79780026

Date: 2025-10-01 12:21:32
Score: 2.5
Natty:
Report link

To filter data in my app by OS, version and architecture I used os_info::get() this is what calls the console, now I use the plugin https://v2.tauri.app/plugin/os-info/ and everything is fine

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

79780011

Date: 2025-10-01 12:04:27
Score: 1
Natty:
Report link

So Apparently pass can't be used with If statements but ... can

for example, here, the python interpreter will not accept the if pass: statement

 while True:
     if pass :
         continue
     else:
         break

i get syntax error

     if pass :
        ^^^^
 SyntaxError: invalid syntax
 
 Process finished with exit code 1

but using ... it works.

 while True:
     if ... :
         continue
     else:
         break

which leads me to believe that ... has more use cases where pass would fail

I don't know why and I don't know if there are more scenarios like this but i bet there is, and if anyone can explain why this happens and if there's more scenarios like it that would be great.

Reasons:
  • RegEx Blacklisted phrase (1): i get syntax error
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MTKing

79780008

Date: 2025-10-01 12:02:26
Score: 0.5
Natty:
Report link

Applying a plugin in afterEvaluate {...} or androidComponents {...} results in compilation error as it is too late to apply plugins in those blocks.

To check the active variant, we can query the tasks specific to our build and see if it contains its flavor name:

/**
 * Applies the Google Services plugin only if the build flavor is "fdroid",
 * determined by inspecting the Gradle task names.
 */
val tasks = gradle.startParameter.taskNames
if (tasks.any { it.contains("fdroid", ignoreCase = true).not() }) {
    pluginManager.apply(libs.plugins.google.services.get().pluginId)
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Roozbeh Zarei

79780004

Date: 2025-10-01 11:59:26
Score: 1.5
Natty:
Report link

You didn't specify the environement, but I think that it is safe to assume that you have regex on hand. Thus - also assuming that expected extensions are from a finite set - I would create a list of possible extensions and use regex to separate names from extensions.

On this sample set we have tar, tar.gz and zip extensions.

first.tar
second.file.tar
third.tar.gz
fourth.zip
fifth.stuff.zip

Using this Python regex '^(.*)\.(tar|tar\.gz|zip)$'gim you can have the file name in the first capture group and the extension in the second. When you process one filename at once, then m switch (multiline) can be omitted.

Is that something you wanted?

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

79780002

Date: 2025-10-01 11:58:25
Score: 3
Natty:
Report link

Yes.

data "azurerm_client_config" "current" {}

resource "azurerm_storage_account" "storageaccount" {
  [...]
    
  network_rules {
    private_link_access {
      endpoint_resource_id = "/subscriptions/${data.azurerm_client_config.current.subscription_id}/providers/Microsoft.Security/datascanners/StorageDataScanner"
      endpoint_tenant_id   = data.azurerm_client_config.current.tenant_id
    }
  }

}

This is probably related to a forced malware scanning on the Storage account?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: tore-

79780000

Date: 2025-10-01 11:52:24
Score: 0.5
Natty:
Report link

I ran into the same issue.

The documentation (https://tomcat.apache.org/tomcat-11.0-doc/config/context.html) says:

usePartitionedShould

the Partitioned flag be set on session cookies? Defaults to false.

It should work by adding the attribute usePartitioned="true" to the <Context> element in your context.xml. Unfortunately, it doesn't work. I submitted the following bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=69836

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Marc P.

79779997

Date: 2025-10-01 11:51:24
Score: 3.5
Natty:
Report link

I believe this particular solution exposes the function to unauthorized invocation. While we can implement authentication checks inside the function itself, an external bombardment of endless invocations could still result in significant billing charges before those checks fail.

We want to check for auth during the preflight request and this is what the oncall functions are developed for right? Automatic CORS and auth handling, how to get that to work... I am facing the unauthorized error as soon i tun auth required on, although there is an authorization header present when calling the function from the client.

Server side error:
textPayload: "The request was not authenticated. Either allow unauthenticated invocations or set the proper Authorization header. Read more at https://cloud.google.com/run/docs/securing/authenticating Additional troubleshooting documentation can be found at: https://cloud.google.com/run/docs/troubleshooting#unauthorized-client"

Client side error:
enter image description here

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1): I am facing the unauthorized error
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Bas Veltenaar

79779996

Date: 2025-10-01 11:50:23
Score: 2.5
Natty:
Report link

NET Core dropped AppDomains to stay lightweight, as they were too heavy for their intended use. While CoreCLR still uses them internally, no AppDomain APIs are exposed to developers. For isolation, Microsoft recommends using separate processes or containers instead.

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

79779984

Date: 2025-10-01 11:43:22
Score: 2.5
Natty:
Report link

You can try to use the mingw version of the library (when you download the mingw the lib is empty) compiled from the sourcecoude. OscarL has published a repo on github where he publishes the code for the lib and how to compile it. https://github.com/OscarL/MatrixSS/tree/master, https://github.com/OscarL/MatrixSS/blob/master/scrnsave/scrnsave.c

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

79779980

Date: 2025-10-01 11:37:20
Score: 1.5
Natty:
Report link
a = set([1,3,4])
b = set([5,6,7])
c = a.union(b)
# {1, 3, 4, 5, 6, 7}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: abdelrahman aboneda

79779977

Date: 2025-10-01 11:35:20
Score: 3.5
Natty:
Report link

For me the solution for the error (Library 'Permission-LocationWhenInUse' not found) was to delete these (.a) under Xcode -> project -> target -> general -> frameworks, libraries
enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ibrahim kehel

79779969

Date: 2025-10-01 11:29:18
Score: 1.5
Natty:
Report link

A method available from pandas version 2.0. is "convert_dtypes", which will find the best type match for the data. So as you posted in the question this will take care of objects converted to float or integer if that matches the column data.

df = df.convert_dtypes()

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Victor AQ

79779964

Date: 2025-10-01 11:21:16
Score: 4
Natty:
Report link

Just use gemini-flash-latest

All models: https://ai.google.dev/gemini-api/docs/models

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

79779963

Date: 2025-10-01 11:21:16
Score: 2
Natty:
Report link

Hey Manorka,
I was getting the issue not exactly same but same. The issue related to Gradle version try downgrading the version to 8.10.1 (best for RN0.79) and kotlin-version 2.1.20 (Suggested Compatible).

If not working, just try uninstalling detox and install afresh with latest stable version.

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

79779960

Date: 2025-10-01 11:18:15
Score: 2.5
Natty:
Report link

The topic is as old as hell, but will leave it here just for a case =)

Here's my way to do this https://github.com/kpliuta/termux-web-scraper.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: That One Doggie

79779959

Date: 2025-10-01 11:16:15
Score: 1.5
Natty:
Report link

In the case you are describing, I'd suggest you connect directly to the Access Database and run your queries there, instead of importing to AnyLogic internal database. This way you will be directly connected to the external database and would not need to be updating / importing / refreshing.

https://anylogic.help/anylogic/connectivity/creating-a-data-source.html

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

79779955

Date: 2025-10-01 11:13:14
Score: 1
Natty:
Report link

You can hide button contains the 'X' icons (lucide-x) using Tailwind's JIT and attribute selectors.
Use this utility: [&_button:has(svg.lucide-x):hidden in the DialogContent classname

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

79779950

Date: 2025-10-01 11:07:13
Score: 1
Natty:
Report link

BEGIN:VCALENDAR

VERSION:2.0

PRODID:-//ChatGPT Calendar Export//EN

BEGIN:VEVENT

DTSTART:20251005T100500

DTEND:20251005T103000

SUMMARY:Sono 1 - 296K

END:VEVENT

BEGIN:VEVENT

DTSTART:20251005T122000

DTEND:20251005T124500

SUMMARY:Sono 1 - 122K

END:VEVENT

BEGIN:VEVENT

DTSTART:20251024T102400

DTEND:20251024T104500

SUMMARY:Sono 1 - 415K

END:VEVENT

BEGIN:VEVENT

DTSTART:20251025T102500

DTEND:20251025T104500

SUMMARY:Sono 1 - 205K

END:VEVENT

BEGIN:VEVENT

DTSTART:20251031T103100

DTEND:20251031T105000

SUMMARY:Sono 1 - 120K

END:VEVENT

END:VCALENDAR

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: K B v.7

79779948

Date: 2025-10-01 11:03:12
Score: 0.5
Natty:
Report link

If you want to do it in your CI/CD pipeline you can do the following:

# Install resx sorter tool
dotnet tool install keboo.resxsorter --global

# Use the tool with all resx files
Get-ChildItem -Path . -Filter "*.resx" -Recurse | ForEach-Object {
    ResxSorter -i $_.FullName
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex Logvin

79779947

Date: 2025-10-01 11:02:11
Score: 1
Natty:
Report link

Now, requirement.txt should look like

numpy==1.24.0
torch==2.0.1
torchvision==0.15.2
....
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Santhosh S

79779941

Date: 2025-10-01 10:56:10
Score: 1
Natty:
Report link

To add (after spending hours debugging) If you are using serverless-appsync-simulator as well, you still need to include appSync under custom.

custom:
  appSync: ${self:appSync}
  appsync-simulator:
    apiKey: ${env:APPSYNC_SIMULATOR_API_KEY}
    location: '.webpack/service'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Greg Wakefield

79779939

Date: 2025-10-01 10:55:09
Score: 2
Natty:
Report link

This is SO annoying!

I would like to disabled all notifications except where I am mentioned, OR for all merge requests created for a specific group. However, there is no way to do this as the custom option also sends me everything from the group as I am the group owner and therefore a participant!

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

79779938

Date: 2025-10-01 10:53:09
Score: 1
Natty:
Report link

This could be due to stats truncation. Default MaxValueLength for a given column stat is 26 Bytes on TD17.20 for example.

If the total Byte size being reserved by your column spec is greater than 26 Bytes, then you need to explicitly add the "MaxValueLength 30" (or more than 30, depending on total Byte size of the column or combined columns in the column stat).

Byte Size is reportyed in dbc.ColumnsV. Just be aware that the "VAR" data types have a 2-Byte extra overhead for carrying the data length information. So Varchar(2) would reserve 4 Bytes.

For example:

Collect stats using no sample and no threshold and maxValueLength 30

column (My_8Byte_Column, My_12Byte_Column ,My_10Byte_Column) -- Adds up to 30 Bytes

on MyTable_01;

Collect stats using no sample and no threshold and maxValueLength 32

column (My_14Byte_Column, My_18Byte_Column) -- Adds up to 32 Bytes

on MyTable_01;

Collect stats using no sample and no threshold --(no need for MaxValueLength up to 26 Bytes)

column (My_16Byte_Column, My_10Byte_Column) -- Adds up to 26 Bytes

on MyTable_01;

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

79779936

Date: 2025-10-01 10:51:08
Score: 1
Natty:
Report link

Funds recovery is real and possible. It is only not possible when you're in a wrong hand it's unfortunate that the increasing number of unrealistic recovery firm makes it look as if all funds recovery firm are fake. I can recommend you to a recovery firm who helped me to recover my lost Bitcoin, I use to believe they're all fake until Crypto Funds Recovery helped me to trace, track and retrieve my stolen BTC without any upfront charges I only sent 10% commission after recovery. You can reach them through the email below.....

[email protected]

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

79779923

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

You can not get hello as the type from .toLowerCase() without a cast.

If you really want strict typing, the safest/idiomatic approach is:

const toLowerCaseTyped = <S extends string>(str: S) =>   
      str.toLowerCase() as Lowercase<S>;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kamran

79779920

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

Stop running flutter clean for every flavor — it wipes caches and kills build speed. Reuse Gradle (~/.gradle) and Pub (~/.pub-cache) caches across jobs, and enable -Dorg.gradle.caching=true. Build only changed flavors (via git diff) instead of all 100 every time, and parallelize builds across agents. Use appbundle/--split-per-abi to reduce artifact size, and keep only final signed outputs. Caching + selective builds + parallelization will cut build times drastically.

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

79779916

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

It happened to be a swift compiler update that came with MacOS 15.4 that broke the compilation of Apple's Multipeer library. It was fixed in the next update.

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

79779905

Date: 2025-10-01 10:22:01
Score: 0.5
Natty:
Report link

In my case the error was caused by a Chrome extension. The ID of the extension was part of the error message in the browser console, so it was easy to find out which extension was causing the issue on the Manage extensions page. After the extension was removed, the issue disappeared.

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

79779901

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

Hmm, Sorry... I Don't know. I am Noob developer

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

79779900

Date: 2025-10-01 10:16:59
Score: 2.5
Natty:
Report link

Just execute jar xf myfile.jar . No additional tools need. Enjoy :)

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

79779894

Date: 2025-10-01 10:08:58
Score: 3.5
Natty:
Report link

If by native browser you mean desktop browser and launch selenium against it, the answer is yes, you can do it. Here's my way, check it out https://github.com/kpliuta/termux-web-scraper.

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: That One Doggie

79779893

Date: 2025-10-01 10:07:56
Score: 10 🚩
Natty: 5
Report link

Exact same question here. I've been combing the settings in amChart but I haven't been able to find a solution. Does anyone have any suggestions?

Reasons:
  • RegEx Blacklisted phrase (2): any suggestions?
  • RegEx Blacklisted phrase (3): Does anyone have any suggestions
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SOB

79779882

Date: 2025-10-01 09:50:53
Score: 1
Natty:
Report link

TLDR;

watchOS app is displayed an iOS app, be it a standalone watchOS app or a watchOS app with an iOS app companion.

  1. So go to TestFlight on the iOS device that's paired with the Apple Watch device.

  2. Find the app you want to test.

  3. Go to the detail page, and see "Show App on Apple Watch" option on the last list of App Information.

  4. You have to run watchOS version that is compatible with your target app in Xcode, otherwise the menu will be disabled.

Install WatchOS App Test Flight

Installing WatchOS App Test Flight

I'm currently on a mission to master watcOS app development and stumbled upon this very problem. This is my learning:

  1. Make sure you understand the concept of standalone watchOS app and watchOS app with iOS app companion.

  2. Make sure your Apple Watch test device is paired with yout iPhone test device.

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
Posted by: Seto

79779877

Date: 2025-10-01 09:48:52
Score: 1
Natty:
Report link

The attribute section_bubble_up_kludge is no longer used in Docutils 0.22. You may try whether updating to Docutils 0.22.2 (released 20. Sept. 2025) solves the problem.

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

79779860

Date: 2025-10-01 09:27:45
Score: 1.5
Natty:
Report link

Research CDC (Change Data Capture). You can listen for changes using the mongo oplog via Debezium:

https://debezium.io/documentation/reference/stable/connectors/mongodb.html

Then you can pass the data to a broker to parse it in a suitable format or use it as-is.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: aditya rawat

79779858

Date: 2025-10-01 09:26:45
Score: 4
Natty: 4.5
Report link

Linux kernel also supports io-uring based userspace block device(ublk):

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/block/ublk.rst

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

79779853

Date: 2025-10-01 09:19:42
Score: 4
Natty:
Report link

I suspect that the fonts cannot be loaded. Can you check this in the network?

By default, they must be in the public folder under “webfonts,” where the icons are stored as fonts.enter image description hereenter image description here

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

79779851

Date: 2025-10-01 09:18:41
Score: 4.5
Natty:
Report link

So anyone having the same problem, for now you can switch to a lower version and it works. This is working for me:

cookiecutter gh:cookiecutter/cookiecutter-django --checkout 2025.03.22

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Mazhar Ali

79779848

Date: 2025-10-01 09:17:41
Score: 2
Natty:
Report link

Surround your data with in the double quotes, it will help data to be populated in single cell.

like : "Sample notes, supposed to be displayed in single cell"

If your retrieving data using SQL, you can add quotes in SQL itself

select '"' + REPLACE(NOTES, '"', '""') + '"' AS Notes from notestable;

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

79779842

Date: 2025-10-01 09:06:39
Score: 2.5
Natty:
Report link

OCPP server sample implementation based on spring-boot.

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

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

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

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

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

79779836

Date: 2025-10-01 09:04:38
Score: 1
Natty:
Report link

import 'package:flutter/material.dart';

import 'dart:async';

/// A wrapper widget that tracks user idle time

/// Prints "hello" after 15 minutes of continuous inactivity

class IdleTimeTracker extends StatefulWidget {

final Widget child;

final Duration idleDuration;

final VoidCallback? onIdleTimeout;

const IdleTimeTracker({

Key? key,

required this.child,

this.idleDuration = const Duration(minutes: 15),

this.onIdleTimeout,

}) : super(key: key);

@override

State<IdleTimeTracker> createState() => _IdleTimeTrackerState();

}

class _IdleTimeTrackerState extends State<IdleTimeTracker> {

Timer? _idleTimer;

DateTime _lastInteractionTime = DateTime.now();

@override

void initState() {

super.initState();

\_startIdleTimer();

}

@override

void dispose() {

\_idleTimer?.cancel();

super.dispose();

}

void _startIdleTimer() {

\_idleTimer?.cancel();

\_idleTimer = Timer(widget.idleDuration, \_onIdleTimeout);

}

void _onIdleTimeout() {

print('hello');

if (widget.onIdleTimeout != null) {

  widget.onIdleTimeout!();

}

}

void _resetIdleTimer() {

setState(() {

  \_lastInteractionTime = DateTime.now();

});

\_startIdleTimer();

}

@override

Widget build(BuildContext context) {

return Listener(

  onPointerDown: (\_) =\> \_resetIdleTimer(),

  onPointerMove: (\_) =\> \_resetIdleTimer(),

  onPointerUp: (\_) =\> \_resetIdleTimer(),

  child: GestureDetector(

    onTap: \_resetIdleTimer,

    onPanStart: (\_) =\> \_resetIdleTimer(),

    onScaleStart: (\_) =\> \_resetIdleTimer(),

    behavior: HitTestBehavior.translucent,

    child: widget.child,

  ),

);

}

}

// Example usage:

class MyApp extends StatelessWidget {

const MyApp({Key? key}) : super(key: key);

@override

Widget build(BuildContext context) {

return MaterialApp(

  home: IdleTimeTracker(

    idleDuration: const Duration(minutes: 15),

    onIdleTimeout: () {

      // Optional: Additional callback when idle timeout occurs

      print('User has been idle for 15 minutes!');

    },

    child: Scaffold(

      appBar: AppBar(

        title: const Text('Idle Time Tracker Demo'),

      ),

      body: Center(

        child: Column(

          mainAxisAlignment: MainAxisAlignment.center,

          children: \[

            const Text(

              'Interact with the screen',

              style: TextStyle(fontSize: 24),

            ),

            const SizedBox(height: 20),

            ElevatedButton(

              onPressed: () {

                print('Button pressed - timer reset');

              },

              child: const Text('Press Me'),

            ),

            const SizedBox(height: 20),

            const Text(

              'If you don\\'t interact for 15 minutes,\\n"hello" will be printed',

              textAlign: TextAlign.center,

              style: TextStyle(color: Colors.grey),

            ),

          \],

        ),

      ),

    ),

  ),

);

}

}

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @override
  • User mentioned (0): @override
  • User mentioned (0): @override
  • User mentioned (0): @override
  • User mentioned (0): @override
  • Low reputation (1):
Posted by: flutter zip

79779834

Date: 2025-10-01 09:01:37
Score: 1.5
Natty:
Report link

Revert your #@import change (use #@import), clear caches and preprocessed files, run setup:upgrade and setup:di:compile, then deploy static content. If it still fails, check the .less files for syntax errors.

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

79779821

Date: 2025-10-01 08:55:35
Score: 2.5
Natty:
Report link

No, it isn't.

Just use best practices to avoid memory leaks in the first place.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: The incredible Jan

79779816

Date: 2025-10-01 08:48:34
Score: 1.5
Natty:
Report link

Fixed this by adding node:original-fs to import/core-modules:

{
  // ...
  "settings": {
    // ...
    "import/core-modules": [
      "node:original-fs" 
    ]
  },
  // ...
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: RareScrap

79779812

Date: 2025-10-01 08:46:33
Score: 2
Natty:
Report link

I've stumbled across the solution, all of my existing Navigation Controllers (and any new ones I add) have 'Preserve Superview Margins' unchecked for the navigation bar.

Checking this box on the storyboard interface builder solves the issue I described earlier. I'll attach a screenshot for reference.

enter image description here

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

79779798

Date: 2025-10-01 08:31:29
Score: 1.5
Natty:
Report link

If you set your resource with /.default as suffix in the scopes, it should work.

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

79779791

Date: 2025-10-01 08:22:21
Score: 1
Natty:
Report link

A more straightforward way now is

final xFile = XFile.fromData((await rootBundle.load('assets/image.png')).buffer.asUint8List(), mimeType: "image/png");
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: David Fournier

79779784

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

1_ Before do anything first check c:\windows\system32 and look for 'chcp.com'

if it were there copy the path.

2_ Right click on 'this PC' and select Properties, Advanced, Environment Variables.

3_ Add the path (c:\windows\system32) and click ok.

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

79779781

Date: 2025-10-01 08:14:19
Score: 1.5
Natty:
Report link

selinux has a policy which allows tcp and udp srevice bind to the ports above 32767 , you can see this policy using this command :

# semanage port -l |grep ephemeral

ephemeral_port_t tcp 32768-60999

ephemeral_port_t udp 32768-60999

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Neo Mn

79779778

Date: 2025-10-01 08:13:19
Score: 1.5
Natty:
Report link

In some cases, you can click on the Verified button next to N days ago to see the timestamp when it was committed/ verified.

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

79779776

Date: 2025-10-01 08:11:18
Score: 1
Natty:
Report link

When optimization of a QP stops with limit you can get primal and dual bounds by using the command display solution quality
it provides this kind of output:

Primal objective 1.7725504768e-02
Dual objective -9.6184910568e-02
Duality gap 1.13910e-01
...

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: PhR

79779775

Date: 2025-10-01 08:11:18
Score: 2.5
Natty:
Report link

Is the dll file in build output?
Is it in correct version?

What version do you see in references when you check you dll's/exe's manifest?
Checking above might help you troubleshoot, additionally I can recommend trying out this tool: https://github.com/awaescher/Fusion

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is the
  • Low reputation (0.5):
Posted by: Robert

79779774

Date: 2025-10-01 08:11:18
Score: 0.5
Natty:
Report link

eBox WiFi on po 8088 exposes virtual com.

socat -d -d  -x pty,link=/path/to/com0,raw tcp:192.168.x.x:8088

ant then try to use modpoll --rtu /path/to/com0 --rtu-baud 115200 --config csv.csv

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

79779773

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

The "managing dependencies" section of the uv docs (here) mentions another way that could solve your problem:

For example, to install jax on Linux, but not on Windows or macOS:

uv add "jax; sys_platform == 'linux'"

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

79779761

Date: 2025-10-01 07:57:14
Score: 0.5
Natty:
Report link

This is a flawed benchmark for a few reasons:

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

79779751

Date: 2025-10-01 07:38:10
Score: 2.5
Natty:
Report link

Multiple containers within a Kubernetes Pod allow tightly coupled applications to share resources, storage, and network, enabling sidecar patterns, logging, monitoring, and efficient communication between containers.

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

79779746

Date: 2025-10-01 07:29:08
Score: 1.5
Natty:
Report link

Building on Omri Barel's work, we can use the walrus operator to create this one-liner:

def pascal(n):
    return [x:=1] + [x:=x*(n-k) // (k+1) for k in range(n)]
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: James Porritt

79779731

Date: 2025-10-01 07:12:03
Score: 7 🚩
Natty: 5.5
Report link

I have the same problem. In my case it happens using ComfyUI.

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

79779721

Date: 2025-10-01 06:52:58
Score: 0.5
Natty:
Report link

I've double checked with `readelf -d` that '/lib/ld-linux-aarch64.so.1' is required (and can't be loaded). I was able to compile it statically and the problem is (almost) gone.

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

79779714

Date: 2025-10-01 06:40:55
Score: 2.5
Natty:
Report link

After a thorough investigation, we found that the issue is not related to Android itself but rather to the FE team, as they didn’t handle sound properly when inside the PiP view.

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

79779711

Date: 2025-10-01 06:35:54
Score: 3.5
Natty:
Report link

You can also alt+enter when the text is selected

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

79779704

Date: 2025-10-01 06:22:51
Score: 1
Natty:
Report link

In your CSS file add same code but tag it to the html tag. No class name required. I had the same problem myself but this is the solution.

Your background image will stay fixed even as you scroll down page.

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

79779694

Date: 2025-10-01 05:54:44
Score: 0.5
Natty:
Report link

You can reliably show scheduled reminders on iOS when the app is killed - but with important limitations. The only fully-supported mechanisms are:

What isn’t allowed / realistic:

Which approach you should pick (practical guidance)

  1. If “notification + short sound / vibration” is enough (typical attendance reminder)

    • Use flutter_local_notifications (or schedule using native iOS API via platform channel) so the system schedules the notification. Make sure the sound file is bundled with the app and ≤ 30 seconds. The system will deliver the scheduled notification even if your app is killed. This is the simplest and works on both Android and iOS.
  2. If you need higher reliability / server control / remote scheduling

    • Use a server to schedule an APNs push at the required time (payload includes sound). That removes dependency on the app scheduling locally and lets you change reminders from the server. Delivery timing is not guaranteed to the second, and network/APNs limitations apply. (Still subject to sound/DND limits unless you have Critical Alerts.)
  3. If you need to override mute/DND or play long/continuous alarm sound

    • Apply for the Critical Alerts entitlement from Apple (requires a strong justification). With this you can play sounds even in silent/DND and may get more consistent alarm behavior. Getting the entitlement requires App Review and a special entitlement and provisioning.
  4. DO NOT try to use PushKit/VoIP unless your app truly is a VoIP app - Apple enforces this and will reject misuse

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

79779693

Date: 2025-10-01 05:54:44
Score: 1
Natty:
Report link

I came across this just now as i encounter same issue but the answers provided helped me to easily know what might be wrong.

Here is what i did to solve it.
I went to my settings to check the ssl of the website. Originally it was http:// but it ought to be https://. All that is needed is to add 's'.
It will log you out- login back and it is done.

In my own case no plugin conflict.
Good luck.

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

79779691

Date: 2025-10-01 05:50:43
Score: 4.5
Natty: 5
Report link

This will also work, should handle big files: https://guesswhereyouare.com/guide/maps/converters.html

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

79779689

Date: 2025-10-01 05:48:42
Score: 2
Natty:
Report link

AS per my understanding the main cause is RocksDB's cold cache for index/filter blocks after restore, leading to high latency for initial lookups by the main stream threads. Even if data is in the block cache, the metadata must be loaded from disk. To avoid this, enable index/filter block pinning in the cache, and consider a manual full scan of the GlobalKTable by the main threads before they start processing messages to fully warm the store.

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

79779683

Date: 2025-10-01 05:22:35
Score: 3
Natty:
Report link

I just checked and yes it's possible to use Webhooks with a Mongo DB (using their Cloud service)
Just go to Integrations and add Webhooks, there you can configure them however you want.

Links:
https://supabase.com/dashboard/project/%7Byour-project-id%7D/integrations/
then it's available at
https://supabase.com/dashboard/project/%7Byour-project-id%7D/integrations/webhooks/webhooks

Screenshot

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Murat adlibrary.com

79779680

Date: 2025-10-01 05:05:31
Score: 3
Natty:
Report link

If this helps others, if your project does not load, even when you have Azure Development, your project maybe a Azure Resource Manager (ARM) definitions, in which case, you may need to select from the Individual Components tab:enter image description here

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

79779676

Date: 2025-10-01 04:47:28
Score: 3
Natty:
Report link

You can try to reduce its size by removing precision, whitespaces, and some properties. There are online tools like https://guesswhereyouare.com/guide/maps/geojson-minify.html but I doubt it will handle 3GB file

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

79779661

Date: 2025-10-01 04:23:22
Score: 5
Natty:
Report link

They will come to get the sender immediately by return of the sender immediately by return email and email ID is strictly prohibited by email and any inquiry please Bhai ye dalo aur yahi hai

Reasons:
  • RegEx Blacklisted phrase (2): Bhai
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Devid

79779653

Date: 2025-10-01 04:08:18
Score: 3
Natty:
Report link

They're not working in the sender immediately by email id and password is strictly prohibited by email id and password is strictly prohibited by email id and password is strictly prohibited by email id and password is strictly prohibited by

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

79779652

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

This could be many things. Usualy, it's due to an error or typo in the code. Perhaps something such as defining an attribute out of place or missing an indent or comma. I don't think you need to dig into the settings. AI is great with typos by the way.

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

79779651

Date: 2025-10-01 04:07:17
Score: 12
Natty: 7.5
Report link

I get the same issue. Have you found a solution to resolve this issue?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve this issue?
  • RegEx Blacklisted phrase (2.5): Have you found a solution to resolve this issue
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I get the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: PTB Testing

79779639

Date: 2025-10-01 03:31:09
Score: 2
Natty:
Report link

The following derives from [this](Implicit type casting within parenthesis and literals in C) question but is distinct

Consider the following code sample;

```

uint32_t *value = malloc(sizeof(uint32_t));

*value = 0xAAAABBBB;

int16_t *subset = (int16_t*) (value);

uint32_t test = 0x00000000;

uint32_t test2 = 0x00000000;

// IMPORTANT!!!!

// *subset vs *subset & 0xFFFF

test = (*subset << 16) | *subset & 0xFFFF;

test2 = (*subset << 16) | *subset;

// Test: 0xbbbb bbbb

// Test2: 0xffff bbbb

```

As you can see, subset is only 16 bits wide. As such (and as commenters on the previous post stated_, & 0xFFFF is redundant since the type is only 16 bit.

This is incorrect and when tested on my compiler (gcc 15.2.1 on Linux AND gcc for noabi arm), the & operator acts outside the bitlength of *subset to the bit length of the literal 0xFFFF (which I believe from the answers to the previous question is 32), thus acting on bits which are -16 from the address of subset.

Is this a bug in GCC or is this within spec? Also why are first 16 bits FFFF?

Note: My system is little endian

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Filler text (0.5): 00000000
  • Filler text (0): 00000000
  • Low reputation (1):
Posted by: Devid

79779631

Date: 2025-10-01 03:15:06
Score: 3
Natty:
Report link

Here’s a clear step-by-step way to turn ON Facebook notifications for a close friend if you’ve accidentally turned them off:

  1. Open Facebook on your phone (app) or computer (browser).

  2. Go to your friend’s profile.

  3. On their profile, look for the “Friends” button (next to “Message” or “Follow”).

  4. Tap or click Friends → Edit Friend List / Favorites.

    • If you want to prioritize their posts, add them to Favorites.
  5. Then, look for the bell icon (Notification settings) on their profile.

  6. Select “Get Notifications” and choose what you want:

    • Posts (all updates or highlights)

    • Stories

    • Live Videos

After this, you should start receiving notifications again whenever your close friend posts or goes live.

👉 Do you want me to write the answer in a short direct way (like for Quora/Reddit) or a step-by-step detailed guide (like a blog post)?

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

79779621

Date: 2025-10-01 02:31:57
Score: 2.5
Natty:
Report link

Email verification services like Hunter, ZeroBounce, and Snov.io can validate thousands of emails without getting blocked because they don’t rely only on direct SMTP probing from a single IP. Instead, they follow a multi-step process.

First, they run cheap checks such as syntax validation, domain and MX record lookup, and filtering out disposable or role-based emails. Only the uncertain cases move to SMTP verification.

When probing mail servers, they use large pools of rotating IP addresses across multiple regions so no single server gets overloaded or flagged. They also throttle requests, reuse connections, and apply retry strategies to avoid detection as spam. On top of that, they maintain IPs with good reputation and sometimes build trusted relationships with providers. In short, they minimize SMTP probes, spread traffic across infrastructure, and manage reputation, which allows them to scale email verification safely without IP blocks.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: monu p

79779620

Date: 2025-10-01 02:28:56
Score: 2.5
Natty:
Report link

import numpy as np

dataset = np.loadtxt("sales.csv", delimiter=",", skiprows=1) # skip header row if CSV has column names

print(dataset)

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

79779610

Date: 2025-10-01 02:13:51
Score: 3
Natty:
Report link

Just chacking, are you using XAMPP? If so, make sure that you're running you project into the folder "htdocs" that is into XAMPP directory, since Apache only serves files from there by default.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ronaldo Battisti

79779594

Date: 2025-10-01 00:48:33
Score: 1
Natty:
Report link

There is no need to implement a fancy database to create a preview.

Most of the speed is due to network and caching decisions: anycasted edge CDN, highly cacheable static CSS responses per family and subset, WOFF2 with Brotli, unicode-range subsetting so that the browser only fetches the required slices, preconnect to fonts.gstatic.com, long max-age with content-hashed URLs, and sane font-display to prevent render blocking.

The server side is largely prebuilt CSS manifests, which makes the responses tiny and immediately cacheable.

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

79779587

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

Skip the for and use Linq and Where to return an IEnumerable<string>. Then we can call ToArray() to return it as a string[]. Sorry in advance, it would let me paste an image but not the code I copied.

enter image description here

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

79779586

Date: 2025-10-01 00:13:25
Score: 1
Natty:
Report link

I have discovered the reason this happens, and as is often the case, the answer is that it's insufficient documentation and poor error handling by Google.

The root cause is someone making an edit to the series at any point and choosing "this and future events" for which events they'd like the change to apply. When this happens, Google creates a new series event with an ID like that of the original recurring event, followed by "_R" followed by the timestamp at which the series was split. So for example, 0mku05shes4kef7fg5gvh2me57 is followed by a new recurring event, 0mku05shes4kef7fg5gvh2me57_R20251015T021500.

Once this happens, the original event will refuse any further attempts at extending the UNTIL value in the RRULE, and unfortunately as outlined in the question, it does so silently: the request gets a 200 response and a valid response, but simply discards the change. It's somewhat sensible not to change this value, because then events from the original series would begin to encroach upon events from the new series. (What's not sensible is silent failure: this really should result in a 400 response with a useful error message from the API.)

There is unfortunately no linkage visible via the API between the original recurring event and the replacement recurring event, though at least as long as Google doesn't change their ID scheme, it's possible to figure out the original recurring event ID from the new recurring event ID and to work backwards. This linkage must exist on Google's side, however, because they know to reject the update to UNTIL, and if you cancel the replacement recurring event, it again becomes possible to extend the original recurring event. Also if you cancel the original recurring event, it will cancel both the original and the replacement recurring event (as one would probably expect).

Hopefully this post will be sufficiently searchable that the next time someone runs into this problem, it will save them some time figuring it out.

Reasons:
  • Blacklisted phrase (1): This link
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nicklas Johnson

79779573

Date: 2025-09-30 23:40:16
Score: 2
Natty:
Report link

Also see colormaplist as of MATLAB 2025a

cmaps = colormaplist

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

79779569

Date: 2025-09-30 23:23:12
Score: 0.5
Natty:
Report link

your gradle profile shows the bottleneck isn’t kotlin itself, most of your time is in other tasks. compileKotlin is ~3m30s but npm:build is ~3m, detekt is over a minute, flyway/jooq add another minute. so even if the kotlin compiler was instant you’d still be waiting a long time.

first thing is stop running everything on every build. make a custom devRun task that only depends on classes or bootRun and use that for local development. don’t chain in npm, detekt, flyway or jooq unless you really need them. run those separately in CI.

npm:build right now probably has no declared outputs so gradle thinks it always has to run. declare inputs and outputs so gradle can skip it when nothing changes, or just skip it completely in dev and point your app at a local webpack/vite dev server instead.

same for jooq and flyway, don’t put them on the hot path. generate jooq sources only when the schema changes and point your sourceSets at the generated dir so gradle can cache it. flyway migrate/clean shouldn’t be part of every build at all, just run it explicitly.

detekt is heavy, best to move it to CI or make it opt in locally. if you keep it, at least disable type resolution when you’re just iterating.

also you’re using in-process compiler, switch to the kotlin daemon. in gradle.properties set kotlin.compiler.execution.strategy=daemon and also set kotlin.incremental=true and kotlin.incremental.useClasspathSnapshot=true so incremental compilation actually works. keep the daemon warm between builds.

turn on gradle features that cut config time: org.gradle.caching=true, org.gradle.parallel=true, org.gradle.configuration-cache=true, org.gradle.vfs.watch=true. with configuration cache and vfs watch you usually shave off 30–60 seconds right away.

set java and kotlin toolchains in your build so intellij and gradle are both using the same JDK. mismatched JDKs can cause unnecessary recompiles.

for hot reload, intellij’s hotswap is limited and often fails, that’s normal. if you really want it reliable, look at DCEVM + HotswapAgent or JRebel.

if you do decide to modularize, start small. you don’t need to split everything, just move out the slowest bits like the frontend, jooq, and migrations. even a couple of extra modules there can save a lot of time.

tl;dr stop running npm, detekt, flyway and jooq on every edit+compile, switch to the kotlin daemon and gradle configuration cache. doing just that usually drops “change one line” builds from 5–8 minutes to under a minute.

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

79779552

Date: 2025-09-30 22:21:57
Score: 1.5
Natty:
Report link

That's not an issue. It's normal to see that inside Google Search Console. It doesn't mean your schema is incorrect. Although I would remove the wrapper that ChatGPT had you add. The "Unnamed Item" is sort of a generic name it goes schema that doesn't have a label. To be 100% sure your schema code is correct you can test it in Google's schema validator. I did and it comes back as connect. So you should be all good!

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

79779550

Date: 2025-09-30 22:19:56
Score: 4
Natty:
Report link

Copy and paste that into ChatGPT lol

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