79781957

Date: 2025-10-03 16:10:11
Score: 6 đŸš©
Natty:
Report link

Did you check the firestore rules ?
Do you have the right to write on the database ?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Did you
  • High reputation (-1):
Posted by: BLKKKBVSIK

79781956

Date: 2025-10-03 16:09:11
Score: 2
Natty:
Report link

The regex captures a group. I realised I can display this captured group using the group = 1 option in the `str_extract()` function

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

79781954

Date: 2025-10-03 16:08:11
Score: 3
Natty:
Report link

MAIN DI SINI BERHADIAH MENARIK DAN BONUS

CARI DI GOOGLE

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

79781953

Date: 2025-10-03 16:04:10
Score: 0.5
Natty:
Report link

When using AKS I had this error when I missed kubelogin. I ran 'az aks install-cli', closed and opened terminal and voila, it worked :)

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When
  • High reputation (-1):
Posted by: Michel Samia

79781950

Date: 2025-10-03 16:02:09
Score: 0.5
Natty:
Report link

For this particular use case, I decided to give up on using the Web Speech API and instead combined the [Edge TTS Universal](https://www.npmjs.com/package/edge-tts-universal) library with Media Session API. On the plus site, the quality of many of the Edge-TTS voices is arguably much better than those of the Web Speech API. However, a downside is that the Edge-TTS is not instantaneous like the Web Speech API and Edge-TTS requires larger texts to be broken down into multiple smaller requests to the API.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Matt V.

79781942

Date: 2025-10-03 15:56:07
Score: 2
Natty:
Report link

This is much easier now just use https://learn.microsoft.com/en-us/dotnet/api/azure.security.keyvault.certificates.certificatemodelfactory.keyvaultcertificatewithpolicy?view=azure-dotnet

Example:

var fakeCert = CertificateModelFactory
  .KeyVaultCertificateWithPolicy(certificateProperties, cer: new byte[] {1,2,3});
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Shawn

79781940

Date: 2025-10-03 15:55:07
Score: 2.5
Natty:
Report link

Change your internet to another network.
In my case, I changed my internet from WIFI to mobile data network, and it works.

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

79781937

Date: 2025-10-03 15:54:06
Score: 4.5
Natty: 7
Report link

API returned a sequence type of Bloomberg DES_CASH_FLOW type array. How can I get each array item thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): How can I
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user31622811

79781923

Date: 2025-10-03 15:31:00
Score: 6 đŸš©
Natty:
Report link

everytime I adda code block to my answer.... SO freezes ?

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

79781921

Date: 2025-10-03 15:27:58
Score: 3
Natty:
Report link

#include<stdio.h>

#include<conio.h>

void main()

{

int n,c;

printf("enter a number");

scanf("%d",&n);

while(c<=10)

{

printf("%d %d=%d\n",n,c,n*c);

c=c+1;

}

while(c<=5);

getch();

}

Reasons:
  • Low length (1):
  • No code block (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: zidi queen

79781917

Date: 2025-10-03 15:25:58
Score: 3.5
Natty:
Report link

ssh user@themachine -oStrictHostKeyChecking=no -tt "path/to/my/program.sh" -o ServerAliveInterval 120 works if the user is know by the machine

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

79781891

Date: 2025-10-03 14:57:50
Score: 0.5
Natty:
Report link
@Override
public String getId() {
  return "ldap";

}

Found an answer to this question by posting the same question to the Keycloak discourse forum. The support team replied that you need to use the same provider ID as the default LDAP provider. Which means your custom provider will override the default one. Code snippet above.

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

79781885

Date: 2025-10-03 14:43:47
Score: 8.5
Natty: 8.5
Report link

I need BioStar1 SDK. If anyone has it, can you share it with me?

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): can you share
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Batuhan Bayrak

79781873

Date: 2025-10-03 14:33:43
Score: 6.5 đŸš©
Natty: 4.5
Report link

I have to complete the same task but I'm stuck on this as the code seems to need the range to be declared first? So for example where it says (min - max +1) how am I supposed to know what range min and max represent here? Does anyone know?

Math.floor(Math.random() * (max - min + 1)) + min
Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jay

79781870

Date: 2025-10-03 14:30:42
Score: 2.5
Natty:
Report link

It is possible to declare the access level on all log annotations, including @Slf4j, since Lombok 1.18.42, using https://projectlombok.org/api/lombok/extern/slf4j/Slf4j#access()

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

79781863

Date: 2025-10-03 14:23:40
Score: 3
Natty:
Report link

“Discover the power of AhaChat AI – designed to grow your business.”

“AhaChat AI: The smart solution for sales, support, and marketing.”

“Empower your business with AhaChat AI today.”

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: AhaChat

79781858

Date: 2025-10-03 14:21:39
Score: 1.5
Natty:
Report link

I would not recommend doing that

If you don't version these files and you change any JS or CSS, do a deployment - users' browsers will still serve this content from browser cache, so they won't get a static content change.

That's why the static content version exists.

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

79781855

Date: 2025-10-03 14:12:37
Score: 1
Natty:
Report link

The hint text for Search Query on Get emails (v3) helped me solve this. It says to refer to docs.microsoft.com/graph/query-parameters#search-parameter. That page says it uses KQL syntax. Another page tells me that KQL syntax includes something simple like - received<10/16/2022 ... that is working for me!

One would think Odata filter syntax would work, but, it doesn't.

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

79781853

Date: 2025-10-03 14:11:37
Score: 0.5
Natty:
Report link

For a workaround that only adjusts compiler flags, consider setting -Walloc-size-larger-than=18446744073709551615 or similar. For whatever reason, it doesn't seem that -Wno-alloc-size-larger-than is respected in all cases.

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

79781835

Date: 2025-10-03 13:53:32
Score: 1.5
Natty:
Report link

Steps:
1. Insert the breakpoint on where you want to debug by clicking on the left side of the line-number.
2. Go to the Last cell that call all other functions. At the left-top corner of the cell, where you see the play button, right click, and select debug cell.
Then it will run and stop at where you inserted the breakpoint, which can be at different cell at the top.

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

79781834

Date: 2025-10-03 13:53:32
Score: 1
Natty:
Report link

This just happened to me after adding a new emulator image, based on Pixel 3. Seems this operation downloaded new phone profile definitions, and AVD matched these to my other emulator images as well, forcing the DPI to the phone profile and ignoring the DPI set in the actual settings.

I'm emulating an industrial handheld low res device (480x854), the result was comically chaotic : in the Pixel 3 device, icons on the home page were absolutely tiny, while icons in settings and app list where so huge, one would fill the entire screen.

Solution : change the phone profile used by the emulator to one that actually matches the DPI you want.

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

79781832

Date: 2025-10-03 13:49:31
Score: 1.5
Natty:
Report link

