79514086

Date: 2025-03-17 09:09:40
Score: 2
Natty:
Report link

PDF rendering on mobile is hit-and-miss, many browsers don't support it natively so you have to rely on some external library to do it for you. Seems like the most common one out there is PDFjs.

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

79514077

Date: 2025-03-17 09:05:39
Score: 2.5
Natty:
Report link

The error may occur if you have Unicode-named objects in the scene. A quick workaround is to rename the Max scene file and the object names to only use Latin characters.

A quick way to test if everything runs well is to use the 3ds Max share view feature. Under the hood, it invokes the Model Derivative services. This can be done by navigating to:.3ds Max > File Menu > Share View (viewable on the browser)

Which version of 3ds Max are you using?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Allan K. Koech

79514074

Date: 2025-03-17 09:05:39
Score: 0.5
Natty:
Report link

You can also try if all else failed to manually delete all files under:

bootstrap/cache 

Then running:
php artisan config:cache

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

79514068

Date: 2025-03-17 09:04:39
Score: 1
Natty:
Report link

Your class name is wrong and the syntax doesn't work. It should be .w3-hover-border-login-green in both cases, and border:1px solid #04AA6D (omit border-color: if using shorthand syntax).

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

79514060

Date: 2025-03-17 09:01:38
Score: 1
Natty:
Report link

You forgot a semicolon

.w3-border-login-green{border:1px solid; border-color:#04AA6D!important}
                                       ^
                                     HERE

To prevent this in the future you might want to properly format your CSS

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

79514055

Date: 2025-03-17 08:58:37
Score: 1
Natty:
Report link

I think that you need a different approach.

You want service A to behave as an authentication server and service B as a client to access resources.

If I were you I would:

  1. Use spring oauth2 authentication-server (or external provider like Keycloak) to manage your clients

  2. Register service A and service B as spring oauth2-client

And use built-in functions and features to retrieve and manage tokens and restrict access to endpoints.

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

79514052

Date: 2025-03-17 08:57:37
Score: 1.5
Natty:
Report link

You're missing this


lifecycleRegistry.currentState = Lifecycle.State.ON_START
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JDdev

79514045

Date: 2025-03-17 08:52:36
Score: 4
Natty:
Report link

retry() is the pain point in code.

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

79514040

Date: 2025-03-17 08:51:36
Score: 2
Natty:
Report link

This is simple way of setting preloadEnabled on default web site (application):

Import-Module IISAdministration

$defaultApplication = (Get-IISSite -Name "Default Web Site").ApplicationDefaults

$defaultApplication.Attributes["preloadEnabled"].value = $true

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Michał Ka.

79514030

Date: 2025-03-17 08:46:34
Score: 3.5
Natty:
Report link

In my case, adding the uri address in the section "Authorized JavaScript origins" helped.

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

79514017

Date: 2025-03-17 08:42:34
Score: 0.5
Natty:
Report link

We can import MatDialog service and close all currently open dialogs with closeAll method:

const dialogService = AppInjectorService.injector.get(MatDialog);
dialogService.closeAll();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Majid Rafei

79514001

Date: 2025-03-17 08:36:33
Score: 0.5
Natty:
Report link

Grant Full Ownership to Your User fixed Xcode 16 compiling issues for me.
Run this command in the terminal to change the ownership of the DerivedData folder to your user:
sudo chown -R $USER ~/Library/Developer/Xcode/DerivedData

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

79514000

Date: 2025-03-17 08:36:32
Score: 5
Natty: 4
Report link

i want to do it without mentioning the column names(tags)

Reasons:
  • RegEx Blacklisted phrase (1): i want
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29982946

79513996

Date: 2025-03-17 08:33:31
Score: 4
Natty:
Report link

https://youtu.be/hAfU6sb2e3c?si=6JChwfNEcbOvyRni You can refer to this YouTube video, which provides a detailed explanation on how to implement it in a React Vite app using Tailwind CSS.

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: vishwa b naik

79513987

Date: 2025-03-17 08:29:30
Score: 9.5
Natty: 7
Report link

@raaz told that we can use SQLCipher for iPhone. I am working in a framework project and in swift it requires to create bridging header to I was unable to import SQLCipher. unfortunately framework project does not support bridging header.

@raaz or anyone have any solution to my problem?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2): any solution to my problem?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @raaz
  • User mentioned (0): @raaz
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: GNChishti

