79733238

Date: 2025-08-12 13:19:44
Score: 0.5
Natty:
Report link

It looks like a NullPointerException in HmsPushMessaging.java when accessing a null Intent during onResume.

Possible fixes:

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ZAST.AI

79733237

Date: 2025-08-12 13:19:44
Score: 4
Natty:
Report link

I have the same issue.

Group contains such field: securityEnabled.

So if securityEnabled=true - requests with allowExternalSenders,autoSubscribeNewMembers,hideFromAddressLists,hideFromOutlookClients will fail with 401.

This is not a very logical decision on Microsoft's part, since the entire request fails. It would be better to simply return null.

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

79733235

Date: 2025-08-12 13:17:43
Score: 1.5
Natty:
Report link

The issue happens because the Gmail API access token expires (usually after 1 to 2 hour after generation) and the Post SMTP plugin isn’t properly refreshing it using the refresh token.

Make sure your OAuth setup requests offline access so a refresh token is issued. Also, confirm the plugin supports storing and using refresh tokens correctly

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

79733234

Date: 2025-08-12 13:17:43
Score: 1
Natty:
Report link

The new syntax for Tailwind v4 is @variant instead of @media

@variant md {
  /* css */
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
Posted by: Valentin E

79733218

Date: 2025-08-12 13:03:40
Score: 0.5
Natty:
Report link

This feels a lot like a problem sessions are going to solve for you. The main problem here is you are trying to save some information against the AnonymousUser which is a common object for all users that are not authenticated. The way I would approach this is to use database backed sessions saving the information (cart contents) there and then retrieving this and saving against the User/Customer model.

https://docs.djangoproject.com/en/5.2/topics/http/sessions/

As an aside what's the difference between a User and a Customer? It could be argued they are the same thing except a customer has a sales history (which could be a seperate Sale model)

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

79733198

Date: 2025-08-12 12:44:36
Score: 2.5
Natty:
Report link

This code very simple to use

var response = mystring?.Length >4 ? mystring[^4..] : mystring;

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Prince Antony G

79733195

Date: 2025-08-12 12:42:35
Score: 3
Natty:
Report link

DBeaver loads the metadata for your database when you connect. If the tables or other metadata changes, you need to force the reload.

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

79733188

Date: 2025-08-12 12:41:35
Score: 3.5
Natty:
Report link

Website is off.
They stopped paying

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

79733181

Date: 2025-08-12 12:35:33
Score: 2.5
Natty:
Report link

There is an option in MATLAB to imshow() that makes clear that the bwdist transform is NOT all-black.
Yes, you can scale the image by dividing by max(distance(:)); but you can also just:

imshow(distance, [])

The square brackets auto-scale the visualization.

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

79733180

Date: 2025-08-12 12:33:32
Score: 1.5
Natty:
Report link

Yes, IBM Watson’s Speech to Text API can handle MP3 audio files, as long as they meet its supported audio encoding requirements (e.g., MP3 with proper bitrate and sampling rate). The API also supports formats like WAV, FLAC, and Ogg, but you’ll run into issues with things like WMA, AAC without proper container support, or proprietary codec formats — those are among the more common unsupported formats.

If you just need a quick way to convert MP3 speech to text without API setup, keys, or audio re-encoding, I’ve built a speech to text browser extension that works directly in your browser. You just drag & drop your MP3, and it uses modern automatic speech recognition (Whisper by OpenAI) to give you a transcript.

You can check it out here: https://chromewebstore.google.com/detail/speech-to-text/jolafoahioipbnbjpcfjfgfiililnoih

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Евгений Рябышев

79733178

Date: 2025-08-12 12:32:32
Score: 1.5
Natty:
Report link

Thanks for the thorough explanation and the detailed reproduction steps! From what you described, it sounds like the delayed ejection after subsequent 504 errors might be related to how Envoy handles host ejection cooldowns or resets the error count after hosts return online.

In Envoy’s outlier detection, the first ejection behavior often differs from subsequent ones because of internal state resets or timing intervals like baseEjectionTime and interval. The fact that more than the configured consecutiveGatewayErrors are needed for later ejections could be due to those timing nuances or how errors are aggregated.

I’d recommend checking Envoy’s GitHub issues or mailing list for similar reported behaviors to see if this is an acknowledged quirk or bug. Also, experimenting with tweaking baseEjectionTime or interval might help confirm if timing parameters affect this behavior.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ayla

79733175

Date: 2025-08-12 12:30:31
Score: 4
Natty:
Report link

You can check this out as well:
This might be helpful
https://community.squaredup.com/t/show-azure-devops-multi-stage-pipeline-status-on-a-dashboard/2442

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

79733174

Date: 2025-08-12 12:27:30
Score: 3
Natty:
Report link

SDDL
Singular

two other options. We picked SDDL as it’s simpler and cheaper.

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

79733173

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

SpringBoot 3:

    @Bean
    JwkSetUriJwtDecoderBuilderCustomizer customizer() {
        return builder -> builder.jwtProcessorCustomizer(customizer -> customizer.setJWSTypeVerifier(new DefaultJOSEObjectTypeVerifier<>(new JOSEObjectType("at+jwt"))));
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: user3844834

79733164

Date: 2025-08-12 12:22:28
Score: 0.5
Natty:
Report link

The reason you’re getting a syntax error is that Microsoft Access SQL does not allow ORDER BY or LIMIT clauses in an UPDATE statement.
Unlike some other SQL dialects (like MySQL or PostgreSQL), Access has a more limited syntax for updates. So, when you try to use ORDER BY TblTimeSheet.StartTime DESC and LIMIT 1 in your UPDATE query, Access throws a syntax error because those keywords aren’t supported there.


What you want to do:

You want to update only the latest record (the one with the most recent StartTime) for a particular employee, setting the EndTime to the current time (Now()).


How to fix this:

You can achieve this by using a subquery inside the WHERE clause that identifies the record with the maximum StartTime for that user. Here’s how you can write the query:

sql

CopyEdit

UPDATETblTimeSheet SET EndTime = Now() WHERE EmployeeUserName = 'sam.harper' AND StartTime = ( SELECT MAX(StartTime) FROM TblTimeSheet WHERE EmployeeUserName = 'sam.harper' );


Explanation:


Updated VBA code snippet:

vb

Dim strSQL As String Dim db As DAO.Database Set db = CurrentDb strSQL = "UPDATE TblTimeSheet " & _ "SET EndTime = Now() " & _ "WHERE EmployeeUserName = 'sam.harper' " & _ "AND StartTime = (SELECT MAX(StartTime) FROM TblTimeSheet WHERE EmployeeUserName = 'sam.harper');" db.Execute strSQL, dbFailOnError


A couple of tips:


Optional: Two-step approach if you want to be extra precise

You could first fetch the primary key of the last record in VBA, then update it specifically:

vba

Dim db As DAO.Database Dim rs As DAO.Recordset Dim lastRecordID As Long Dim strSQL As String Set db = CurrentDb ' Get the ID of the latest record for this user Set rs = db.OpenRecordset("SELECT TOP 1 ID FROM TblTimeSheet WHERE EmployeeUserName = 'sam.harper' ORDER BY StartTime DESC") If Not rs.EOF Then lastRecordID = rs!ID rs.Close ' Update the EndTime of that record strSQL = "UPDATE TblTimeSheet SET EndTime = Now() WHERE ID = " & lastRecordID db.Execute strSQL, dbFailOnError Else MsgBox "No records found for this user." End If

This method avoids any ambiguity if StartTime is not unique.

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

79733156

Date: 2025-08-12 12:16:26
Score: 1
Natty:
Report link

Livewire 3 used named arguments now. Please read the documentation for upgrade.
this code will not work now

this.$dispatch('openModal', event.detail);

use this instead

this.$dispatch('openModal', event: event.detail);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user31260963

79733155

Date: 2025-08-12 12:14:25
Score: 2
Natty:
Report link

Doc random.seed() - Python2.7 : current time or from an operating system specific randomness source if available (see the os.urandom() function for details on availability)

So os.urandom() in most cases.

Doc os.urandom() :
On a UNIX-like system this will query /dev/urandom, and on Windows it will use CryptGenRandom()

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

79733151

Date: 2025-08-12 12:11:24
Score: 2.5
Natty:
Report link

To solve circular import errors in Python, restructure your code by moving imports inside functions, use import statements carefully, or create a separate module to avoid mutual dependencies between files.

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

79733149

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

Here's how I used swiper with angular 20 and Change Direction Based on Language
https://medium.com/@zizo.climbs/how-to-use-swiper-in-angular-20-and-change-direction-based-on-language-4483b257be54

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ahmed

79733146

Date: 2025-08-12 12:08:23
Score: 0.5
Natty:
Report link

I assumed that onCall functions could only be invoked by my app’s authenticated clients.

That's definitely not true.

the request still causes the function instance to spin up (cold start), meaning it consumes resources and could be abused for a DoS-style cost attack.

That's always the risk when providing services that are accessible from anywhere in the world. There is no 100% reliable way of eliminating this risk.

I’ve also enabled App Check, so legitimate app clients must pass verification — but the HTTPS endpoint still remains publicly reachable.

App Check doesn't shut down access to a function from the public, nor does it provide 100% accurate protection. This is even stated in the documentation:

App Check relies on the strength of its attestation providers to determine app or device authenticity. It prevents some, but not all, abuse vectors directed towards your backends. Using App Check does not guarantee the elimination of all abuse, but by integrating with App Check, you are taking an important step towards abuse protection for your backend resources.

Unfortunately, if you want to run a public app with a backend, you're going to have to accept that an attacker can incur some costs, as is the case with all public apps and services running on any cloud platform.

Does this IAM setting explain why the endpoint is still publicly accessible? If I remove allUsers from the IAM policy, will it block all external requests before they spin up the function, so only authenticated users from my app can call it?

No. If you remove allUsers, your app will not be able to invoke your callable function at all, and your client will always receive an authentication error. Your function must have allUsers in order to function correctly. GCP IAM setting are for controlling access to cloud resources using GCP service accounts, not Firebase users. Firebase users have nothing at all to do with GCP allUsers - they refer to completely different things.

If you want strongly enterprise-grade protection, you'll have to look into paying for and configuring a product such as Cloud Armor, which can further help with abuse.

See also:

Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Doug Stevenson

79733143

Date: 2025-08-12 12:05:22
Score: 0.5
Natty:
Report link
<input type="text" name="userName" required  minLength={6} placeholder="User Name"
                onPaste={(e)=> e.preventDefault()}/>

This works for me.
Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fasulu

79733129

Date: 2025-08-12 11:53:19
Score: 3.5
Natty:
Report link

Please note that the file path must be: child-theme-folder/hivepress/order/view/page/order-dispute-link.php in order to overwrite the file correctly. Also, I recommend taking a look at this documentation: https://help.hivepress.io/article/155-how-to-override-template-parts

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrii Bandiak

79733124

Date: 2025-08-12 11:49:17
Score: 1.5
Natty:
Report link

You need to compile your program with Au3Stripper for this you need to download and to use SciTE4AutoIt package: https://www.autoitscript.com/site/autoit-script-editor/downloads/?new

#AutoIt3Wrapper_Run_Au3Stripper=Y
#Au3Stripper_Parameters=/MO /RSLN

dbug('hello', @ScriptLineNumber)

Func dbug($data, $lineNumber)
    ConsoleWrite($lineNumber & ': ' & $data & @CRLF)
EndFunc

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Michał Lipok

79733121

Date: 2025-08-12 11:48:17
Score: 1
Natty:
Report link

If you want a straightforward way to convert speech to text from an MP3, especially if it’s a single voice like your own, you can skip the more complex VoIP/Asterisk setups and go with modern automatic speech recognition tools.

I actually built a speech to text browser extension that does exactly this:

You can try it here: https://chromewebstore.google.com/detail/speech-to-text/jolafoahioipbnbjpcfjfgfiililnoih

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Евгений Рябышев

79733113

Date: 2025-08-12 11:43:15
Score: 4
Natty:
Report link

this question can be closed as the site https://jmeter-plugins.org/ is available

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

79733099

Date: 2025-08-12 11:39:13
Score: 4
Natty:
Report link

Thanks for sharing! A few quick questions to troubleshoot:

These will help pinpoint the issue. Need help with a simple test example?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • Whitelisted phrase (-1): Have you tried
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: AutoStar Transport Express

79733091

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

Here is the solution i use :

  1. Create custom Object normalizer.
  2. Copy the entire ObjectNormalizer from symfony vendors.
  3. Add the denormalize function from AbstractObjectNormalizer.
  4. Add new lines between foreach and if (change if to elseif).

Before :

foreach ($nestedAttributes as $property => $serializedPath) {
    
    if (null === $value = $propertyAccessor->getValue($normalizedData, $serializedPath)) {
    ...

After :

foreach ($nestedAttributes as $property => $serializedPath) {
    if ($serializedPath->getElement(0) === '@parentKey') {
        if (!isset($context['deserialization_path'])) {
            throw new \Error('Deserialized objet have no parent');
        }
        preg_match("/\[(?'key'\w*)\]$/", $context['deserialization_path'], $matches);
        if (!isset($matches['key'])) {
            throw new \Error('Deserialized objet is not emmbed in array');
        }
        $value = $matches['key'];
     } elseif (null === $value = $propertyAccessor->getValue($normalizedData, $serializedPath)) {
    ...
  1. Add SerializedPath attribute do DTO :
class ItemDTO
{
    #[SerializedPath('[@parentKey]')]
    public ?string $slug = null;
    public ?string $name = null;
    public ?string $description = null;
}

How it works ?

It's a little hack that use the SerializedPath attribute to communicate with the ObjectNormaliser with a custom special path '@parentKey'.

The new object normalizer detect this path and look in the deserialization context to find the key value.

How to improve ?

The best symfony way would be a new tag to do the job. But it needs to create multiple new files like AttributeMetadata, AttributeLoader down to ObjectNormalizer and inject them into right services.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Cedric Molines

79733088

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

PyCharm 2025.2

You can find this option in the: Main menu -> Run -> Edit Configurations -> Modify options -> Emulate terminal in output console

Here are the screenshots:

Main menu

Edit Configurations -run/Debug Configurations

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

79733087

Date: 2025-08-12 11:33:11
Score: 6.5
Natty: 4
Report link

Sorry if I pick this question... I just want to ask how I could "change" that this.mDepartmentsAll if I change completely dataset like depending from another dropdown which it sets a different dataset's contents so it would also filter with that new dataset?... thanks in advance

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (3): thanks in advance
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Luigino

79733086

Date: 2025-08-12 11:33:11
Score: 1
Natty:
Report link

You could use Lazy types

from typing import TYPE_CHECKING, Annotated

import strawberry

if TYPE_CHECKING:
    from .users import User


@strawberry.type
class Post:
    user: Annotated["User", strawberry.lazy(".users")]
from typing import TYPE_CHECKING, Annotated, List
import strawberry
if TYPE_CHECKING:
     from .posts import Post

@strawberry.type
class User:
  name: str
  posts: List[Annotated["Post", strawberry.lazy(".posts")]]

https://strawberry.rocks/docs/types/lazy

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

79733075

Date: 2025-08-12 11:26:09
Score: 2
Natty:
Report link

Instead of trying to use the updateVariation action described in the documents, just get the index of the flag variation you want to update and do a patch request with the index in the file path.

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

79733073

Date: 2025-08-12 11:24:08
Score: 2.5
Natty:
Report link

Probably a very late answer but we are using Spring 5.3.x with Hibernate 5.6.x.Final in production for years.

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

79733062

Date: 2025-08-12 11:15:06
Score: 0.5
Natty:
Report link

I got the same issue. You might delete a user, and create a new one.

In this case, the following command shows an error.

'''

response=$(aws sso-admin list-instances) ssoId=$(echo $response | jq '.Instances[0].IdentityStoreId' -r) ssoArn=$(echo $response | jq '.Instances[0].InstanceArn' -r) email_json=$(jq -n --arg email "$user_email" '{"Type":"Work","Value":$email}') response=$(aws identitystore create-user --identity-store-id $ssoId --user-name amplify-admin --display-name 'Amplify Admin' --name Formatted=string,FamilyName=Admin,GivenName=Amplify --emails "$email_json") userId=$(echo $response | jq '.UserId' -r) response=$(aws sso-admin create-permission-set --name amplify-policy --instance-arn=$ssoArn --session-duration PT12H) permissionSetArn=$(echo $response | jq '.PermissionSet.PermissionSetArn' -r) aws sso-admin attach-managed-policy-to-permission-set --instance-arn $ssoArn --permission-set-arn $permissionSetArn --managed-policy-arn arn:aws:iam::aws:policy/service-role/AmplifyBackendDeployFullAccess accountId=$(aws sts get-caller-identity | jq '.Account' -r) aws sso-admin create-account-assignment --instance-arn $ssoArn --target-id $accountId --target-type AWS_ACCOUNT --permission-set-arn $permissionSetArn --principal-type USER --principal-id $userId # Hit enter

'''

Due to duplicated "Permission sets"

If you delete Permission set, amplify-policy, and re-generate resources correctly. It will work well.

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

79733055

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

if ((1 & @@options) = 1) print 'disable_def_cnst_check is on' else print 'disable_def_cnst_check is off';

if ((2 & @@options) = 2) print 'implicit_transactions is on' else print 'implicit_transactions is off';

if ((4 & @@options) = 4) print 'cursor_close_on_commit is on' else print 'cursor_close_on_commit is off';

if ((8 & @@options) = 8) print 'ansi_warnings is on' else print 'ansi_warnings is off';

if ((16 & @@options) = 16) print 'ansi_padding is on' else print 'ansi_padding is off';

if ((32 & @@options) = 32) print 'ansi_nulls is on' else print 'ansi_nulls is off';

if ((64 & @@options) = 64) print 'arithabort is on' else print 'arithabort is off';

if ((128 & @@options) = 128) print 'arithignore is on' else print 'arithignore is off';

if ((256 & @@options) = 256) print 'quoted_identifier is on' else print 'quoted_identifier is off';

if ((512 & @@options) = 512) print 'nocount is on' else print 'nocount is off';

if ((1024 & @@options) = 1024) print 'ansi_null_dflt_on is on' else print 'ansi_null_dflt_on is off';

if ((2048 & @@options) = 2048) print 'ansi_null_dflt_off is on' else print 'ansi_null_dflt_off is off';

if ((4096 & @@options) = 4096) print 'concat_null_yields_null is on' else print 'concat_null_yields_null is off';

if ((8192 & @@options) = 8192) print 'numeric_roundabort is on' else print 'numeric_roundabort is off';

if ((16384 & @@options) = 16384) print 'xact_abort is on' else print 'xact_abort is off';

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

79733049

Date: 2025-08-12 10:59:02
Score: 6.5
Natty: 4.5
Report link

Facing the same problem in IOS
Fixed by : https://github.com/teslamotors/react-native-camera-kit/pull/731/files

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same problem
  • Low reputation (1):
Posted by: Ziad Ali

79733048

Date: 2025-08-12 10:59:02
Score: 0.5
Natty:
Report link

The following solution/workaround does not require adding a token into your repo.

Just create a new cloudflare workers/pages project, and add the github submodule repo. You can assign it to only deploy via an empty output/build folder. This results in cloudflare having access to the submodule repo and the original project where the git submodule was failing will now clone successfully.

Reasons:
  • No code block (0.5):
Posted by: Lingster

79733039

Date: 2025-08-12 10:49:59
Score: 5
Natty: 5
Report link

I also get "Recognition error: network". Is Speech Recognition API still not being supported in Edge. I have MS Egde for Business. If not, is there a similar alternative to that?

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

79733029

Date: 2025-08-12 10:42:57
Score: 1
Natty:
Report link

You are probably hit with this issue:

https://github.com/vercel/next.js/issues/79313

There seems to be some workarounds to try here:

https://claude.ai/share/8d09e55a-0cc0-4ef6-9e83-1553ccad383e

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

79733028

Date: 2025-08-12 10:41:56
Score: 1.5
Natty:
Report link

I'm seeing this only when the JsonProperty("xxx") attribute is unnecessary because, as @Alexander Petrov points out, the variable name matches the "xxx" in case too. It's a bit of a false message. It should say that it's unnecessary because the name of the variable matches the "xxx" part.

Its misleading tough. If a developer follows the warning's advice and someone else changes the name of the variable in the future (for whatever reason that doesn't matter at all), then the class/record will no longer process the JSON correctly.

Also, it looks strange to any future developer who sees that 99 out of 100 of the variables have the JsonProperty attribute.

I always favor defensive programming. I always thing of what the next person to work on my code will have to deal with.

Ironically, if you choose to suppress it, you get a new message for unnecessary suppression.

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

79733005

Date: 2025-08-12 10:18:51
Score: 1.5
Natty:
Report link

Recently, I faced the same problem. First, make sure cmake was installed, then use this code:

    pip install --no-build-isolation dlib
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: dili timor

79733004

Date: 2025-08-12 10:17:51
Score: 2.5
Natty:
Report link

It is sufficient to call GetDC and use wglMakeCurrent with the new DC handle and old RC, however, it might be necessary to set your pixel format on the new DC.

As @BDL suggested, check the return value of wglMakeCurrent to avoid such bugs.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @BDL
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user29880284

79733000

Date: 2025-08-12 10:15:50
Score: 1.5
Natty:
Report link

Before diving into the solution, could you share how you're currently implementing the authentication flow? From your use of Process.Start, it seems you're working on a desktop application. Have you tried running the sample web app from the APS tutorials: https://github.com/autodesk-platform-services/aps-hubs-browser-dotnet

In that tutorial, there's a section that explains how the API controller handles authentication: https://get-started.aps.autodesk.com/tutorials/hubs-browser/auth#server-endpoints

This code is typically returned via a browser redirect to your redirectUri. The APS authorization server can't directly call your app—it sends a response that includes a form with JavaScript that automatically redirects the browser to your callback URL, appending the code as a query parameter.

If you're using Process.Start to open the authorization URL, make sure your app is also set up to listen for incoming requests on the callback URI. For desktop apps, this often means running a local HTTP listener (e.g., using HttpListener in .NET) that waits for the redirect and extracts the code from the query string.

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • RegEx Blacklisted phrase (2.5): could you share how you
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Pedro Nadal

79732998

Date: 2025-08-12 10:12:49
Score: 3
Natty:
Report link

enter image description hereRequired user actions must be empty

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

79732996

Date: 2025-08-12 10:10:48
Score: 6.5
Natty: 5.5
Report link

This video saved mine, using ssh keygen, im on ubuntu https://www.youtube.com/watch?v=Irj-2tmV0JM

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hamza Mohammed

79732994

Date: 2025-08-12 10:09:48
Score: 1.5
Natty:
Report link

Ideally speaking, you once have the correlation of the signal with the receiver by measuring 'n' samples and then using various methodologies either root mean squares or average of peaks of 'n' samples to calculate the signal strength values.

Now, how quickly does it update? measurement frequency and measurement interval are customizable and it is technology dependent let's say you are using CDMA, or LTE etc.

Specifically for 802.11b signal strength is sought every 100 ms and at every significant event that requires updated signal strength.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: 43827

79732989

Date: 2025-08-12 10:02:46
Score: 6.5
Natty: 5.5
Report link

which zkemkeeper you are used?

Reasons:
  • Low length (2):
  • 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: Hadi Barshini

79732982

Date: 2025-08-12 09:56:44
Score: 3
Natty:
Report link

It doesn't work on:

+1

Sonoma 14.5 M3 Pro

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

79732981

Date: 2025-08-12 09:56:44
Score: 2.5
Natty:
Report link

all these steps, diddnt work for me, i have a solution without repair or reinstall.

Go to -> Services and restart "VMAuthdService" on your host.

And if you need a desktop Shortcut, use my BAT script:

@echo off
REM Batch-Datei zum Neustarten des VMware Authd Service

REM Muss mit Administratorrechten ausgeführt werden

echo Stoppe Dienst...

net stop VMAuthdService

echo Starte Dienst neu...

net start VMAuthdService

echo Fertig.

pause

IMPORTANT: Make your Bat file on your Hardisk where you want and create a shortcut on your desktop.
You need admin privilegs on your shortcut. You can set it, by right click on your shortcut, advanced settings -> run as Admin

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @echo
  • Low reputation (1):
Posted by: Chuck J

79732971

Date: 2025-08-12 09:49:42
Score: 1.5
Natty:
Report link

You should test with realistic data before adding indexes in production.

1. Create only the necessary indexes for JOB A’s queries.
2. Benchmark JOB B’s performance in staging with those indexes to see the actual overhead.
3. If JOB B’s bulk writes slow down too much, consider:

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

79732961

Date: 2025-08-12 09:43:40
Score: 1
Natty:
Report link

Seeing as no one is able to answer this and I can't find the code to do it anywhere it looks like it's possible to apply/modify incremental policies using tabular editor if anyone gets stuck in this scenario. enter image description here

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

79732954

Date: 2025-08-12 09:39:40
Score: 2
Natty:
Report link

If you have tried to install pyspark through both pip and anaconda then you might face this problem

Try creating a new conda environment and dont use pip this time to install pyspark just install pyspark throught conda.

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

79732952

Date: 2025-08-12 09:38:39
Score: 3.5
Natty:
Report link

Delete the cache of your NetBeans version if you have fake duplicate class error

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

79732951

Date: 2025-08-12 09:37:39
Score: 1
Natty:
Report link

I found this Post since I had the Need to Mock a DbSet<X>:

https://sinairv.github.io/blog/2015/10/04/mock-entity-framework-dbset-with-nsubstitute/

Basicaly to Mock a DbSet Using Substitute you can do the following

IQueryable<X> samples = new List<X>{...}.AsQueryable();

DbSet<X> DbSetMock = Substitute.For<DbSet<X>, IQueryable<X>>();
((IQueryable<X>)mockSet).Provider.Returns(samples.Provider);
((IQueryable<X>)mockSet).Expression.Returns(samples.Expression);
((IQueryable<X>)mockSet).ElementType.Returns(samples.ElementType);
((IQueryable<X>)mockSet).GetEnumerator().Returns(samples.GetEnumerator());

IDbContext databaseMock = Substitute.For<IDbContext>();
databaseMock.X = mockSet;
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Robert

79732943

Date: 2025-08-12 09:33:38
Score: 1
Natty:
Report link

Just to exemplify Yut176's answer

filePermissions {
    user {
        read = true
        execute = true
    }
    other.execute = false
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Hugo Landim

79732939

Date: 2025-08-12 09:27:36
Score: 0.5
Natty:
Report link

FastAPI != FastHTML (idiomatic), even if both are based on Starlette and built on similar arch vision.

Go for idiomatic OAuth with FastHTML: https://github.com/AnswerDotAI/fasthtml-example/tree/main/oauth_example, read the doc https://www.fastht.ml/docs/explains/oauth.html

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Luca G. Soave

79732938

Date: 2025-08-12 09:25:35
Score: 6.5
Natty: 7.5
Report link

Can we delete the app-insights attached with apim using azure cli?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can we
  • Low reputation (1):
Posted by: Manisha Poonia

79732932

Date: 2025-08-12 09:19:33
Score: 1
Natty:
Report link

Had the same problem in debug mode on emulator.
Spent a day looking for a solution.

When I installed app-release.apk, everything worked.

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

79732922

Date: 2025-08-12 09:10:31
Score: 1.5
Natty:
Report link

I know I'm late to this but the below should work:

SELECT table_name, column_name 
FROM information_schema.columns 
WHERE column_name LIKE '%column_name%';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: tnasirov

79732911

Date: 2025-08-12 09:00:28
Score: 0.5
Natty:
Report link

This has been fixed in the beamer development version: https://github.com/josephwright/beamer/commit/0590aca2f8a175904994dc0693ae42aed1feca11


Until a new beamer version is released, Latex users can temporarily add the file https://raw.githubusercontent.com/josephwright/beamer/0590aca2f8a175904994dc0693ae42aed1feca11/base/beamerbaseoverlay.sty to the same folder as their .tex file.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: samcarter_is_at_topanswers.xyz

79732909

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

I do not think Android WebView supports this. Even if it does uBlock origin does not work well or at all in Chrome. To be future proof I'd stay away from it.

The only option that I see is to use GeckoView and here is the guide to add a plugin to it: https://firefox-source-docs.mozilla.org/mobile/android/geckoview/consumer/web-extensions.html

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

79732908

Date: 2025-08-12 08:58:27
Score: 1
Natty:
Report link

If extraction is what you want, you don't need to explicitly use RecursiveParserWrapper if you use AutodetectParser. Autodetect parser does it automatically for you. It sets RecursiveParserWrapper and by default sets ParsingEmbeddedDocumentExtractor as EmbeddedDocumentExteractor by default.

This extractor delegates parsing to the same instance of AutodetectParser. That is the embedded images also get parsed by the same AutodetectParser you passed the parent documents to. This parser will perform ocr extraction if any parser is in the registry supports ocr media types (eg: image/ocr-png, image/ocr-jpeg).

TesseractOCRParser will only register itself with ocr support types if tesseract is present in the host machine or the parser is ignored as it returns an empty set for supported types

related answer

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

79732902

Date: 2025-08-12 08:50:26
Score: 1
Natty:
Report link

try to add follow to the HttpSecurity configuring:

            http
                .authorizeHttpRequests(auth -> auth
                         .csrf(csrf -> csrf.disable())
                       //...
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: vitaliiH

79732901

Date: 2025-08-12 08:49:26
Score: 3
Natty:
Report link

I think you could set up a simple proxy server that forwards requests to the ADK API server and adds the necessary CORS headers (I'm not 100% sure if this would work)

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

79732898

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

AWS KMS (Key Management Service) and AWS CloudHSM both use Hardware Security Modules (HSMs) for cryptographic operations, but the control model, compliance level, and operational responsibilities are very different.

1. Control & Key Ownership

2. Compliance & Isolation

3. Use Cases

4. Cost & Management

In short:

KMS = AWS-managed convenience & integration.
CloudHSM = full control & compliance-grade isolation.

For a deeper, scenario-based breakdown (including when organizations switch from KMS to CloudHSM), see:
Cloud HSM vs KMS – Strategic Guide

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

79732895

Date: 2025-08-12 08:45:24
Score: 2
Natty:
Report link

The short answer to this is not possible now, Please migrate the application to .NET Maui, and Microsoft provides tools to migrate the applications easily, Please refer the Microsoft Document.

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

79732890

Date: 2025-08-12 08:43:23
Score: 8
Natty:
Report link

hey did you get the solution i am stuck too

Reasons:
  • RegEx Blacklisted phrase (1.5): i am stuck
  • RegEx Blacklisted phrase (3): did you get the solution
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ayush Poddar

79732889

Date: 2025-08-12 08:41:23
Score: 0.5
Natty:
Report link

Any answer worked for me, the simplest way to me is to connect to the jmx queue with mbean and retrieve java MBean, you can help with jconsole tool to find which method to execute.

public String getQueueSize() {
    try {
        String jmxUrl = "service:jmx:rmi://host:port/jndi/rmi://host:port/jmxrmi";
        JMXServiceURL url = new JMXServiceURL(jmxUrl);
        Map<String, Object> params = new HashMap<>();
        String[] credentials = {"user","password"
        };
        params.put(JMXConnector.CREDENTIALS, credentials);

        try (JMXConnector connector = JMXConnectorFactory.connect(url, params)) {
            MBeanServerConnection connection = connector.getMBeanServerConnection();
  
            // Use correct MBean for WSO2 Andes : see jconsole
            ObjectName queueMBean = new ObjectName("org.wso2.andes:name=QueueManagementInformation,type=QueueManagementInformation");

            // queue name is key and value is size in the object : see jconsole
            String queueName = env.getProperty("REQUEST_QUEUE");
            CompositeData allCounts = (CompositeData) connection.getAttribute(queueMBean, "MessageCountOfQueuesAsCompositeData");

            return allCounts.get(queueName).toString();
        }
    } catch (Exception e) {
        LOGGER.error("cannot connect to jms", e);
    }
    return "error";
}

The example is show with wso2 but works in another cases.

As a result you should manage all queue if you have multiple by adding name in method parameter !

Regards.

Reasons:
  • Blacklisted phrase (1): Regards
  • Whitelisted phrase (-1): worked for me
  • RegEx Blacklisted phrase (3): you can help
  • Long answer (-1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Zhar

79732882

Date: 2025-08-12 08:38:22
Score: 0.5
Natty:
Report link

dvc exp show has --hide-workspace option to support this. Documentation can be found here.

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

79732873

Date: 2025-08-12 08:32:20
Score: 3
Natty:
Report link

For me at the bottom status-bar VS Code was indicating the wrong python version. Clicked on it and changed it. Now it works well again.

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

79732866

Date: 2025-08-12 08:20:18
Score: 1
Natty:
Report link

In case of JS we need to use the below code on ribbon button to show and hide based on access rights:

function canCurrentUserWrite(primaryControl) {
    if (!primaryControl) return false;
 
    var privileges = primaryControl.data.entity._privileges;
 
    if (privileges && typeof privileges.canUpdate !== "undefined") {
        return privileges.canUpdate;
    }
 
    return false;
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Sriramakrishna

79732862

Date: 2025-08-12 08:16:17
Score: 2
Natty:
Report link

=(ROUND(A2;2))+(ROUND(C2;2))+(ROUND(D2;2))&"€"

This is how I could made it ,I tried with Round and Sum in the ways above but only with the + sign and rounding separately the cells helped me.

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

79732856

Date: 2025-08-12 08:10:14
Score: 2
Natty:
Report link
chmod -R guo+w storage && php artisan cache:clear
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: ankit singh

79732855

Date: 2025-08-12 08:10:14
Score: 0.5
Natty:
Report link

I took inspiration from the shell script shared by @adrock20 and i implemented it in java

import javaioBufferedInputStream;
import javaioFileInputStream;
import java.io.FileOutputStream;
import java.net.URL;
import java.security.KeyStore;
import java.security.PrivateKey;
import java.security.cert.CertificateFactory;
import java.security.certX509Certificate;
import java.util.Enumeration;
import javax.net.ssl.KeyManagerFactory;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;
import org.bouncycastle.asn1.DERIA5String;
import org.bouncycastle.asn1.DERTaggedObject;
import org.bouncycastle.asn1.x509.AccessDescription;
import org.bouncycastle.asn1.x509.AuthorityInformationAccess;
import org.bouncycastle.asn1.x509.Extension;
import org.bouncycastle.asn1.x509.GeneralName;
import org.bouncycastle.asn1.x509.X509ObjectIdentifiers;
import org.bouncycastle.cert.jcajce.JcaX509ExtensionUtils;

public class CertificateUtil {

  public static void convertPfxToFullChainJks(String pfxPath, String password, String jksPath) {
    String alias = getX509CertificateAliasFromPfxFile(pfxPath, password);
    X509Certificate certificate = getX509CertificateFromPfxFile(pfxPath, password);
    PrivateKey privateKey = getPrivateKeyFromPfxFile(pfxPath, password);
    String intermediateCertificateUrl = getAuthorityCertificateUrl(certificate);
    X509Certificate intermediateCertificate = downloadCertificateFromUrl(intermediateCertificateUrl);
    String rootCertificateUrl = getAuthorityCertificateUrl(intermediateCertificate);
    X509Certificate rootCertificate = downloadCertificateFromUrl(rootCertificateUrl);
    createFullChainJks(jksPath, alias, password, certificate, privateKey, intermediateCertificate, rootCertificate);
  }

  private static void createFullChainJks(String jksPath, String alias, String password, X509Certificate certificate, PrivateKey privateKey,
      X509Certificate intermediateCertificate,
      X509Certificate rootCertificate) throws Exception {
    try {
      try (FileOutputStream fos = new FileOutputStream(jksPath)) {
        KeyStore ks = ("JKS");
        (null, ());
        X509Certificate[] certificateChain = new X509Certificate[]{certificate, intermediateCertificate, rootCertificate};
        (alias, privateKey, (), certificateChain);
        (fos, ());
      }
    } catch (Exception e) {
      throw new Exception("Failed to create full chain jks", e);
    }
  }

  private static String getX509CertificateAliasFromPfxFile(String pfxPath, String password) throws Exception {
    try {
      KeyManagerFactory kmf = ("SunX509");
      KeyStore keystore = ("PKCS12");
      (new FileInputStream(pfxPath), ());
      (keystore, ());
      Enumeration<String> aliases = ();
      while (aliases.hasMoreElements()) {
        String alias = ();
        if ("X.509".equals((alias).getType())) {
          return alias;
        }
      }
    } catch (Exception e) {
      throw new Exception("Failed to retrieve X509 certificate alias from PFX file", e);
    }
    throw new Exception("No valid X509 certificate alias found in the PFX file");
  }

  private static X509Certificate getX509CertificateFromPfxFile(String pfxPath, String password) throws Exception {
    try {
      KeyManagerFactory kmf = ("SunX509");
      KeyStore keystore = ("PKCS12");
      (new FileInputStream(pfxPath), ());
      (keystore, ());
      Enumeration<String> aliases = ();
      while (aliases.hasMoreElements()) {
        String alias = ();
        if ("X.509".equals((alias).getType())) {
          return (X509Certificate) (alias);
        }
      }
    } catch (Exception e) {
      throw new Exception("Failed to retrieve X509 certificate from PFX file", e);
    }
    throw new Exception("No valid X509 certificate found in the PFX file");
  }

  private static PrivateKey getPrivateKeyFromPfxFile(String pfxPath, String password) throws Exception {
    try {
      KeyManagerFactory kmf = ("SunX509");
      KeyStore keystore = ("PKCS12");
      (new FileInputStream(pfxPath), ());
      (keystore, ());
      Enumeration<String> aliases = ();
      while (aliases.hasMoreElements()) {
        String alias = ();
        if ("X.509".equals((alias).getType())) {
           privateKeyEntry = () (alias,
              new (()));
          return ();
        }
      }
    } catch (Exception e) {
      throw new Exception("Failed to retrieve private key from PFX file", e);
    }
    throw new Exception("No valid private key found in the PFX file");
  }

  private static X509Certificate downloadCertificateFromUrl(String certificateUrlString) throws Exception {
    try {
      URL certificateUrl = new URL(certificateUrlString);
      String filename = ().split("/")[2];
      String filePath = "target/" + filename;
      try (BufferedInputStream in = new BufferedInputStream(certificateUrl.openStream());
          FileOutputStream fileOutputStream = new FileOutputStream(filePath)) {
        byte[] dataBuffer = new byte[1024];
        int bytesRead;
        while ((bytesRead = (dataBuffer, 0, 1024)) != -1) {
          (dataBuffer, 0, bytesRead);
        }
      }
      try (FileInputStream inStream = new FileInputStream(filePath)) {
        CertificateFactory cf = ("X.509");
        return (X509Certificate) (inStream);
      }
    } catch (Exception e) {
      throw new Exception("Failed to download certificate from URL", e);
    }
  }

  private static String getAuthorityCertificateUrl(X509Certificate certificate) throws Exception {
    try {
      byte[] extVal = (());
      if (extVal == null) {
        throw new Exception("Certificate does not contain Authority Information Access extension");
      }
      AuthorityInformationAccess aia = ((extVal));
      AccessDescription[] descriptions = ();
      for (AccessDescription accessDescription : descriptions) {
        final ASN1ObjectIdentifier accessMethod = ;
        final boolean correctAccessMethod = ().equals(accessMethod);
        if (!correctAccessMethod) {
          continue;
        }
        final GeneralName gn = ();
        if (gn.getTagNo() != GeneralName.uniformResourceIdentifier) {
          continue;
        }
        final DERIA5String str = (DERIA5String) ((DERTaggedObject) gn.toASN1Primitive()).getBaseObject();
        final String accessLocation = ();
        if (accessLocation.startsWith("http")) {
          return accessLocation;
        }
      }
    } catch (Exception e) {
      throw new Exception("Failed to get authority certificate URL", e);
    }
    throw new Exception("No valid authority certificate URL found in the certificate");
  }
}
Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @adrock20
  • Low reputation (1):
Posted by: Diego Pansica

79732854

Date: 2025-08-12 08:07:14
Score: 2
Natty:
Report link

There is very important subtle difference between you alt_subn and Nat.sub: the line N0 => N0 is N0 => a which gives the same result but makes the termination checking work. I though this was explained in the book but I don't remember precisely.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pierre Roux

79732833

Date: 2025-08-12 07:45:09
Score: 3.5
Natty:
Report link
=RIGHT(A2,LEN(A2)-SEARCH(",",A2)-1)
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sahil munjal

79732816

Date: 2025-08-12 07:26:05
Score: 1
Natty:
Report link

I am afraid that you cannot do it.

Let's dig around the docs a little:

In this document, we can see metadata policies. Especially:

In both of these sites, there is written explicitly, that they are both readonly properties

So shortly, there's no way to update them.

Reasons:
  • Blacklisted phrase (1): this document
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Michał Turczyn

79732796

Date: 2025-08-12 07:02:59
Score: 4
Natty: 4.5
Report link

NextJs v15 + AuthJs v5 + Next-intl v4 + middleware + typescript

https://gist.github.com/pangeaos/39b1d95a5131a3849d55fb75d6faf98d

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

79732778

Date: 2025-08-12 06:35:52
Score: 4.5
Natty:
Report link

something like this, and it is a kind of hierarchical table nested in tbl_summary.

enter image description here

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

79732759

Date: 2025-08-12 06:16:48
Score: 1.5
Natty:
Report link

rvm gemset empty GEMSET

This command will help you

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

79732757

Date: 2025-08-12 06:08:47
Score: 2
Natty:
Report link

The API only retrieves content that is stored in the database. If your page includes dynamic data added via the admin panel, it will be included in the API response. However, if the template contains static content written directly in the page template using HTML tags (i.e., not stored in the database), that content will not be rendered in the API response.

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

79732751

Date: 2025-08-12 05:56:44
Score: 4
Natty: 7
Report link

Can you try remove on your home path .vscode-server folder ?

Reasons:
  • Whitelisted phrase (-2): Can you try
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Birkan Herdinç

79732736

Date: 2025-08-12 05:41:40
Score: 1.5
Natty:
Report link

Had the same issue. I was trying to add my public ssh key to the git repo itself, but I still wasn't allow to push.

Once I added the key to the account itself, everything worked just fine.

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

79732735

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

Use unzip for extracting jar

# jar xf medusa-java-jar-with-dependencies.jar 
unzip medusa-java-jar-with-dependencies.jar 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Heedo Lee

79732734

Date: 2025-08-12 05:38:39
Score: 0.5
Natty:
Report link

My Alienware x14 1st Gen has returned from its maintenance contract. The mainboard (inc NVIDIA GPU and heatsink) was replaced.

Windows 11 was also reinstalled, and everything under Program Files was deleted. It was a struggle to restore the environment, but all the problems were resolved.

>emulator-check accel
accel:
0
WHPX(10.0.26100) is installed and usable.
accel

>systeminfo
Virtualization-based security: Status: Running
                               Required Security Properties:
                               Available Security Properties:
                                     Base Virtualization Support
                                     DMA Protection
                                     UEFI Code Readonly
                                     Mode Based Execution Control
                                     APIC Virtualization
                               Services Configured:
                                     Hypervisor enforced Code Integrity
                               Services Running:
                                     Hypervisor enforced Code Integrity
                               App Control for Business policy: Enforced
                               App Control for Business user mode policy: Audit
                               Security Features Enabled:
Hyper-V Requirements:          A hypervisor has been detected. Features required for Hyper-V will not be displayed.

Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ohgochi

79732727

Date: 2025-08-12 05:23:36
Score: 2.5
Natty:
Report link

Try this -->
wp-content/themes/Awake/learndash/ld30/shortcodes/ld_course_list.php

Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: Sunder Kandel

79732717

Date: 2025-08-12 05:04:31
Score: 1.5
Natty:
Report link

just add a removeClippedSubviews={false} to the flatlist component solved the issue ,removeClippedSubviews={false} basically tells React Native “don’t aggressively detach off-screen child views”, so the native ViewGroup child count stays consistent with what JS thinks it has.

The trade-off is slightly higher memory usage because those off-screen items stay mounted instead of being recycled, but it’s a perfectly fine fix if the list isn’t huge.

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

79732714

Date: 2025-08-12 05:00:30
Score: 0.5
Natty:
Report link

Found it:

Private Sub CommandSearch_Click()
    
    'use DAO when working with Access, use ADO in other cases
    Dim db As DAO.Database
    Dim rs As DAO.Recordset
    Dim sql As String
        
    'eerst een check of het zoekveld niet leeg is
    If Nz(Me.txtSearch.Value, "") = "" Then
        MsgBox "Geef een bestelbon in !!", vbExclamation
        Debug.Print "Geef een bestelbon in !!"
        Exit Sub
    Else


    ' Define your SQL query
    sql = "SELECT [Transporteur], [Productnaam], [Tank] FROM [Planning] WHERE [Bestelbon] = " & Me.txtSearch & ""

    ' Set database and recordset
    Set db = CurrentDb
    Set rs = db.OpenRecordset(sql)

    Me.txtResult.Value = rs!Transporteur
    Me.txtProduct.Value = rs!Productnaam
    Me.txtTank.Value = rs!Tank
    
    ' Clean up
    rs.Close
    
    End If
    
    Set rs = Nothing
    Set db = Nothing
    
End Sub
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Don Quixote

79732711

Date: 2025-08-12 04:58:29
Score: 3.5
Natty:
Report link

You can cross check the token at JWT (https://www.jwt.io/), the oAuth token should be valid.
For example.

enter image description here

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

79732708

Date: 2025-08-12 04:54:28
Score: 1.5
Natty:
Report link

Got the solution from someone! I had to add a runtimeconfig.template.json to the C++/CLI project with this property set:

{
  "configProperties": {
    "System.Runtime.InteropServices.CppCLI.LoadComponentInIsolatedContext": true
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Chrono Vortex

79732695

Date: 2025-08-12 04:24:22
Score: 2
Natty:
Report link

I had the same issue. the fix is to make the characterbody2D your root node in the character scene.

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

79732691

Date: 2025-08-12 04:19:21
Score: 11.5
Natty: 5.5
Report link

Have you solved the issue ?

I am also facing the same issue .

If you solved the issue then could you please share how to solve this.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2.5): could you please share how
  • RegEx Blacklisted phrase (1.5): solved the issue ?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ratikanta Mishra

79732690

Date: 2025-08-12 04:15:19
Score: 2
Natty:
Report link

As this is an intermittent issue and you cancelled (as per the status), One of the reasons could be resource exhaustion. Probably your Integration runtime is maxed out of resources due to other concurrent jobs by your colleagues.

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

79732680

Date: 2025-08-12 03:57:16
Score: 2
Natty:
Report link

Turns out I misunderstood what was happening. Postgres doesn't seem to be defaulting to use or not use the provided credentials if trust isn't allow. It just either allows or rejects the connection with indifference to the credentials. It seems I have to edit pg_hba.conf.

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

79732677

Date: 2025-08-12 03:52:14
Score: 3.5
Natty:
Report link

The internal header for Boxa is leptonica/pix_internal.h

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

79732674

Date: 2025-08-12 03:43:12
Score: 0.5
Natty:
Report link

If you already had drizzle-orm installed, pnpm exec drizzle-kit push should suffice. This would allow pnpm to refer to the already-installed drizzle-orm and succeed in running.

There is an ongoing discussion regarding this issue on the drizzle-orm repo as well: https://github.com/drizzle-team/drizzle-orm/issues/2699.

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

79732671

Date: 2025-08-12 03:36:11
Score: 1
Natty:
Report link
$('#myCheckbox').on('click', function() {
  if ($(this).prop('checked')) {
    console.log('Checkbox is checked.');
  } else {
    console.log('Checkbox is unchecked.');
  }
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bang Andre

79732670

Date: 2025-08-12 03:30:09
Score: 4.5
Natty: 4.5
Report link

Check this out - This might be helpful
https://community.squaredup.com/t/show-azure-devops-multi-stage-pipeline-status-on-a-dashboard/2442

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

79732662

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

I've solved this by using the ObjectsApi to generate a signed URL and removing the authorisation header from the request.

        ObjectsApi objectsApi = new ObjectsApi(new ClientCredentials(_clientId, _clientSecret));

        var resource = await _ossClient.CreateSignedResourceAsync(bucketKey,
            resultKey,
            new CreateSignedResource(),
            Access.ReadWrite,
            true, accessToken: token.AccessToken);
        
        var outputFileArgument = new XrefTreeArgument()
        {
            Url = resource.SignedUrl,
            Verb = Verb.Put
        };
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: maciejwypych

79732655

Date: 2025-08-12 02:49:00
Score: 0.5
Natty:
Report link

This is really just what I ended up doing after testing the answer from Andy Jazz. I've left his answer as the correct answer, but this function does what I needed without the additional need to receive a tap. In my scenario, the distance needs to be computed whether it's a tap, or a thumbstick movement on a Game Controller; I need to know if the player can move in the direction it is facing. This function works well.

    /// Returns the distance to the closest node from `position` in the direction specified by `direction`.  Its worth noting that the distance is
    /// computed along a line parallel with the world floor, 25% of a wall height from the floor.
    /// - Parameters:
    ///   - direction: A vector used to determine the direction being tested.
    ///   - position: The position from which the test if being done.
    /// - Returns: A distance in world coordinates from `position` to the closest node, or `.zero` if there is nothing at all.
    func distanceOfMovement(inDirection direction: SIMD3<Float>, fromPosition position: SIMD3<Float>) -> Float {
        // Set the x slightly off center so that in some scenarios (like there is an ajar doorway) the door is
        // detected instead of the wall on the far side of the next chamber beyond the door.  The Y adjustment
        // is to allow for furniture that we dont want the player to walk into.
        //
        let adjustedPosition = position + SIMD3<Float>(0.1,  ModelConstants.wallHeight * -0.25,  0.0)

        if let scene = self.scene {
            let castHits: [CollisionCastHit] = scene.raycast(
                origin: adjustedPosition,
                direction: direction,
                query: .nearest)
            
            if let hit = castHits.first {
                return hit.distance
            }
        }
        
        return .zero
    }

The primary downside of this mechanism is that, unlike SceneKit, if I want this function to work, I have to add a CollisionComponent to each and every wall or furniture item in the model. I'm left wondering about the potential performance impact of that, and also the need to construct sometimes complex CollisionComponents (doorways for example) where in SceneKit, this was all done behind the scenes somehow.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: PKCLsoft

79732654

Date: 2025-08-12 02:42:59
Score: 0.5
Natty:
Report link

                                            <div class="fileName">Name v.1.2.2b.apk</div>
                                            <div class="fileType">
                                                <span>Archive</span>
                                                <span> (.APK)
                                                    <span>
                                                    </div>
                                                </div>
                                                <ul class="dlInfo-Details">
                                                    <li>File size: 
                                                        <span>13.37 MB</span>
                                                    </li>
                                                    <li>Uploaded: 
                                                        <span>2017-03-19 16:59:52</span>
                                                    </li>
                                                    <li>Uploaded From: 
                                                        <span></span>
                                                    </li>
                                                </ul>

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Low entropy (1):
  • Low reputation (1):
Posted by: Vaishali Pal