Just as a workaround, create an SSH tunnel between the remote host (where Minikube is running) and the client host. Then simply use https://127.0.0.1:<APISERVER_PORT> in the Kubeconfig.

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

79781830

Date: 2025-10-03 13:47:31
Score: 3
Natty:
Report link
what (fillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfillerfiller)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zib vop

79781827

Date: 2025-10-03 13:42:29
Score: 3.5
Natty:
Report link

this will fix the issue. Tools -> options -> preview features.

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

79781821

Date: 2025-10-03 13:33:27
Score: 3.5
Natty:
Report link

if nothing works, insted of yarn try bun. I heard is faster and lighter

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dan Borăscu

79781819

Date: 2025-10-03 13:32:26
Score: 4.5
Natty:
Report link

The quill-html-edit-button on Github seems to do the job.

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

79781817

Date: 2025-10-03 13:30:25
Score: 2
Natty:
Report link

The best option is to have a way to use service accounts (bot accounts) with restricted access to your google sheets.

Using unity's default API Key requires you to make the google spreadsheet public, and using the OAuth, well you already know the friction it creates to mainatin the developer's google account as testers every seven days.

That's why I created my own plugin to seamlessly integrate authentication using google service account without loosing all the features the current Google Sheet Extension offer.

Here's the github repo and the youtube tutorial I made. Try it out and let me know.

Youtube Link: - https://www.youtube.com/watch?v=bsEYavsGfJs

Github Repo - https://github.com/IamBiswajitSahoo/UnityLocalizationGoogleSheetsSA

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: BISWAJIT SAHOO

79781813

Date: 2025-10-03 13:25:24
Score: 0.5
Natty:
Report link

In aggrid v32+ this can be set with:

--ag-cell-horizontal-border: solid rgb(150, 150, 200);

Source: https://www.ag-grid.com/archive/32.3.7/react-data-grid/global-style-customisation-borders/

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

79781801

Date: 2025-10-03 13:10:20
Score: 1.5
Natty:
Report link

The Site Recovery Provider is installation that is done on on-premises server. As this is installation package it is not in the scope of Azure Bicep. Azure Bicep manages only Azure resource. Site Recovery Provider is not Azure resource. You could try to use third party services that do machine configuration to install packages on your servers.

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

79781796

Date: 2025-10-03 13:07:19
Score: 0.5
Natty:
Report link

Found a solution, searched the migrations themselves and changed from Cascading to Restrict

migration.AddForeignKey(
name: "FK_Films_People_ComposerId",
column: "ComposerId",
proncipalTable: "People",
principalColumn: "Id",
onDelete: ReferentialAction.Restrict);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: James

79781794

Date: 2025-10-03 13:05:18
Score: 1
Natty:
Report link

You can check the Authorization Scope of indvidual pipelines from here:
https://dev.azure.com/%7Borg%7D/%7Bproject%7D/_apis/build/definitions/%7Bbuild_id%7D?api-version=7.19

I was having issues with just a small number of pipelines that could not access shared resources. In my case it was pipline trying to pull a file fomr a repo in a central repo.

look for the "jobAuthorizationScope" and make sure it is set to "projectCollection" if it is set to "project" then the only way to change it at this point is to use the Azure DevOps rest api.

I have spoken to Microsoft Support and so far I have not had a definative answer as to why this setting was unexpected for a handfull of pipelines.

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

79781791

Date: 2025-10-03 13:04:18
Score: 2.5
Natty:
Report link

Fatal error: Uncaught mysqli_sql_exception: Table 'contact us.college' doesn't exist in C:\xampp\htdocs\300\insert.php:24 Stack trace: #0 C:\xampp\htdocs\300\insert.php(24): mysqli->query('INSERT INTO col...') #1 {main} thrown in C:\xampp\htdocs\300\insert.php on line 24

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

79781790

Date: 2025-10-03 13:03:18
Score: 1
Natty:
Report link

I'm very, very late, but I found this question in 2025 and then I've found an interesting solution to adjust text size on the launch screen.

You can't have custom fonts and you can't have any logic to adjust font size on the launch screen. What you can do these days though, is add an SVG file with the text and then use autolayout to scale it.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: PrzemysƂaw WrzesiƄski

79781788

Date: 2025-10-03 13:01:17
Score: 4
Natty:
Report link

Please see

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

79781783

Date: 2025-10-03 12:50:14
Score: 2.5
Natty:
Report link

It's a bug: https://youtrack.jetbrains.com/issue/IDEA-328297/Not-possible-to-run-Dart-scratch-file

Opened 5 year ago.

Java Works fine on android studio Flutter/Dart project. While Dart doesn't.

Java runs on scratch

Dart Doesn't

The workaround as per sidekickbottom is to move the scratch.dart inside the project folder(like any folder in the project).

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

79781775

Date: 2025-10-03 12:41:12
Score: 2.5
Natty:
Report link

This can be done using CronJob itself. Using PodAffinity rules, I made sure that all the pods/jobs created using CronJob are scheduled on the same node as that of the Hastebin' application container.

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

79781767

Date: 2025-10-03 12:32:10
Score: 1
Natty:
Report link

Xcode-like GUI in SwiftUI = use a three-pane split:

So it’s basically:
NavigationSplitView { List } detail: { HStack { TextEditor ; Divider ; InspectorView } }syed ibrahim academy

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

79781757

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

Five years later, and I've been having similar problems trying to get a printInfo with a correct '-imageablePageBounds' Rect for A4 paper. In my case the incorrect y-offset is 41 when it should be 12. The good news is I've found a workaround:

NSPrintInfo *printInfo = [[NSPrintInfo sharedPrintInfo] copy]; // autorelease later
    NSLog(@"As-received copy of sharedPrintInfo:");
    NSLog(@"   paperSize = %@", NSStringFromSize([printInfo paperSize]));
    NSLog(@"   imageablePageBounds = %@", NSStringFromRect([printInfo imageablePageBounds]));
    [printInfo setPaperSize:[printInfo paperSize]];
    NSLog(@"After [printInfo setPaperSize:[printInfo paperSize]]:");
    NSLog(@"   paperSize = %@", NSStringFromSize([printInfo paperSize]));
    NSLog(@"   imageablePageBounds = %@", NSStringFromRect([printInfo imageablePageBounds]));

and the 'noop' reset of the paperSize seems to trigger a recalculation of the -imageablePageBounds value:

As-received copy of sharedPrintInfo:
   paperSize =  {595, 842}
   imageablePageBounds =  {{18, 41}, {559, 783}}
After [printInfo setPaperSize:[printInfo paperSize]]:
   paperSize =  {595, 842}
   imageablePageBounds =  {{18, 12}, {559, 818}}