79513984

Date: 2025-03-17 08:28:30
Score: 0.5
Natty:
Report link

Our product data like below, but modified many times still not work.
export const products_data = [
{
title: 'Industrial Sensor',
slug: 'industrial-sensor',
content: [
{
root: {
type: 'root',
children: [
{
type: 'paragraph',
version: 1,
children: [
{
text: 'High-precision industrial sensor for automation.',
type: 'text',
version: 1,
},
],
direction: 'ltr',
format: '',
indent: 0,
},
],
direction: 'ltr',
format: '',
indent: 0,
version: 1,
},
},
],
price: 199.99,
categories: [],
meta: {
title: 'Industrial Sensor',
description: 'High-precision industrial sensor for industrial automation.',
image: null,
},
publishedAt: new Date(),
},
{
title: 'PLC Controller',
slug: 'plc-controller',
content: [
{
root: {
type: 'root',
children: [
{
type: 'paragraph',
version: 1,
children: [
{
text: 'Advanced PLC controller for industrial use.',
type: 'text',
version: 1,
},
],
direction: 'ltr',
format: '',
indent: 0,
},
],
direction: 'ltr',
format: '',
indent: 0,
version: 1,
},
},
],
price: 499.99,
categories: [],
meta: {
title: 'PLC Controller',
description: 'A powerful PLC controller for automated systems.',
image: null,
},
publishedAt: new Date(),
},
{
title: 'Servo Motor',
slug: 'servo-motor',
content: [
{
root: {
type: 'root',
children: [
{
type: 'paragraph',
version: 1,
children: [
{
text: 'High-torque servo motor for precision automation.',
type: 'text',
version: 1,
},
],
direction: 'ltr',
format: '',
indent: 0,
},
],
direction: 'ltr',
format: '',
indent: 0,
version: 1,
},
},
],
price: 299.99,
categories: [],
meta: {
title: 'Servo Motor',
description: 'Reliable servo motor with high torque and efficiency.',
image: null,
},
publishedAt: new Date(),
},
];

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

79513973

Date: 2025-03-17 08:23:28
Score: 1
Natty:
Report link

used dispose method to disposed controller. In you code you are using
controller: searchC,

   @override
      void dispose() {
        searchC.dispose();
  // TODO: implement dispose
     super.dispose();
   }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jwala Pratap Maurya

79513970

Date: 2025-03-17 08:22:26
Score: 8 🚩
Natty:
Report link

Which version of Excel are you using? Could you please share a screenshot of the chart you're trying to modify, so it's easier to understand?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you please share
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Which
  • Low reputation (1):
Posted by: Aleksander

79513969

Date: 2025-03-17 08:22:26
Score: 3.5
Natty:
Report link

here is an example to generate guid
generate guid

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: vivek nariya

79513960

Date: 2025-03-17 08:19:25
Score: 2.5
Natty:
Report link

I dont know if this is applicable to the restirctions of this question, but if you are interested in mimicking the real behaviour when testing take a look at Testcontainers.

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

79513958

Date: 2025-03-17 08:16:25
Score: 0.5
Natty:
Report link