I've only tested this on Tahoe but I think it proves it's a macOS bug so I'll try reporting it again.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): having similar problem
  • Low reputation (1):
Posted by: Chuck

79781755

Date: 2025-10-03 12:17:06
Score: 1.5
Natty:
Report link

After some research and experimentation with test projects, I have reached some conclusions.

GroupId is not relevant when executing `gradle build`. However it is relevant when executing `gradle publish', either locally or to a repository. When publishing a project, the generated artifact goes to local file system or to a repository. In both cases, the path is determined by the GroupId (e.g. GroupId: 'com.company.product' -> Path: com/company/product).

When the published project is loaded as a dependency by another project, the GroupId should be correct (e.g. `implementation 'com.company.product:LibraryProject:1.0.0'`). Otherwise, the published project cannot be loaded.

Regarding package names, it is not mandatory that they start with the GroupId. However, it is recommended to keep package names and GroupId aligned, both for semantic reasons and for containing the namespace.

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

79781751

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

There’s actually a lightweight free plugin for that. It lets you rename WooCommerce sort option labels (like ‘Sort by popularity’ or ‘Sort by latest’) and also hide the ones you don’t want to show in the dropdown.

https://wordpress.org/plugins/sort-options-label-editor-for-woocommerce/

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

79781740

Date: 2025-10-03 11:55:00
Score: 1.5
Natty:
Report link

If you’ve got a Shopify development store, you can add a custom app by going to Apps → Develop apps for your store → Create app, then using the “Install app” option once it’s set up. If it’s a public or custom app built elsewhere, just use the install link provided. I’ve worked with PixelCrayons before for Shopify development, and they made this process super smooth. They handled everything from app setup to testing on the dev store. Definitely worth it if you don’t want to deal with all the technical steps yourself.

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

79781731

Date: 2025-10-03 11:42:57
Score: 0.5
Natty:
Report link

The solution was to include the --function argument to the deployment command:

gcloud run deploy testfunc --source . --function=run_testfunc

As per the documentation, the function argument

Specifies that the deployed object is a function. If a value is provided, that value is used as the entrypoint.

in my Github Action, I added the --function argument using flags

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

79781730

Date: 2025-10-03 11:41:56
Score: 3
Natty:
Report link

Upgrading node to more recent version (v22) fixed the issue in my case.

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

79781728

Date: 2025-10-03 11:39:56
Score: 1
Natty:
Report link

Why use conversion, if you can simply configure the session for all known date types:

alter session set nls_date_format = 'YYYY-MM-DD HH24:MI:SS';
alter session set nls_timestamp_tz_format='YYYY-MM-DD HH24:MI:SS.FF6 TZR';
alter session set nls_timestamp_format='YYYY-MM-DD HH24:MI:SS.FF6';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): Why use
  • Low reputation (0.5):
Posted by: Đ”Đ”ŃĐœ Đ”ĐŸĐ±Ń€ĐŸĐŒĐžŃ€ĐŸĐČ

79781711

Date: 2025-10-03 11:26:52
Score: 0.5
Natty:
Report link

I had the same issue with the Apple Vision Pro simulator. None of the above fixed the issue.
Here is what helped for me:

Target -> Build Settings -> Architectures -> Supported Platforms:
Showed "xros", either change to "visionOS" or under "Other" add "xrsimulator" (also then visually displays "visionOS" as selected).

Then, the simulator shows up in the Run Destinations.

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

79781704

Date: 2025-10-03 11:12:49
Score: 9
Natty: 7.5
Report link

Hello Everyone from 2025 - was any solution found ever for this appearance ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution found ever for this appearance ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sergey Penkin

79781700

Date: 2025-10-03 11:09:48
Score: 0.5
Natty:
Report link

Delete package-lock.json and run npm install, to get a clear install with updated peer dependencies.

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

79781684

Date: 2025-10-03 10:52:44
Score: 1
Natty:
Report link

Any updates on that ?

I'm trying to get real-time crypto feed but... invalid syntax

I successfully stream stock prices (websocket),

but when I try to do that with crypto ( https://docs.alpaca.markets/docs/real-time-crypto-pricing-data )

I'm connected, then authenticated, but when I try to subscribe: 400 invalid syntax

also the same happens with example python code using alpaca_trade_api - error: invalid syntax (400)

I'm sending

{"action":"subscribe","quotes":["BTC/USD"], "feed":"crypto"}

also tried without "feed":"crypto"

and also "bars":["BTC/USD"]

and symbol BTCUSD

what's the proper format? and why even official python lib doesn't work ?

Reasons:
  • Blacklisted phrase (1): Any updates on
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: razor

79781669

Date: 2025-10-03 10:35:40
Score: 2.5
Natty:
Report link

The issue was by default the Apple Intelligence might not have been turned on and the models are not downloaded in the local device.

So, go to Setting -> Apple Intelligence & Siri -> Turn On Apple Intelligence

The models will start downloading. Check for response again, won't get that error again.

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

79781668

Date: 2025-10-03 10:35:40
Score: 1
Natty:
Report link

For me using backticks around table name helped:

ALTER TABLE `my_table` ADD IF NOT EXISTS PARTITION ...

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

79781658

Date: 2025-10-03 10:24:37
Score: 2
Natty:
Report link

the differences go far beyond just names. While both systems use the ELF (Executable and Linkable Format), there are several key distinctions:

ABI (Application Binary Interface) – Each OS defines its own calling conventions, stack layout, and system call interfaces.

Linking to Libraries and Kernel – Linux object files often depend on glibc and the Linux linker, whereas VxWorks DKM (Loadable Kernel Modules) objects are linked against VxWorks-specific runtime libraries.

Sections and Relocations – Section attributes and relocation entries are tailored to the target OS and its loader.

Loading Mechanism – In VxWorks, kernel modules are loaded directly into memory, while Linux uses dynamic linking and the standard executable loader.

💡 Key Takeaway: Even if the CPU architecture matches, object files are not interchangeable between Linux and VxWorks. Using the correct toolchain for your target OS is essential, especially in embedded or real-time systems development.

Understanding these differences can save hours of debugging when porting code or building cross-platform modules. It’s a subtle yet critical part of system-level programming.

https://amirhosseinrashidi1.medium.com/stackoverflow-1-5f2a214b9d53

https://www.linkedin.com/posts/amirhosseinrashidii1_aebahyaebaesaetabraesaehaeqahyaevabraecaexaev-activity-7379817571870535680-7YHd?utm_source=share&utm_medium=member_android&rcm=ACoAAF52UO8BpEyzSRR3jYdIZTHh632CK0C6OtM

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Amir Hossein

79781657

Date: 2025-10-03 10:22:36
Score: 0.5
Natty:
Report link

Yes you can extract the world-view matrix from a World-View-Projection matrix. The key is guessing the projection matrix, and multiplying the WVP matrix by the inverse projection matrix. One way of guessing the projection matrix is by parameterizing the matrix, transforming a 1x1x1 cube by the WVP*P^-1, and checking how close the 1x1x1 cube edges are - is it still 1x1x1 or has it been distorted? You can do a simple coarse search to find the parameters with the least error, or use an algorithm like Nelder-Mead to do a more refined search.

Here is an example app that displays two cubes like BZTuts 10. I have stored an archive of the original webpage in case it ever goes down: BzTuts10_archive.7z

BZTuts10_example.jpg

Here is showing PIX displaying the second cubes WVP matrix (row major). PIX (or renderdoc) is useful to understand the WVP matrix if your app supports it.

PIX.jpg

Here is showing exported the geometry using just local coordinates (no transform). Both cubes are on top of each other at the origin. If you don't have much geometry you could manually move them in place - eg a tree might just have 2 meshes one for the trunk, one for the leaves. But if your working on a car game, its possible the car has 100 meshes - too many to manually place.

local.jpg

Here is showing the distortion that takes place if you use the WVP matrix. The two cubes appear squashed. It is this squashing behaviour we want to stop.

wvp.jpg

Here is a python script that shows how to do a coarse search and a refined search using Nelder-Mead to come up with the parameters for the projection matrix. It is done for DirectX, and has comments for how you might change it for OpenGL. refine_bz.py

Here we setup the cube we are going to see if it stays 1x1x1 after transforming.

import numpy as np
from scipy.optimize import minimize

# ---------- Define your WVP here ----------
# Replace with your actual 4x4 numpy array
#WVP = np.identity(4)  # placeholder
#209 CBV 2: CB1

#WARNING: numpy convention is COLUMN major
#row major defined, .T on the end transposes to column major
WVP = np.array([

 [1.33797, 0.955281, -0.546106, -0.546052],
 [-0.937522, 2.05715, -0.0830864, -0.0830781],
 [0.782967, 0.830887, 0.83375, 0.833667],
 [0, 0, 4.37257, 4.47214]

], dtype=np.float32).T

# ---------- Cube geometry ----------
cube = np.array([
    [0,0,0,1],
    [1,0,0,1],
    [0,1,0,1],
    [0,0,1,1],
    [1,1,0,1],
    [1,0,1,1],
    [0,1,1,1],
    [1,1,1,1]
], dtype=float)

edges = [(0,1),(0,2),(0,3),
         (1,4),(1,5),
         (2,4),(2,6),
         (3,5),(3,6),
         (4,7),(5,7),(6,7)]

We parameterize the projection matrix as based on fov_y_deg, aspect, near, far. We fix far to 10,000 because it needs to be big and we don't want to generate small values and it does not affect the skewness. Aspect ratio is just the window width/height which is 800/600. Then the only values we need to guess are field of view degrees and near. If near is not small (eg <1) then something has gone wrong.

#DX
def perspective(fov_y_deg, aspect, near, far):
    f = 1.0 / np.tan(np.radians(fov_y_deg)/2.0)
    m = np.zeros((4,4))
    m[0,0] = f/aspect
    m[1,1] = f
    m[2,2] = far/(far-near)
    m[2,3] = (-far*near)/(far-near)
    m[3,2] = 1
    return m

These are the key functions:

def cube_edge_error(WVP, P, printIt=False):
    try:
        P_inv = np.linalg.inv(P)
    except np.linalg.LinAlgError:
        return 1e9
#    M = WVP @ P_inv #GL
    M = np.linalg.inv(P) @ WVP #DX
    if printIt:
        print("Estimated World-View matrix (WVP * P_inv):\n", M)
    pts = (M @ cube.T).T
    pts = pts[:,:3] / np.clip(pts[:,3,None], 1e-9, None)
    err = 0.0
    for i,j in edges:
        d = np.linalg.norm(pts[i]-pts[j])
        err += (d-1.0)**2
    return err

# ---------- Coarse grid search ----------
def coarse_search(WVP, aspect, far, 
                  fov_range=(30,120,2.0),
                  near_values=(0.05,0.1,0.2,0.5,1.0)):
    best, best_err = None, float("inf")
    fmin, fmax, fstep = fov_range
    for fov in np.arange(fmin,fmax+1e-9,fstep):
        for n in near_values:
            if n >= far: 
                continue
            P = perspective(fov, aspect, n, far)
            err = cube_edge_error(WVP, P)
            if err < best_err:
                best_err = err
                best = (fov,n)
    return best, best_err

# ---------- Refine with Nelderñ€“Mead ----------
def refine_params(WVP, aspect, far, init_guess):
    def cost(x):
        fov, n = x
        if fov <= 1 or fov >= 179: return 1e9
        if n <= 0 or far <= n: return 1e9
        P = perspective(fov, aspect, n, far)
        return cube_edge_error(WVP, P)

    res = minimize(cost, init_guess,
                   method="Nelder-Mead",
                   options={"maxiter":500,"xatol":1e-6,"fatol":1e-9})
    return res.x, res.fun

# ---------- Run ----------
aspect = 800/600  # set your aspect ratio
far = 10000

coarse_guess, coarse_err = coarse_search(WVP, aspect, far)
print("Coarse guess: fov=%.2f, near=%.3f, far=%.1f, err=%.6f" %
      (coarse_guess[0],coarse_guess[1],far,coarse_err))

refined_params, refined_err = refine_params(WVP, aspect, far, coarse_guess)
print("Refined: fov=%.6f, near=%.6f, far=%.6f, err=%.12f" %
      (refined_params[0],refined_params[1],far,refined_err)

It came up with:
Coarse guess: fov=44.00, near=0.100, far=10000.0, err=0.002176
Refined: fov=45.171178, near=0.099151, far=10000.000000, err=0.000002043851

Then you just need to do WVP*P^-1 and you have the WV matrix!

How well did we do? Since we have the source code to BZ Tuts 10 we can look at how the projection matrix is created:

XMMatrixPerspectiveFovLH(45.0f\*(3.14f/180.0f), (float)Width / (float)Height, 0.1f, 1000.0f);  

So we were pretty close guessing 45.17 for 45 and almost exact for near. Far is way off but it doesn't affect skewness. Ultimately we just want to remove distortion, so its OK if the projection matrix is not exactly the same as the app uses.

This is the result of exporting the scene using our estimated WV matrix. You can see the cubes are not distorted - yey.

wv.jpg

See this page for the python code etc: https://github.com/ryan-de-boer/WVP/tree/main

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Twinsen

79781653

Date: 2025-10-03 10:16:35
Score: 0.5
Natty:
Report link

This is not really possible. You can get close with a new native List Slicer and paginated overflow but the arrows are vertical rather than horizontal and the user will need to actually select the value after paginating.
enter image description here

enter image description here

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

79781650

Date: 2025-10-03 10:15:34
Score: 2
Natty:
Report link

The publishers also would generate a lot of logs if the dispatcher doesn't cache properly so each request is then forwarded to pubs. I would check that too.

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

79781627

Date: 2025-10-03 09:45:27
Score: 1
Natty:
Report link
<map>
  <string name="client_static_keypair_pwd_enc">[...]</string>
  <long name="client_static_keypair_enc_success" value="448" />
  <boolean name="can_user_android_key_store" value="true" />
  <string name="client_static_keypair_enc">[...]</string>
</map>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Leydi Enriquez

79781623

Date: 2025-10-03 09:36:24
Score: 2
Natty:
Report link

This is a known issue

From support :

Meanwhile, we'd suggest setting dotSettings files are read only to prevent this behavior.

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

79781617

Date: 2025-10-03 09:34:24
Score: 1
Natty:
Report link

You’ve got a version-mismatch problem, not a “how to use the Button” problem. SPFx 1.21.1 is pinned to React 17.0.1 and TypeScript 5.3 (and Node 22). That combo is fine, but if your project pulls in React 18 types (or otherwise mixes React type definitions), JSX props can collapse to never, which produces errors like:

“Type string is not assignable to type never”

“This JSX tag’s children prop expects type never 
”

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

79781613

Date: 2025-10-03 09:29:22
Score: 4.5
Natty: 5
Report link

the answer is in a knowledge base article of uipath
https://forum.uipath.com/t/nothing-happens-when-opening-or-clicking-uipath-assistant/800265

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user31620565

79781608

Date: 2025-10-03 09:26:21
Score: 1
Natty:
Report link

In my case, I copied the Dockerfile's text to Notepad
then pasted back, then it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
Posted by: Vijay

79781592

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

BaseObject is of Object type known at compile time and compiler does not know its type until run time. So while accessing BaseObject we need to cast ComputerInfo explictly,as derived type available at run time only.

var a = (ComputerInfo)result[0].BaseObject;

or ((ComputerInfo)result[0].BaseObject).BiosBIOSVersion

this way you can access it.

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

79781591

Date: 2025-10-03 09:02:14
Score: 0.5
Natty:
Report link

I ran into this and this had the following cause.

In my package json I have an entry packageManager specifying to use a specific version. In my cli however an older version as active. Hence the difference in the lock file because the different versions were outputting a different format

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

79781589

Date: 2025-10-03 09:02:14
Score: 2
Natty:
Report link

Okay, so finally this is my bad !

In my repository I had this function :

public function __get($property)
{
    return $this->$property;
}

This is what causes my exception when findAll() is called.

I'll find an alternative.

Thanks everyone!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user21049957

79781571

Date: 2025-10-03 08:37:08
Score: 0.5
Natty:
Report link

You can change the viewport to include the "notch". Add this html snippet into your <head>..</head>

<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"> 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mart

79781556

Date: 2025-10-03 08:20:04
Score: 6 đŸš©
Natty:
Report link

Could it be a hardware issue due to the shutter speed of the camera? Do you have the camera set to NTSC or PAL?

I can't run your code right now, but I suggest you debug your code by setting breakpoints in your code to see what is exactly happening.

Did you see this thread? -> https://stackoverflow.com/a/54444910/22773318

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: th0miz

79781520

Date: 2025-10-03 07:23:50
Score: 0.5
Natty:
Report link

What worked for me is deleting the .metadata/.plugins/org.eclipse.jdt.core folder inside workspace. And then restarting Eclipse.

That forces reindexing of project.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Marko Adam

79781519

Date: 2025-10-03 07:21:50
Score: 2
Natty:
Report link

Did you follow the instructions in the get-started link? See below instruction snippet:

Now this is the command to fetch all information in the bridge. You didn’t get much back and that’s because you’re using an unauthorized username “newdeveloper”.

We need to use the randomly generated username that the bridge creates for you. Fill in the info below and press the POST button.

URL/apiBody{"devicetype":"my_hue_app#iphone peter"}MethodPOST

This command is basically saying please create a new resource inside /api (where usernames sit) with the following properties.

When you press the POST button you should get back an error message letting you know that you have to press the link button. This is our security step so that only apps you want to control your lights can. By pressing the button we prove that the user has physical access to the bridge.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: AndreDumont

79781515

Date: 2025-10-03 07:14:48
Score: 2
Natty:
Report link

Solved: https://github.com/r-tmap/tmap/issues/1197

If there are any similar issues let us know on GH

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

79781512

Date: 2025-10-03 07:12:47
Score: 4.5
Natty:
Report link

This is part of the big update 4.2, see https://r-tmap.github.io/tmap/articles/adv_inset_maps

Please let us know if there are open issues.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let us know
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Martijn Tennekes

79781511

Date: 2025-10-03 07:11:47
Score: 11
Natty: 7
Report link

I'm facing a similar issue where Facebook Login only grants one permission despite multiple approved scopes in my live-mode business app. Tried setting scope and config_id it correctly. Did you resolve this? Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Did you resolve this
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing a similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Huzaifa

79781498

Date: 2025-10-03 06:43:40
Score: 3
Natty:
Report link

If you are using the latest version of Expo and Expo Router, the links may help you to work with a protected route in any Expo app.

Appwrite Docs for setting a protected route in an Expo app
YouTube video for how to define auth flow in an Expo app using protected route

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

79781490

Date: 2025-10-03 06:32:37
Score: 2.5
Natty:
Report link

Use the package tmap.glyphs for this. See https://r-tmap.github.io/tmap.glyphs/articles/donuts

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

79781481

Date: 2025-10-03 06:10:32
Score: 0.5
Natty:
Report link

Drove me crazy too.

xl = win32com.client.DispatchEx("Excel.Application")
xl.DisplayAlerts = False  # Suppress all alerts

This overrides the dialogue boxes and closes just using:

wb.Close()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Long_dog

79781479

Date: 2025-10-03 06:09:32
Score: 0.5
Natty:
Report link

The quick fix is to disable the predictive back press in the application itself. This should be ideally fixed by admob but for now we can work with this as it disables the back press in the admob ads:

in your manifest file under application tag: use


    <application 
        android:enableOnBackInvokedCallback="false" />
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Haseeb Hassan Asif

79781477

Date: 2025-10-03 06:08:31
Score: 3
Natty:
Report link

When adding a Swift Package in Xcode, you may sometimes get stuck at the “Verifying 
 Preparing to validate” screen.
This usually happens because of a workspace build system setting conflict.

To fix it:

SPM stuck screen.

Steps to Resolve

  1. Change Workspace Build System Setting

    • Go to File > Workspace Settings

    • Under Build System, change from Legacy to New Build System (Unique).

  2. Update Derived Data Settings

    • Go to Xcode > Settings > Locations

    • Click on Advanced


    • Change Derived Data location to Unique (instead of Legacy or Shared).

After applying these changes, try adding the Swift Package again — it should validate and install correctly.

Reasons:
  • RegEx Blacklisted phrase (1.5): M stuck
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): When addin
  • Low reputation (1):
Posted by: abhinav srivastav

79781470

Date: 2025-10-03 06:01:30
Score: 0.5
Natty:
Report link

Le problÚme : new Link() avec toProperty est conçu pour les opérations de lecture (GET/GetCollection).

Quand tu l'utilises sur un POST, API Platform essaie de rĂ©cupĂ©rer une ressource existante. DĂšs que tu as plus de 2 adresses pour le mĂȘme worker, il trouve plusieurs rĂ©sultats au lieu d'un seul d'oĂč l'erreur.

La solution : Pour les opérations POST, simplifie ta configuration :

#[Post(
    uriTemplate: '/workers/{workerId}/addresses',
    input: AddressInputDto::class,
    processor: AddressStateProcessor::class
)]

Puis dans ton AddressStateProcessor, récupÚre l'ID du worker depuis le contexte :

$workerId = $context['uri_variables']['workerId'];

RécupÚre l'entité Worker et associe-la à la nouvelle Address

Pourquoi ? new Link() est prévu pour la récupération de sous-ressources, pas pour leur création. Pour les POST, gÚre la relation parent-enfant dans ton state processor.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jimmy Morizot

79781465

Date: 2025-10-03 05:50:27
Score: 0.5
Natty:
Report link

SwiftUI

Set .sharedBackgroundVisibility(.hidden) on the ToolbarItem

UIKit

Set .hidesSharedBackground = true on the UIBarButtonItem

From: Disable glass effect on UIBarButtonItem's customView

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

79781459

Date: 2025-10-03 05:39:24
Score: 2.5
Natty:
Report link

You can not use APPEND to add an element to a table with a unique key defined, like a hashed table or a standard table with a unique key — because APPEND simply adds a new row at the end without checking keys.

If you try APPEND. This will add the row without checking the key. This can lead to duplicates and the ABAP runtime won’t raise an error, but your table integrity could be compromised.

If you want to update if exists, or insert if not.
Added small code snippet .

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shailesh Suresh Patil

79781456

Date: 2025-10-03 05:28:22
Score: 0.5
Natty:
Report link

The common problem of blank report on printing or exporting is due to Post_Back even on page. You need to call the same button even on page load.

 protected void Page_Load(object sender, EventArgs e)
        {
            ButtonSearchStatus(sender, e);
        }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ZahidKakar

79781455

Date: 2025-10-03 05:28:22
Score: 2
Natty:
Report link

this is how to keep local changes, pull, and restore local changes :

git stash push -m "Backup"
git pull
git stash pop

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

79781454

Date: 2025-10-03 05:22:20
Score: 4
Natty:
Report link

https://auth.platoboost.net/a?d=29LhzT7Le5VGNlXhUMYZHcHyS0TJdedUH0KwmFEr5NUBJoRw0mDTFfY1y46xSxDYgrBWGRQcZuQNuK0aG4D2bYruoRQ2SOFXMwpXXggyjfeqqJjmlA0CbpQVbLaAaQYiC3v5YzkkMMTDLOKPzGPU4VTJCYk8ky0CVAXJlrKlEmGV1SEp49qpwmHNhVRC7POCWTfcQwLkcmC2WM6UdmubxzpUI1RN6 06Wh7nA9Hq60c5AOF2MdqlX663kHKfvgKAFMHODh1wctg2C8Xx8KP98rrAVgIX0sIAaC3PQQN68IRty76VDhwTJjnIUzaa9F2DkUgBLkG0i7JVpSEHvfS4teCG22CWf5agzDTRuC7JCZ6GHAPV3VFOs9lEsZZpWxI8l3Sh9TpuN5qLEnPnyfYvVZr2CS7kV1q2CqJCJ91jFyy9a8fMxQXGcJ1YWFc63W43OHhVXpKvtzEdEWGQCqoS8teWPpGr

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Phu Phu

79781453

Date: 2025-10-03 05:21:20
Score: 8
Natty: 7
Report link

Did you manage to make it work?? I ran into the exact same problem, everything runs all right on vscode, I’m using super figure extension which is based on Gilles Castel set up, however when importing my finished work to overleaf it compiles with the same error. @samcarter_is_at_topanswers.xyz @mvh28

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @mvh28
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Marco

79781448

Date: 2025-10-03 05:12:17
Score: 5.5
Natty: 5.5
Report link

Thank you for sharing that information.

However, I'm not entirely clear on the

context of 'UAB' in this scenario.

If 'UAB' refers to a specific **User Access

Broker** or a similar technical tool/ library, could you please provide more details on how you are currently implementing it?

If you could share the relevant **code snippet** or the **full error message** you're facing, I'd be happy to provide a more targeted solution or clarification.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): could you please provide
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Haemi

79781439

Date: 2025-10-03 04:34:09
Score: 0.5
Natty:
Report link

You can use peedief.com to generate PDF files from HTML templates. Peedief also supports embedding dynamic data into templates and accepts JSON as input, allowing you to work with complex data structures seamlessly.

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

79781438

Date: 2025-10-03 04:32:09
Score: 4.5
Natty: 7
Report link

Taking a chance here after so long...

I have tried to make this string translatable to no avail, anyone able to help me?

Thank you very much!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: funique

79781419

Date: 2025-10-03 03:23:53
Score: 4.5
Natty: 5
Report link

Me and a partner wrote an alternative for launch4j, take a look https://github.com/kaffamobile/gjg-maven-plugin

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

79781418

Date: 2025-10-03 03:23:52
Score: 4
Natty: 5.5
Report link

had the same issue when i accidentally closed the Modules tab and found this really useful, thanks!

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

79781416

Date: 2025-10-03 03:20:51
Score: 1
Natty:
Report link

I think maybe you can add two empty game object as children and place/rotate them at B and C position. Then you can make:

B.transform.position = B_emptyGObj.transform.position 

and

B.transform.rotation = B_emptyGObj.transform.rotation

Then C do same as well.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: èš±äżźéœŠ

79781406

Date: 2025-10-03 02:24:40
Score: 1.5
Natty:
Report link

Yikes! Whilst these can work, I'd just suggest order by the Comment field, and prefix your comments with a numbering scheme. More details are explained here.

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

79781404

Date: 2025-10-03 02:21:39
Score: 0.5
Natty:
Report link

I make heavy use the Comment field in PostgreSQL. Most IDE's allow you to order by the Comment field in addition to the usual fields (e.g. Column Name, Data Type, etc.).

I usually prefix the column Comment with some sort of number scheme, then order by the Comment field within my IDE; for example, 01 USERNAME, 02 USER EMAIL ADDRESS.

This allows me to add another column to the table months or years later, then just modify the prefix in the Comment fields to have the IDE present the columns in the order I want them to display for me and other developers.

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

79781401

Date: 2025-10-03 02:12:34
Score: 6.5 đŸš©
Natty:
Report link

I Am facing a similar issue. with the exact same code and same dataset and even after fixing the seed and such, my notebook result differ completely when i train on my MacBook (on which I have tensorflow metal) and when i train on my school GPU.

I have been working on these experiments for 6 months and just recently moved to GPU but now I can’t reproduce any of my result that I have when I run on my MacBook.

For a bit of context I am working on Bayesian deep learning with variational inference. The deterministic model I train gives similar result on both machines. But the different Bayesian networks give extremely different results.

I am looking for any help or any advice regarding this

I have been trying to fix this for the past 3 days and I am very anxious about my results not being reproducible and thus not publishable (PhD student)

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (1): any help
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I Am facing a similar issue
  • Low reputation (1):
Posted by: Nobody Willknow

79781400

Date: 2025-10-03 02:07:32
Score: 3.5
Natty:
Report link

I have the same issue too, but with useAudioPlayer(). I have not been able to find a fix for this, nor have I been able to find one on the expo docs. However, I did notice why that was happening.

When you initialize the hook, it creates a single instance of the player on startup. However, if it gets removed through either the builtin garbage collector for the player or by the program, and you try to access it again, it will result in a null reference.

Unfortunately, I can't provide a solution but I hope this information helps!

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Onoxic

79781396

Date: 2025-10-03 01:56:30
Score: 3.5
Natty:
Report link

The world is unpredictable and people's hearts are uneasy. Knowledge is power, but it is insufficient. Heart disease requires heart medicine, and life requires faith. People cannot overcome sin and evil, but they can accept redemption and move on to heaven!【John 3:16】For God so loved the world, that he gave his only begotten SonJesus Christ, that whosoever believeth in him should not perish, but have everlasting life. Do you have faith in Jesus? Will you deeply experience the true freedom and happiness?

enter image description here Do you understand the picture?

A circle has a core, everything is inseparable from one. No matter about stars, but will of the heart. All things has a root, The seed of life belongs to the Trinity God, united in one heart and virtue. The essence of life belongs to Christ, formed in one breath and passed down through generations. The fruit of life belongs to Holy Spirit, vivid and lively, with a telepathic connection in mankind. Deviation from the core is sin, leaving and wandering, restless, corruption and perish like ashes.

A man without support is scattered, and even though he is alive, he still dying like walking corpse. Men sat at the bottom of the well, sighing at the stars, but unable to measure the height of the sky. So the son of God transformed into human, no money, but wave away sickness and save the sinners. So Jesus was crucified on the cross, with a simple road and a coordinates that connects all nations. So the Holly Blood is thicker than any water, like a pouring rain cleanse our souls and nourish our lives.

The dawn shines again, the dead come back to life, and everything is renewed with a surge of vitality. Believing in Jesus is blessed, welcoming the new and abandoning the old, peace and joy forever. With Christ our Savior, We are grateful, satisfied, and never loss our faith from beginning to the end. Life is short, love is long, cold and hot will pass by at a glance a blink, and leaves fall back to their root, Tears will stop, pain will disappear, like waking up from a dream and entering the kingdom of God......

enter image description here Do you understand the truth now?

Food is the most important, but now the evil seeds are on earth! For thousands of years, the Elders always charge: "Take heed, beware of the leaven of the Pharisees, and of the leaven of Herod. (Mark 8:15)"; The visible demons are not terrible, but the sugar coated shells and boiled frogs in warm water - The subtle poisoning! If a minor disease is not cured, it will inevitably go deep. If the disease goes into anorexia, it will be hopeless. The awakening time will be dark! For example, the black mage in the Lord Of The Rings left a "five finger" mark on the orc's head. Now the devil is deeply rooted in the hearts of the people and covered with human skin. The five internal organs (poisons) are complete and run everywhere, omnipresent and ferocious! In a short time, it will be a world of "walking corpses"! There is no doubt that for these irrational and immoral "ghouls", the greatest "fun of life" is of course ... eating human!

Therefore, it is still the Millennium prophecy: "Take heed that no man deceive you. For many shall come in my name, saying, I am Christ; and shall deceive many. And ye shall hear of wars and rumours of wars: see that ye be not troubled: for all these things must come to pass, but the end is not yet. For nation shall rise against nation, and kingdom against kingdom: and there shall be famines, and pestilences, and earthquakes, in divers places. All these are the beginning of sorrows. Then shall they deliver you up to be afflicted, and shall kill you: and ye shall be hated of all nations for my name's sake. And then shall many be offended, and shall betray one another, and shall hate one another. And many false prophets shall rise, and shall deceive many. And because iniquity shall abound, the love of many shall wax cold. But he that shall endure unto the end, the same shall be saved. And this gospel of the kingdom shall be preached in all the world for a witness unto all nations; and then shall the end come. (Matthew 24:4-14) "( these "4" all means "dead" in Chinese pronunciation)

Throughout the history of the "Red Cross Society", from the bloody crucifixion of Jesus to the excessive collection of papal Crusades, from religious reform to clarifying doctrines to palliative surgery and artificial intelligence, from the affected "cross salvation medicine" to the knowledge culture with developed limbs and empty mind, it is obviously an increasingly desolate, corrupt, deviated from the core and cruel human history! Death is like a lamp out, When the body is dead, there is still soul. But if the heart is dead, then all dead without burial! Don't think you can still be alone at the junction of heaven and earth (light and dark). Visually, this is the most fierce arena for the fight between good and evil! As a crossroads, the Middle East has always been a troublemaker. Jews are the representatives of mankind. The best and worst are concentrated on them! As shown as the "crime poison" has spread to the north and west, giving these Migrant Workers and Leading Sheep with "sickle hoe" and "cross pastoral stick" a blow! The Worker's disobedience also shows that the Shepherd's discipline is ineffective (or beyond the reach of the whip). Fish begins to stink at the head, and natural disasters are everywhere!

However, these are inevitable "pretty evil tide" (historical trends). War and disease are just the beginning, and the "finale" (center, focus) is coming. So the fingers connect with the heart, it is natural that there should be a church before a society; Human life matters, man-made disasters are the precursor of natural disasters, man and nature are one; Although the former is an explicit symptom, it just an irrelevant skin pain, but it can reflect a series of potential (internal) problems. It is difficult to endure pain and itch, When the invisible virus without gunpowder breaks through the heart of human nature, the whole social group has essentially died directly from the inside! This is the internal corruption of self occupation! For the time being, we can summarize the crux of all social problems with "uneasy mentality and psychological decline". There is nothing new under the sun, As early as the beginning of the last century, this obvious symptom and death tragedy have been shown on the "foretaste (heretic) wood (朚)" staff, as the foot of the "human" (äșș; humanized) has exposed under the "cross" (ćïŒ›Divinity) and become "A Rotten Wood"朚- The Golden Time is over just after "three generations"! At most, it is regarded by outsidersfaithlessas "Umbrella䌞of Biochemical Crisis"!

The heart is all things, So the selfish thoughts are sins, and phase is generated by mind, It has nothing to do with the environment but the state of heart-vision! If the internal contradiction is not handled, it will inevitably lead to external (physical) conflicts. New sorrows and old hatreds will come one after anotheronce the heart-lamp is off, there is no spark to start a prairie fire, only black smoke! Such chaos (civil strife) can be seen in a little bit, even those who are deeply hidden in "China Christian Church"CCCcenter, these otaku and "Outer-ring" also knows. What are you saying about the family scandal? The spectators see the chess game better than the players, This is reflected by insiders who are outside the church. While the other 99% of Chinese are still in the dark, completely ignorant, and even gloating about indifference, What else do they say that prevention begins with indifference? If it goes on like this, isn't it all drift with the current, and it's all over? Do me a favor please, The devil has come up with countless refreshing tricks to poison and kill our entire human group, and we are still beautifying them, fighting over trivial matters, and drifting on the core issues?

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Charlie Crusaders

79781390

Date: 2025-10-03 01:33:25
Score: 0.5
Natty:
Report link

Usually, you create a new conda environment with specific Python version.

Alternatively, you can activate the base and run conda install python=<your_python_version> to change the base's Python version.

If you just want to know the default Python version that comes with a specific version of Anaconda, you can go to the Anaconda release notes (https://www.anaconda.com/docs/getting-started/anaconda/release/2025.x ), the Python version is just next to the anaconda's version.

enter image description here

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

79781385

Date: 2025-10-03 01:06:20
Score: 2
Natty:
Report link

Thanks for providing the screenshot and the detailed reproduction steps!

Analysis of the "Aw, Snap!" Error

The Aw, Snap! message indicates that the Chrome Renderer Process (which handles the webpage content) has crashed. While this is often due to general memory or system resource constraints, when a crash is triggered by a highly specific action—like initiating playback on an embedded playlist with the "Watch on YouTube" overlay visible—the root cause is almost certainly a bug or race condition within the embedded YouTube player's JavaScript.

The specific element (the "Watch on YouTube" badge) is controlled by the YouTube player code running inside the iframe. It is highly plausible that an error or memory leak is triggered when the player tries to handle two events simultaneously:

1. Starting video playback.
2. Rendering or removing that specific overlay/badge element.

Testing and Configuration Feedback

I appreciate you sharing your testing setup. I performed testing on the exact same website/URL and video playlist used in your reported issue and attached video.

Tested Environments:

Xiaomi T13 Pro (Android 14), 
Samsung Galaxy S22+ (Android 15), 
and Android Emulators (v13 and v16) with varied RAM/CPU settings.

Samsung Galaxy 22+ testing #1 Samsung Galaxy 22+ testing #2 Samsung Galaxy 22+ testing #3 Samsung Galaxy 22+ testing #4 Samsung Galaxy 22+ testing #5

android emulator testing #1 android emulator testing #2 android emulator testing #3 android emulator testing #4

Xiaomi Firefox Brave Google Chrome

Result:

Despite using your exact reproduction steps on the same resource, 
I was unable to reproduce the "Aw, Snap!" crash. 
I observed expected behavior with typical CPU/RAM spikes, but no termination.

This indicates that the issue is not with the specific website or the embed URL itself, but rather with a unique combination of software versions or hardware on your device.

To help narrow down the cause and continue the investigation, could you please provide the following technical details from your failing device?

  1. Exact Android devices.

  2. Exact Android OS Build Number: (This is often more informative than the major version number).

  3. Device RAM/Free Memory: How much physical RAM does your device have, and roughly how much was free when the crash occurred?

Providing these specifics will be crucial to finding the configuration that causes the renderer process to fail.

I've recorded video of my testing on Youtube:

  1. Testing on android emulator #1.
  2. Testing on android emulator #2.
  3. Testing on android emulator #3.
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): could you please provide
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Alex Kulinkovich

79781383

Date: 2025-10-03 00:42:16
Score: 4.5
Natty: 5.5
Report link

NĂŁo estou conseguindo conectar meu celular na minha televisĂŁo tcl ronku de 50 polegadas

Reasons:
  • Blacklisted phrase (1): NĂŁo
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bruno Ferreira

79781375

Date: 2025-10-03 00:24:12
Score: 4
Natty:
Report link

I know it has been a while since you posted this, but i just needed to do the same kind of thing for u-boot for an i.MX8MP. It is very possible that what needs to change for the version of u-boot that comes with a beagle bone blue is different from what needs to change with a i.MX8MP, but for what it is worth I posted what I needed to change to my version of u-boot here: How to change the serial console that u-boot uses?

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Robert McLean

79781371

Date: 2025-10-03 00:14:10
Score: 3.5
Natty:
Report link

change redis host app-redis -> myapp-redis don't use servicename use container_name

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

79781370

Date: 2025-10-03 00:12:09
Score: 0.5
Natty:
Report link

Is there a way to change that background image to something else and custom?

No, there is not. At least, not an official way that doesn't involve hacking the IDE's executable files.

I read about toolsapi. Is this helpful?

No. ToolsAPI is the IDE's native API which allows authors to write plugins for the IDE itself. The ToolsAPI allows custom items to be displayed in the splash screen and about box, but changing the splash screen's background is not part of the ToolsAPI.

Reasons:
  • Blacklisted phrase (1): Is there a way
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there a
  • High reputation (-2):
Posted by: Remy Lebeau

79781363

Date: 2025-10-02 23:46:04
Score: 0.5
Natty:
Report link

Then you should first built an installer
Approach:
The installer doesn't need to use you're env since it only downloads your executable and resources while being lightweight at the same time
- on launch the installer checks directory if they is a old version it just proceed to upgrade it without redownloading it all over (you'll need to index changes between versions so the installer only download files it needs)
- but if nothing is present in directory it start a new installation from the most recent upgrade
the tradeoffs are indexing changes per upgrades and maintaining a server from which you're installer can download from

The installer becomes the only things a users needs to upgrade you're app and their can upgrade to a newer installer later or use the same to upgrade app so it works out well and users won't have to copy anything just download and run

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

79781356

Date: 2025-10-02 23:22:59
Score: 1
Natty:
Report link

Just use pip list | grep <package_name>

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