Yet another (coroner's) case of this malaise:

file was removed in master so I have force removed it locally, committed it and the status was (finally) clean.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Anton Tropashko

79513956

Date: 2025-03-17 08:16:24
Score: 4
Natty: 5
Report link

Thank you very much! That did the trick for me!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Holger Pleus

79513947

Date: 2025-03-17 08:10:23
Score: 1
Natty:
Report link

This is potentially caused by the reactComponentAnnotation option of the Sentry SDK in your next.config.js. It appends properties to components and if the properties are iterated either by a library or your own code it may sometimes lead to errors.

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

79513944

Date: 2025-03-17 08:09:23
Score: 0.5
Natty:
Report link

I had this error only in Firefox and I tracked it down by looking in the call stack in the Firefox debugger, making sure it broke on caught exceptions. Then by walking up the Call Stack I could see it was trying to parse and audio element

enter image description here

Turned out the Firefox and html2canvas do not like the controls part of the audio element. Perhaps the browser generates some kind of non-standard CSS for the controls?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Matthew Lock

79513938

Date: 2025-03-17 08:06:23
Score: 2.5
Natty:
Report link

I recently found Firefoo, a tool that offers exactly what you'd hope for from a Firestore UI—including features like easily duplicating Firestore documents directly through the interface. Highly recommended!

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

79513936

Date: 2025-03-17 08:05:22
Score: 1.5
Natty:
Report link

In Mac brew insrall gpgme doesn't work. Instead you should install like this brew install shivammathur/extensions/[email protected]

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

79513935

Date: 2025-03-17 08:05:22
Score: 1
Natty:
Report link

I simply remove

protect_from_forgery with: :exception

but clearly it is just for temporary solution.

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

79513916

Date: 2025-03-17 07:56:20
Score: 1
Natty:
Report link

Check that you don't use a production configuration. "optimization": false should be set in angular.json

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

79513910

Date: 2025-03-17 07:51:19
Score: 0.5
Natty:
Report link

Try this url once:

upi://pay?cu=INR&pa=9845198451@upi&pn=Merchent Name&am=100
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Pisumathu

79513901

Date: 2025-03-17 07:49:19
Score: 2
Natty:
Report link

I want to thank everyone for useful tips and help.

I am going to answer my question - partially.

I have tried compiling and running the codes for matrix multiplication on my laptop that has AMD Ryzen 8845HS processor and is running Ubuntu 22.04.5.

The compilation commands are the same, i.e.

Fortran: gfortran -O3 -march=native -funroll-all-loops matmul.f90

C: gcc -O3 -march=native -funroll-all-loops matmul.f90

The situation on Ubuntu is now different. Fortran takes 0.13 seconds, while C takes 0.24 seconds. The difference is still quite significant.

However, when I use Intel Fortran and Intel C compiler (that are installed on my Windows 10 PC with i7 6700 processor) things are completely different. For matrices of sizes 1024 by 1024, Fortran compiled code takes 0.079 seconds, while C code takes 0.077 seconds. C code is actually faster.

The compilation options for Intel Fortran compiler that I have used are:

ifx -fast matmul.f90 /heap-arrays

The compilation options for Intel C compiler that I have used are:

ifc -fast matmul.c

It looks like gcc is not that great - as I initially taught. This is strange because I believed it was the best C compiler out there.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ante Jurčević

79513899

Date: 2025-03-17 07:48:18
Score: 3.5
Natty:
Report link

My jenkins is not supporting Javascript only rendered html it supports why?
I'm using jenkins version 2.497

Reasons:
  • Blacklisted phrase (0.5): why?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Chillgirl

79513898

Date: 2025-03-17 07:48:18
Score: 2
Natty:
Report link

you also have the option to only allow your application to have access in your file share and to serve files to outside simply read the bytes of the files and dump them to the client.

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

79513882

Date: 2025-03-17 07:44:17
Score: 0.5
Natty:
Report link

The issue here is that NestJS does not automatically inject dependencies into a parent class constructor. When you extend a class, the super() constructor is called before the configService is available, leading to undefined.

Further explanation: NestJS automatically resolves dependencies without needing @Inject() because of TypeScript's metadata reflection (enabled by emitDecoratorMetadata and reflect-metadata).

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

79513880

Date: 2025-03-17 07:42:17
Score: 2
Natty:
Report link

Angular 14 requires Node.js version 14.15.0 or later, but it is best compatible with Node.js 16 and above. If you're using an older or unsupported Node version, you may face issues due to dependency mismatches, missing ES module support, or outdated package managers. To fix this, update Node.js to the latest LTS (Long-Term Support) version using nvm or direct installation.

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

79513877

Date: 2025-03-17 07:41:15
Score: 7 🚩
Natty: 6.5
Report link

I know it's very old but have you solved the issue because I'm having a similar problem with my Unity tool too. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I'm having a similar problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having a similar problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: kerim ka

79513874

Date: 2025-03-17 07:40:14
Score: 2
Natty:
Report link

Some of the angular versions support only their supported node versions, iam using angular 16 with node 18 and 20 which is working normally,

But when i switch to node 22 my angular 16 application will support those node version,

so we need to use supported node versions for our working angular version.

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

79513873

Date: 2025-03-17 07:40:14
Score: 2
Natty:
Report link

Your problem is that the code is running in a terminal emulator that does not seem to support VT100 control codes. Try using a different terminal, such as the one built into vscode.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Markus Hirsimäki

79513864

Date: 2025-03-17 07:36:13
Score: 3.5
Natty:
Report link

Just pause or remove Antivirus and it may work with you.

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

79513852

Date: 2025-03-17 07:28:12
Score: 1
Natty:
Report link

Add this line to your metro.config.js

config.resolver.assetExts.push("bin");

The config should look like:

const config = getDefaultConfig(__dirname);

config.resolver.assetExts.push("bin");

module.exports = config;

if you are using expo regenerate the metro.config.js :

npx expo customize metro.config.js
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shiva Kumar Sahoo

79513849

Date: 2025-03-17 07:27:12
Score: 1.5
Natty:
Report link

For Asp.net web sites, we need to add gcallowverylargeobjects key in the C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config file to <runtime> section. web.config is not enough.

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

79513847

Date: 2025-03-17 07:27:12
Score: 1.5
Natty:
Report link

You can write this query but this query adds total count in every raw.

select 'fields', COUNT(*) OVER() as total_count
from table_name where conditions limit 10;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Hasan Kuray

79513839

Date: 2025-03-17 07:24:11
Score: 2.5
Natty:
Report link

At first look it serms that pcre.h cannot be found during Release build. If this is the case you should have an error message about a missing include file. For a better answer you should give more details, especially the CMakelist.txt and the full error log.

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

79513838

Date: 2025-03-17 07:24:11
Score: 1
Natty:
Report link

For filtering a SharePoint list by a date column _x0033_7_Day_Review_Due_Date, you need to format the current date utcNow() in the OData query correctly. Here's the correct syntax you should use:

_x0033_7_Day_Review_Due_Date eq '@{formatDateTime(utcNow(), 'yyyy-MM-dd')}'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RaytheonXie-MSFT

79513832

Date: 2025-03-17 07:20:10
Score: 3.5
Natty:
Report link

Good question, Nanda. I believe this approach may lead to a race condition while fetching documents from the database.

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

79513826

Date: 2025-03-17 07:16:09
Score: 2
Natty:
Report link

We have decided to use react-query lib instead of useTransition.

I conclude we were wrong using useTransition for api calls, as the react-query lib provides so much more than just a pending state for this use case.

useTransition is useful for UI intensive tasks, or background UI tasks, but not so much for api calls.

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

79513821

Date: 2025-03-17 07:11:08
Score: 4.5
Natty:
Report link

test api stack sorrywcwcerceerver

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Иван Ткалич

79513815

Date: 2025-03-17 07:06:07
Score: 3.5
Natty:
Report link
public boolean isPalindromeWord(String str) {
    StringBuilder sb = new StringBuilder();
    StringBuilder revers;
    for (char c : str.toCharArray()) {
        if (!Character.isWhitespace(c)) {
            sb.append(c);
        }
    }
    String sbs = sb.toString().toLowerCase();
    revers = sb.reverse();
    return sbs.equals(revers.toString().toLowerCase());
}

Вот такой код работает как для предложений так и для отдельных слов.

Reasons:
  • Has code block (-0.5):
  • No latin characters (3):
  • Low reputation (1):
Posted by: Евгений Зроль

79513811

Date: 2025-03-17 06:59:06
Score: 1
Natty:
Report link

Don't pass the in_cluster parameter.

Instead provide
cluster_name="you_cluster_name",
aws_conn_id="your_aws_conn"
service_account_name="your_service_account"

You will still be able to use the service account for authentication

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

79513804

Date: 2025-03-17 06:54:05
Score: 3.5
Natty:
Report link

https://youtu.be/hAfU6sb2e3c?si=6JChwfNEcbOvyRni You can refer to this YouTube video, which provides a detailed explanation on how to implement it in a React Vite app using Tailwind CSS.

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: vishwa b naik

79513802

Date: 2025-03-17 06:53:05
Score: 2.5
Natty:
Report link

You can refer to this page provided in the documentation:

Search for Item in Spotify

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

79513799

Date: 2025-03-17 06:51:04
Score: 3
Natty:
Report link

Thanks everybody.
Indeed lock graph and changing maxdop value to 1 indicates that this is an internal issue of SQL server. I mark this as "closed".

Thanks everybody once again.

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

79513792

Date: 2025-03-17 06:47:04
Score: 2
Natty:
Report link

Just follow these steps:

  1. Enable Developer Options.

  2. Settings -> Additional Settings -> Developer Options -> Disable MIUI Optimizations (almost the last item)

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

79513790

Date: 2025-03-17 06:46:03
Score: 3.5
Natty:
Report link

First try to wait for element to be visible by xpath then try to select value

Or it did not work try to select by visibletext

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nizam Shan

79513781

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

Issue has been resolved with the latest "Patch 2" Update

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

79513774

Date: 2025-03-17 06:37:02
Score: 1.5
Natty:
Report link

In addition to the accepted answer:

Due to a "specialty" in Powershell allways compare Null to your variable, i.e.:

if ($null -ne $SEL)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Brilleaux

79513769

Date: 2025-03-17 06:34:00
Score: 8.5
Natty: 7
Report link

I know this post is 11 years old. But have you come across a solution for this? I am currently having the same problem as you. I have spent an entire day trying to find out how to find these built-in fields like array.length in API documentation. please let me know. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (2.5): please let me know
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dip Barua

79513754

Date: 2025-03-17 06:23:59
Score: 1
Natty:
Report link
const armstrong = ((n) => {
    var ar = n.toString().split('')
    var l = ar.length;
    var sum = 0;
    for(var i=0; i<=ar.length-1; i++) {
        sum +=ar[i]**l
    }
    return n === sum
})



for(var i=1; i<=2000; i++) {
    if(armstrong(i)) {
        console.log(`${i} is armstrong number`)
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29982524

79513737

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

I found the answer on my own! In Flourish Studio, a bar chart race can be frozen at its latest status using the following browser console command:

debugger;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Pubg Mobile

79513733

Date: 2025-03-17 06:09:56
Score: 2
Natty:
Report link

As change the method by make grouping all the NAN fields with year ,month and week and it will work.

df['week'] = df['day'].apply(lambda x: (x - 1) // 7 + 1) # Assign week numbers

df['C'] = df.groupby(['year', 'month', 'week'])['C'].transform(lambda x: x.ffill().bfill())

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

79513732

Date: 2025-03-17 06:08:55
Score: 2.5
Natty:
Report link

It seems that as of March 2025, ML.NET has not been made compatible with AOT compilation, and there hasn't been any effort to change that. However, if you're primarily interested in inference, you can still leverage ONNX Runtime, which does support AOT.

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

79513728

Date: 2025-03-17 06:03:52
Score: 6.5 🚩
Natty:
Report link

I'm facing the same problem, I don't know how to get data out of safeSubscribe object if you found solution kindly share it with me.

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abishai Kashif

79513718

Date: 2025-03-17 05:57:51
Score: 2
Natty:
Report link

you can change the import to:

import PDFDocument from "pdfkit/js/pdfkit.standalone.js";
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andres Gutiérrez Hurtado

79513704

Date: 2025-03-17 05:41:48
Score: 5
Natty:
Report link

I find it in the `Component` page

enter image description here

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

79513690

Date: 2025-03-17 05:32:46
Score: 3.5
Natty:
Report link

I did a resart on the linux host, which resolved my issue.

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

79513682

Date: 2025-03-17 05:25:45
Score: 1.5
Natty:
Report link

I've seen this before but it never caused any issues, the preview still works, right?

The error doesn't appear to have anything to do with user code.

I would assume it's an internal issue with Foundry or PySpark, and the warning is leaking to user level where it's irrelevant.

Python 3.8 was dropped early this year - updating Code Workbooks to a supported version might make it go away.

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

79513678

Date: 2025-03-17 05:22:42
Score: 8 🚩
Natty: 5
Report link

seems like this issue I have the same issue on Alpine https://github.com/adoptium/temurin-build/issues/693#issuecomment-439983961

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kydzen

79513655

Date: 2025-03-17 05:02:38
Score: 3.5
Natty:
Report link

For reference, this issue was fixed as of Uppy 4.0.5 (released 2024-07-18).

See PR fix: https://github.com/transloadit/uppy/pull/5356

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

79513644

Date: 2025-03-17 04:53:37
Score: 3.5
Natty:
Report link

script_key="ttFBywkeXPBDjpBcIhXwTRocaDBFehvP"; loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/1d4fdd8da9d3d356309687b39b45af4e.lua"))()

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hesmill78 Helim

79513640

Date: 2025-03-17 04:46:36
Score: 2
Natty:
Report link

We can use GraphQL SDL to define entities and relationships in a clear, modern way, like a User type with a posts: [Post] field for a one-to-many link. It’s easy to read and uses graphql-codegen to generate code in languages like TypeScript, Java, or Python. Just write your schema, run the tool, and get your code

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

79513631

Date: 2025-03-17 04:35:35
Score: 2
Natty:
Report link

I think the main issue which you need to fix is : Emulator: Pixel_7a_API 34 - Emulator terminated with AVD Issue.

Which states that the is issue related to graphic driver or try to re install the Microsoft Visual C++ or try to update the graphic drivers manually.

Also , please ensure you check the virtualization in your BIOS setting as when I started in android studio , I also faced a similar issue related to this.

Thank You.

Reasons:
  • Blacklisted phrase (0.5): Thank You
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sati Anshul

79513620

Date: 2025-03-17 04:25:33
Score: 0.5
Natty:
Report link

still facing the issue: Configured debug type 'pwa-chrome' is not supported.

The extension JavaScript Debugger (Nightly) is installed already

Here is the launch.js file.

{
    "version": "0.2.0",
    "configurations": [
        {
        "type": "chrome",          
        "request": "launch",
        "name": "Bench JS",
        "url": "http://localhost:8000",
        "webRoot": "${workspaceFolder}",
        "sourceMaps": true,
        "trace": true
        }
        
    ]
}

enter image description here

enter image description here

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

79513605

Date: 2025-03-17 04:02:30
Score: 1
Natty:
Report link

It’s correct that the Stripe Pricing Table does not default to checking for the same Customer ID. You will need to implement backend logic for pre-condition filtering and create two distinct Pricing Tables.

Additionally, Stripe’s live mode should behave the same as test mode.

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

79513599

Date: 2025-03-17 03:53:28
Score: 3.5
Natty:
Report link

delete `edition = 2024` for program_picorv32ec/picorv32asm/picorv32entrymacro/Cargo.toml

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

79513584

Date: 2025-03-17 03:32:25
Score: 4
Natty:
Report link

I am also facing this issue in the last two weeks. I am unable to login to APS app using ACC credentials in the debug mode only. I have already raised APS help tickets & waiting for the solution yet.

Reasons:
  • Blacklisted phrase (1): also facing this
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Revit explorer

79513582

Date: 2025-03-17 03:23:23
Score: 1.5
Natty:
Report link

Download latest JDK:

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: O Thạnh Ldt

79513580

Date: 2025-03-17 03:19:22
Score: 0.5
Natty:
Report link

const pageWidth = document.documentElement.scrollWidth;
const nRows = 10; const nColumns = 10;
const tableDiv = document.getElementById("tableDiv");
const rowHeight = Math.round(0.7*pageWidth/nRows);
tableDiv.style.width = 0.7*pageWidth + "px";
//tableDiv.style.height = 0.7*pageWidth + "px";
tableDiv.style.height = (rowHeight  * nRows + 8 * (nRows-1)) + "px";
tableDiv.style.backgroundColor = "yellow";
        
// Dynamically generate a table of the specified dimensions
function constructTable(nR, nC) {
    const tbl = document.createElement("table"); tbl.id = "test table";
    var tRow; var tCell;
    for (let r = 0; r < nR; r++) { // Use 'let,' not 'var,' or else all row/column numbers will be set to the final (maximum) values of r and c
        tRow = document.createElement("tr");
        tbl.appendChild(tRow);
        for (let c = 0; c < nC; c++) {
            tCell = document.createElement("td"); 
            tCell.className = "testing"; 
            tCell.innerHtml = c + 1;
            tRow.appendChild(tCell);
        }
    }
    return tbl;
}
        
function showTable(t) {
    tableDiv.innerHTML = "";
    tableDiv.appendChild(t);
    const dynamicSizeCells = document.getElementsByClassName("testing");
    for (var i = 0; i < dynamicSizeCells.length; i++) {
        dynamicSizeCells[i].style.width = 0.7*pageWidth/nColumns + "px";
        dynamicSizeCells[i].style.height = rowHeight + "px";
        dynamicSizeCells[i].style.backgroundColor = "green";
    }
    console.warn("Div width is " + tableDiv.style.width + ", div height is " + tableDiv.style.height + "; cell width is " + dynamicSizeCells[0].style.width + ", cell height is " + dynamicSizeCells[0].style.height);
}
        
const theTable = constructTable(nRows, nColumns);
showTable(theTable);
body {
    background-color: darkblue;
    overflow-x: hidden;
}

#tableDiv {
    margin-left: 15%;
    margin-top: 5%;
}

.testing {
    background-color: "green";
}
<div id="tableDiv"></div>

Your issue is "not consider row-space of tr elements". And, px value should be integer value. So, I'd modified some to calc correct height of div and row height. I hope this can be helped you. Regards.

Reasons:
  • Blacklisted phrase (1): Regards
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: stack ninja

79513562

Date: 2025-03-17 02:58:18
Score: 7.5
Natty: 7.5
Report link

I ran into the same issue while integrating the Nest Thermostat. Have you found a solution?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29982147

79513560

Date: 2025-03-17 02:55:17
Score: 1.5
Natty:
Report link

The problem caused could be that the "ajv" script can't read generated according js files. You'd find details from the error log you met when you build the project.

To solve the problem, you can add an empty directory under "@/apps/web/src/utils/" named "__generated__", that means you should guarantee that the directory '@/apps/web/src/utils/__generated__' exists. Then re-run "yarn install", you can find out that building is done.

Hopefully that's will work for you.

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

79513556

Date: 2025-03-17 02:50:17
Score: 2
Natty:
Report link

What I did was to add the IDE to my firewall outbound rules having it set to allow.
Open windows firewall -> advanced settings -> outbound connection -> new rule -> select program -> add program path -> allow the connection (images). After that, you should be good to go, retry the download from the IDE itself if it works. If not, try adding it to the inbound connection as well.

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): What I
  • Low reputation (1):
Posted by: tomi.j2k

79513544

Date: 2025-03-17 02:33:13
Score: 0.5
Natty:
Report link

I was also facing a similar issue with my looped videos. With expo-video you have a couple options:

option 1:

option 2

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

79513543

Date: 2025-03-17 02:30:13
Score: 2.5
Natty:
Report link

From what I understood, it means instances of string can be used for anything:-

  1. returned from functions

  2. passed into functions

  3. constructed at runtime

though reified type still remains a mystery.

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

79513542

Date: 2025-03-17 02:29:13
Score: 2
Natty:
Report link

1 • download alternative [System.IO] class from :

https://www.codeproject.com/Articles/1383832/System-IO-Directory-Alternative-using-WinAPI

2 • extract "System.IO.DirectoryAlternative.dll" file to script path directory

3 • usage :

$assembly = $(gci -Path "$PWD\System.IO.DirectoryAlternative.dll").FullName

# assembly - load

[void][System.Reflection.Assembly]::LoadFile($assembly)

# directories list

$target_path = "c:\windows"

$directories = [System.IO.DirectoryAlternative]::EnumerateDirectories($target_path ,"*",[System.IO.SearchOption]::AllDirectories)

# files list

$files = [System.IO.DirectoryAlternative]::EnumerateFiles("$target_path","*.log",[System.IO.SearchOption]::AllDirectories)

# get more properties

$files_ps = @{ Property = @( "BaseName","Name","FullName","Length" ) }

$filesnfo = $files | %{ [System.IO.FileInfo]$_ | select @files_ps }

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @files_ps
  • Low reputation (1):
Posted by: positive Europe

79513533

Date: 2025-03-17 02:15:10
Score: 3
Natty:
Report link

Extracting hover pop-up text using rvest in R can be challenging, as this data is often dynamically loaded via JavaScript. For those exploring data-driven investment strategies, staying ahead in the latest crypto presale opportunities can provide a competitive edge in the evolving blockchain market.

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

79513528

Date: 2025-03-17 02:11:09
Score: 2.5
Natty:
Report link

I think this is a Flutter bug. There is a similar issue on GitHub that has not been resolved yet.

https://github.com/flutter/flutter/issues/161086

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

79513522

Date: 2025-03-17 02:05:08
Score: 1.5
Natty:
Report link

This can be very frustrating and expensive, especially if you are working with streams.

I discovered a PACKAGE called Should Rebuild.

it really saves time and reduces calling of streams when data does not change.

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

79513518

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

cool but as a Professor in PIC C Compiling programmer, This is totally undefined and integrable

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

79513516

Date: 2025-03-17 02:01:05
Score: 10.5 🚩
Natty: 5
Report link

Having same issue and nothing helpful on the web.

Did you find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Having same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Chris Clark

79513508

Date: 2025-03-17 01:50:03
Score: 3
Natty:
Report link

What programming language are you using? This is difficult to answer because this is math question and I don't think Stack Overflow is the best platform to ask this question.

I think its best you post it here: Math Version of Stack Overflow

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: theXy

79513504

Date: 2025-03-17 01:44:02
Score: 1
Natty:
Report link
cognito_domain = _cognito.CfnUserPoolDomain(
    self, "domainId",
    domain="domain-prefix",
    user_pool_id={your_user_pool}.user_pool_id,
    managed_login_version=2
)

Also achievable thorugh cfnUserPoolDomain construct

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

79513499

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

I faced to the same problem. I just reinstall it using the set up file that i had and it worked

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Buddhini Watagala

79513490

Date: 2025-03-17 01:32:59
Score: 0.5
Natty:
Report link

Figured out the problem.

I had previous only used jscanify in the browser, and I didn't realize its API is different for Node.js.

In the browser, I include OpenCV through CDN. On the server I thought using the opencv package was enough but that wasn't the case.

Calling loadOpenCV before doing anything else fixes the issue:

processor.loadOpenCV((opencv) => { // <-- this line
  loadImage('images/test.png').then((originalImage) => {
    const paperExtracted = processor.extractPaper(originalImage, 50, 100); // width, height
    const paperHighlighted = processor.highlightPaper(originalImage);

    const extractedBuffer = paperExtracted.toBuffer('image/jpeg');
    const highlightedBuffer = paperHighlighted.toBuffer('image/jpeg');

    fileSystem.writeFileSync('images/test-extracted.png', extractedBuffer);
    fileSystem.writeFileSync('images/test-highlighted.png', highlightedBuffer);
  });
});
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Performant392

79513482

Date: 2025-03-17 01:29:59
Score: 1.5
Natty:
Report link

I also ran into same issue and below are my observations.

There are different versions which is very confusing -

  1. Client API Version which is tied to Azure AI api client/library service. Also note there are 3 versions control plane, data plane for authentication and finally inference

  2. Model version which is linked to llm model. This changes as per selected llm model

You have to use latest inference client api version in the code but not llm model version !!

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

79513479

Date: 2025-03-17 01:26:58
Score: 3
Natty:
Report link

The issue was indeed permission related. Originally, I thought you only needed the storage.ObjectUser permisssion. My cloudrun service account didn't have the storage.admin permission for the bucket. Once I added that, the bucket mounts without issue.

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

79513467

Date: 2025-03-17 01:09:55
Score: 1.5
Natty:
Report link

If you're using Git on Windows, follow these steps:

  1. Open the Start Menu and search for Credential Manager, then open it.

  2. Select the Windows Credentials tab.

  3. Scroll down and look for entries related to GitHub.

  4. If there are multiple entries with different usernames, identify the one you need to remove.

  5. Click on the entry to expand it, then select Remove.

  6. Confirm the removal when prompted.

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

79513452

Date: 2025-03-17 00:54:53
Score: 1.5
Natty:
Report link

best thing for me, was this so far.

myString.Replace('\x00', ' ').Trim();
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: cnisidis

79513449

Date: 2025-03-17 00:51:53
Score: 3
Natty:
Report link
header 1 header 2
cell 1 cell 2
cell 3 cell 4
Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cristina Vieira

79513447

Date: 2025-03-17 00:46:51
Score: 9.5
Natty: 7
Report link

Unfortunately I do not have an answer but I believe that I am running into the same issue.

Have you found a solution to this yet? If so, please post / share.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I do not have an answer
  • RegEx Blacklisted phrase (2.5): please post
  • RegEx Blacklisted phrase (2.5): Have you found a solution to this yet
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Robert Strom

79513446

Date: 2025-03-17 00:45:51
Score: 1.5
Natty:
Report link

VNumberInput supports control holding since v3.7.15 https://github.com/vuetifyjs/vuetify/pull/20987

Please check your local Vuetify version

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

79513441

Date: 2025-03-17 00:41:50
Score: 1.5
Natty:
Report link

Setting clientLoader.hydrate = true alone doesn't avoid rendering your route during SSR. For that, you need to export a HydrateFallback component as well.

Related docs: https://remix.run/docs/en/main/route/hydrate-fallback

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

79513426

Date: 2025-03-17 00:25:48
Score: 1
Natty:
Report link

Basically strlen iterate the string until he found a null-character:

strlen implementation

int strlen(const char *str) {
    int i = 0;
    while (str[i] != '\0') {
        i++;
    }
    return i;
}

So this is why "dog\0\0\0" length is 3 and not 6

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