79339703

Date: 2025-01-08 15:18:49
Score: 5
Natty:
Report link

Take a look at awaitility library : https://www.baeldung.com/awaitility-testing

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

79339662

Date: 2025-01-08 15:07:46
Score: 4.5
Natty: 4.5
Report link

Is this referring to TLS session and how many times it can be refreshed and a new page is generated? Sessions or objects for a better words

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is this
  • Low reputation (1):
Posted by: Jayden

79339592

Date: 2025-01-08 14:45:38
Score: 4
Natty:
Report link

Constrains other than NOT NULL are not enforced, so a primary key is informational and don't enforces uniqueness on primary key fields, that'S why you already can add records whose pk exists already in the table. https://docs.snowflake.com/en/user-guide/table-considerations#label-table-considerations-referential-integrity-constraints

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

79339544

Date: 2025-01-08 14:35:34
Score: 9.5 🚩
Natty: 5.5
Report link

Were you able to solve it, im having this problem too ?

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Oussama IG

79339542

Date: 2025-01-08 14:34:33
Score: 4.5
Natty:
Report link

I am also looking for some method to use a remote SoftHSM service. If someone is looking for a complex solution, maybe there is a project that will work properly: https://github.com/vegardit/docker-softhsm2-pkcs11-proxy

Reasons:
  • Blacklisted phrase (2): I am also looking
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Adam Papp

79339495

Date: 2025-01-08 14:19:27
Score: 4
Natty:
Report link

i have now written this sql..

with cte1 as (
SELECT  
 cmo.[CMID] as object_id
,cmo.[PCMID] as parent_object_id
,cmo.[VERSION] as object_version
,cmo.[CREATED] as created_datetime
,cmo.[MODIFIED] as modified_datetime
,cmo.[DISABLED] as disabled
,cmo.[CLASSID] as class_id
,cmc.name as class_description
,cmo.[DISPSEQ] as display_sequence

-- report name --
,CMOBJNAMES.NAME

-- self join to get parent_class_id
, cmo2.CLASSID as parent_class_id

-- parent_class_desription
, cmc2.NAME as parent_class_description

,cmobjnames2.name as parent_object_name

, cmref2.REFCMID as owner_id

, props33.name as owner_name
, props33.userid as owner_user_id
, props33.LASTLOGIN as owner_last_login
, props33.license as owner_license_code


FROM CMOBJECTS cmo

-- get classid description
left join CMCLASSES cmc on
cmo.CLASSID=cmc.CLASSID

-- get objectname
left join CMOBJNAMES on
cmo.cmid=CMOBJNAMES.cmid
and CMOBJNAMES.isdefault=1


left join [CMOBJECTS] cmo2 on
cmo.PCMID=cmo2.CMID

left join CMCLASSES cmc2 on
cmo2.CLASSID=cmc2.CLASSID

--get parent object name
left join CMOBJNAMES cmobjnames2 on
cmo.pcmid=cmobjnames2.cmid
--and cmobjnames2.LOCALEID=92
and cmobjnames2.isdefault=1


-- get ownerid of report
left join CMREFNOORD2 cmref2 on
cmo.CMID=cmref2.CMID

-- gte owner attributes

left join CMOBJPROPS33 props33 on
cmref2.REFCMID=props33.cmid


WHERE 1=1
--and (cmo.disabled=0
--or cmo.disabled is null
--)
and cmc.name = 'report'

)

select * from cte1

which returns this output.. (transposed into record format for easier viewing here)

enter image description here

I'm looking to add in when the reports werre accessed / run etc next to see if we can filter out any not used for a while. Does anyone know what tables i could use for this?

Thanks,

Rob.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2): Does anyone know
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: RobR

79339490

Date: 2025-01-08 14:18:25
Score: 6 🚩
Natty: 6.5
Report link

Can you tell me how can you do security, challenger, mutual authentication before you send the encrypt APDU with INS 21 ( verify)

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you tell me how
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Thao Nguyen Phong

79339468

Date: 2025-01-08 14:10:22
Score: 4
Natty:
Report link

I am embarrassed. The workbook had not been saved since I added ranges "DT_25" to "DT_30". Once saved the python code worked perfectly. Simple, simple oversight. @moken and @user202311 thank you for your help and suggestions.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Whitelisted phrase (-0.5): thank you for your help
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @moken
  • User mentioned (0): @user202311
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mark Barry

79339465

Date: 2025-01-08 14:08:21
Score: 7.5 🚩
Natty: 5.5
Report link

@adden00 Is there any doc that shows how to build native lib libtun2socks.so ?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @adden00
  • Single line (0.5):
  • Looks like a comment (1):
Posted by: Rob

79339437

Date: 2025-01-08 13:58:16
Score: 6.5 🚩
Natty: 5
Report link

I have the same problem. Where _textEdgeNgramS is working, _textNgramS isn't. Unfortunately documentation is rather incomplete on this as usual.

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

79339404

Date: 2025-01-08 13:48:59
Score: 6 🚩
Natty:
Report link

Iam looking for solution for couple of weeks for the above-mentioned issue, Any help will be appreciable. Please suggest the best solution for this problem.

Reasons:
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (2.5): Please suggest
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: saurav sharma

79339400

Date: 2025-01-08 13:48:57
Score: 12 🚩
Natty: 5
Report link

did you manage to fix this problem?? Because i have the same issue!!! Some name of the settings are missing when i try to print and don't print all the settings that i see in the NVIDIA Control Panel in the Manage 3D Setting tab. I don't understand why :(

Reasons:
  • Blacklisted phrase (1): i have the same issue
  • Blacklisted phrase (1): :(
  • RegEx Blacklisted phrase (3): did you manage to fix this problem
  • RegEx Blacklisted phrase (1.5): fix this problem??
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: ChiaraDebug

79339343

Date: 2025-01-08 13:33:52
Score: 5.5
Natty:
Report link

Thanks for your reply Ahmed! Can you maybe tell me what versions you were using? Nuxt version and so on?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Digital Forge

79339337

Date: 2025-01-08 13:32:51
Score: 11
Natty: 7.5
Report link

did you managed to resolve this?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Danny Michaels

79339336

Date: 2025-01-08 13:32:50
Score: 11 🚩
Natty: 5.5
Report link

Did somebody resolve this thing?

Reasons:
  • RegEx Blacklisted phrase (3): Did somebody resolve this
  • RegEx Blacklisted phrase (1.5): resolve this thing?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did somebody
  • Low reputation (1):
Posted by: Samarth Kadam

79339254

Date: 2025-01-08 13:08:44
Score: 4.5
Natty:
Report link

The issue has been discussed with the Spring team: https://github.com/spring-cloud/spring-cloud-stream/issues/3066

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

79339237

Date: 2025-01-08 13:05:42
Score: 5
Natty:
Report link

In some cases it doesn't work if your phone is set to safe-battery mode. https://stackoverflow.com/a/71118394/24131641

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nikos Tsolakos

79339228

Date: 2025-01-08 13:03:41
Score: 4
Natty: 4
Report link

I have this same exact issue. Is driving me crazy.

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

79339217

Date: 2025-01-08 12:59:39
Score: 5
Natty: 4.5
Report link

use BB_ENV_PASSTHROUGH_ADDITIONS https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-metadata.html#passing-information-into-the-build-task-environment

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: xiang Lin

79339213

Date: 2025-01-08 12:58:38
Score: 11
Natty: 7.5
Report link

Did you get any solution?? I am right now stuck at this problem.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you get any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: M IHSAN

79339204

Date: 2025-01-08 12:54:35
Score: 7 🚩
Natty: 6
Report link

I need help on this one too, bumping the ticket for assistance!

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Steve Jobs

79339082

Date: 2025-01-08 12:12:24
Score: 9.5 🚩
Natty: 6
Report link

@Mike Macpherson Sorry for my response exactly one year later, buuuut.... Did you find any solution for your problem as I am facing the same?

I used the FFmpegMetaDataRetriever which helped me for some stream infos, maybe that could help you.

But I am still trying to find out how get more informations using the exoplayer..

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution for your problem as I am facing the same?
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @Mike
  • Low reputation (1):
Posted by: Alex Mutschl

79339071

Date: 2025-01-08 12:09:22
Score: 9.5 🚩
Natty: 6
Report link

Hello I found this blog helpful on validating the content of the file. However the logic to compare the signature workes for some known file type like jpeg,gud,doc,docx etc. The logic doesn't work for file types like txt,log,JSON. Is there any solution to validate the content type of txt,log,JSON files ?

Reasons:
  • Blacklisted phrase (1): this blog
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any solution to validate the content type of txt,log,JSON files ?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Surajit Kumar Shah

79338983

Date: 2025-01-08 11:40:14
Score: 4
Natty:
Report link

I have a similar issue. When our AWS build pipelines run cdk synth, the process downloads the public.ecr.aws/sam/build-python3.10 image and then runs the following command which now pulls in v2.0.0 of poetry which no longer has the required export option:

[2/2] RUN python -m venv /usr/app/venv && mkdir /tmp/pip-cache && chmod -R 777 /tmp/pip-cache && pip install --upgrade pip && mkdir /tmp/poetry-cache && chmod -R 777 /tmp/poetry-cache && pip install pipenv==2022.4.8 poetry && rm -rf /tmp/pip-cache/* /tmp/poetry-cache/*

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have a similar issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ross

79338920

Date: 2025-01-08 11:25:09
Score: 4.5
Natty: 7
Report link

How to get both id_token and access_token?

i need the access token to let the user login and the id_token to get user infos

thanks!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): i need
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Francesco De Giorgio

79338898

Date: 2025-01-08 11:18:06
Score: 4.5
Natty:
Report link

Thanks for all the answers, this community is very helpful

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: BiG TIC

79338854

Date: 2025-01-08 11:01:01
Score: 5
Natty:
Report link

Use the scientisttools python package

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

79338837

Date: 2025-01-08 10:54:58
Score: 11 🚩
Natty: 6.5
Report link

did you found any solution? i happen to be stuck on the same issue.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you found any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Chandan Jangid

79338831

Date: 2025-01-08 10:51:57
Score: 5
Natty: 4.5
Report link

Is the same process for external entra ID, WHen I open the licences page I can see only "This feature is unavailable or doesn't apply to the current tenant configuration" like should I have any premium subscription or the page itself not available for external entra id?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is the
  • Low reputation (1):
Posted by: Rishwanth Gourishetty

79338829

Date: 2025-01-08 10:51:55
Score: 6 🚩
Natty: 6.5
Report link

@Slaine06 how can i handle receive the voip notification in the dart code

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Slaine06
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Mohamed Elsebaey

79338745

Date: 2025-01-08 10:25:47
Score: 4.5
Natty:
Report link

Thank you for that guys, resolved my issue straight away.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user3119168

79338722

Date: 2025-01-08 10:19:44
Score: 7.5 🚩
Natty: 5
Report link

I am trying to read a FITS file containing ROSAT data from the website (https://python4astronomers.github.io/astropy/tables.html).

Under Practical Exercises the first exercise statement: Try and find a way to make a table of the ROSAT point source catalog that contains only the RA, Dec, and count rate. Hint: you can see what methods are available on an object by typing e.g. t. and then pressing . You can also find help on a method by typing e.g. t.add_column?.

But my code: (my_env) C:\Users\labus\Documents\Curtin\Python\pyproj>ipython --matplotlib Python 3.13.1 (tags/v3.13.1:0671451, Dec 3 2024, 19:06:28) [MSC v.1942 64 bit (AMD64)] Type 'copyright', 'credits' or 'license' for more information IPython 8.30.0 -- An enhanced Interactive Python. Type '?' for help. Using matplotlib backend: tkagg

In [1]: import matplotlib.pyplot as plt ...: import numpy as np ...: import astropy ...: import tarfile ...: from urllib import request ...: from astropy.table import Table ...: from astropy.io import ascii ...:

In [2]: from astropy.table import Table, Column

In [3]: f = open('ROSAT.fits', 'r')

In [4]: f.read()

UnicodeDecodeError Traceback (most recent call last) Cell In[4], line 1 ----> 1 f.read()

File c:\users\labus\documents\curtin\python\pyver\python313\Lib\encodings\cp1252.py:23, in IncrementalDecoder.decode(self, input, final) 22 def decode(self, input, final=False): ---> 23 return codecs.charmap_decode(input,self.errors,decoding_table)[0]

UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 18179: character maps to

In [5]: Is giving the above UnicodeDecodeError

Could someone please provide some guidance and maybe an answer as to why this problem is occurring?

Any assistance is greatly appreciated. Thank you - Cobus Labuschagne

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2.5): Could someone please provide some
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Cobus Labuschagne

79338663

Date: 2025-01-08 10:03:39
Score: 4.5
Natty:
Report link

there is package for Android app written with Flutter but not sure for iOS. Here is it: https://pub.dev/packages/flutter_background_video_recorde

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

79338617

Date: 2025-01-08 09:51:34
Score: 7.5 🚩
Natty: 6.5
Report link

I am trying to run CefGlue on linux and it seems to not work can you help provide an example to run. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (3): can you help
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: idk

79338588

Date: 2025-01-08 09:42:31
Score: 11 🚩
Natty: 5.5
Report link

How did you resolved the issue ?

Reasons:
  • RegEx Blacklisted phrase (3): did you resolved the
  • RegEx Blacklisted phrase (1.5): resolved the issue ?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Sudip Sikdar

79338563

Date: 2025-01-08 09:34:28
Score: 4
Natty:
Report link

Sorry, but the code from Black cat did not work to me. I got this: enter image description here

After much trial and error I got this code to work:

Application.PrintCommunication = False
With ActiveSheet.PageSetup
    .LeftHeader = ""
    .CenterHeader = "&L&H&S&V&D&L&H&S"
    .RightHeader = ""
End With
Application.PrintCommunication = True

It gives me enter image description here just as I want. But I can not say I understand how it works. It would be nice to do.

Reasons:
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: CamillaT

79338499

Date: 2025-01-08 09:08:20
Score: 4
Natty: 4
Report link

Here in 2025 and API still does not support it.

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

79338480

Date: 2025-01-08 09:00:17
Score: 4.5
Natty:
Report link

I can't comment so will probably delete the answer later but i think git attributes is the way to go. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_merge_strategies

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Euratus

79338476

Date: 2025-01-08 08:59:17
Score: 4.5
Natty:
Report link

If you would like to enable screen capture, you must start the application with the --allow-screencapture command line flag

More info : https://keepassxc.org/docs/KeePassXC_UserGuide

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ala GARBAA

79338470

Date: 2025-01-08 08:58:16
Score: 4.5
Natty:
Report link

i guess Hyunny is zzang............

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): ............
  • Low reputation (1):
Posted by: μ΄λ™ν˜„

79338456

Date: 2025-01-08 08:54:14
Score: 4.5
Natty: 4.5
Report link

Thanks @falselight, your right about this, for ubuntu you should put the GeoIP.conf in /etc/GeoIP.conf. worked for me

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @falselight
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Fritz

79338439

Date: 2025-01-08 08:47:12
Score: 5.5
Natty: 5
Report link

I am also trying to implement meta ads in iOS through bidding but can't get the code to, can you please share the meta setup to load ads using bidding.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please share
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Number One

79338436

Date: 2025-01-08 08:47:11
Score: 5
Natty:
Report link

Thank you for the response. I made some changes since I found differences between the ID token and access token issuer. However, I am still encountering the same error, with the same error message appearing in the ALB access logs.

ALB access login "authenticate" "-" "AuthInvalidIdToken"

The 'aud' field contains the app ID when I decode the token.

I created a new web application in Entra ID. Postman is working for "https://login.microsoftonline.com/xxxxxxxxxxxxxxx/openid/userinfo" but the "/v2.0/.well-known/openid-configuration" this returns userinfo endpoint as "https://graph.microsoft.com/oidc/userinfo". Postman is getting below error for /oidc/userinfo service.

"code": "InvalidAuthenticationToken", "message": "Access token validation failure. Invalid audience."

ALB Config Issuer: https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxxx/v2.0 Token endpoint: https://login.microsoftonline.com/organizations/oauth2/v2.0/token User info endpoint: https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration Authorization endpoint: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize Session cookie name: AWSELBAuthSessionCookie On unauthenticated: authenticate Scope: openid api://xxxxxxxxxxxxxxxxxxx/Files.Read

Is there anything that needs to be done to resolve this, please?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Is there any
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Filler text (0.5): xxxxxxxxxxxxxxx
  • Filler text (0): xxxxxxxxxxxxxxxxxxxxxx
  • Filler text (0): xxxxxxxxxxxxxxxxxxx
  • Low reputation (1):
Posted by: SevanZ

79338364

Date: 2025-01-08 08:16:58
Score: 11 🚩
Natty: 5.5
Report link

Did you get any solution for this issue ? I have similar kind of requirement and searching for a solution

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): I have similar
  • RegEx Blacklisted phrase (3): Did you get any solution
  • RegEx Blacklisted phrase (2): any solution for this issue ?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Satyajit Patil

79338362

Date: 2025-01-08 08:16:57
Score: 9 🚩
Natty: 4
Report link

I have kinda similar problem, i basically created java21 project with springmvc, and i want to use springdoc swagger in my project. This is my pom ` 4.0.0

<groupId>org.example</groupId>
<artifactId>test</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
    <maven.compiler.source>21</maven.compiler.source>
    <maven.compiler.target>21</maven.compiler.target>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
        <version>3.3.1</version>
        <exclusions>
            <exclusion>
                <artifactId>log4j-to-slf4j</artifactId>
                <groupId>org.apache.logging.log4j</groupId>
            </exclusion>
            <exclusion>
                <artifactId>spring-boot-starter-logging</artifactId>
                <groupId>org.springframework.boot</groupId>
            </exclusion>
            <exclusion>
                <groupId>org.apache.tomcat.embed</groupId>
                <artifactId>tomcat-embed-core</artifactId>
            </exclusion>
            <exclusion>
                <groupId>org.yaml</groupId>
                <artifactId>snakeyaml</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-tomcat</artifactId>
        <version>3.3.1</version>
        <scope>provided</scope>
        <exclusions>
            <exclusion>
                <groupId>org.apache.tomcat.embed</groupId>
                <artifactId>tomcat-embed-core</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>
        <version>3.3.1</version>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>org.springdoc</groupId>
        <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
        <version>2.6.0</version>
    </dependency>
    <dependency>
        <groupId>org.springdoc</groupId>
        <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
        <version>2.6.0</version>
    </dependency>
</dependencies>

<build>
    <finalName>test</finalName>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <version>3.10.1</version>
            <configuration>
                <source>21</source>
                <target>21</target>
            </configuration>
        </plugin>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-war-plugin</artifactId>
            <version>3.4.0</version>
        </plugin>
    </plugins>
</build>

and my properties file has springdoc.swagger-ui.path=/swagger-ui.html

and lastly my config:

@Configuration

public class SwaggerConfig {

@Bean
public OpenAPI api() {
    return new OpenAPI()
            .info(new Info().title("SpringShop API").description("Spring shop sample application").version("v0.0.1")
                    .license(new License().name("Apache 2.0").url("http://springdoc.org")))
            .externalDocs(new ExternalDocumentation().description("SpringShop Wiki Documentation")
                    .url("https://springshop.wiki.github.org/docs"));
}

} whe i run this project on my local tomcat 10.1.24, i get http 404 seen below http 404

in this link "http://localhost:8080/test/swagger-ui.html" what i am missing here please help thanks for advance

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (3): thanks for advance
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (1): i am missing here please
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ibrahim gΓΌven

79338349

Date: 2025-01-08 08:11:55
Score: 5
Natty:
Report link

I am looking for a complete exploit This website previously had an Xss-dom bug from jQuery I am looking for a complete exploit via the browser console

Excample:

POC Code $.parseHTML(")>");enter image description here

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alone

79338325

Date: 2025-01-08 08:02:52
Score: 4
Natty:
Report link

Add screen reader-friendly descriptions, for example: Ctrl + C "Press Control and C"

enter image description here

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

79338271

Date: 2025-01-08 07:39:46
Score: 11
Natty: 7.5
Report link

How did you solve this problem?

Reasons:
  • RegEx Blacklisted phrase (3): did you solve this problem
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How did you solve this
  • Low reputation (1):
Posted by: ΠœΠ°ΠΊΡΡƒΠ΄ Π₯ΠΎΠ»ΠΌΡƒΡ€ΠΎΠ΄ΠΎΠ²

79338252

Date: 2025-01-08 07:32:43
Score: 4
Natty:
Report link

Yesh, same issue I am getting while I am setting up my home server/lab for running my own stuff's.

Reasons:
  • RegEx Blacklisted phrase (1): same issue
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: iemkamran

79338232

Date: 2025-01-08 07:20:40
Score: 5.5
Natty: 5
Report link

I had the same problem and found this video, I think it would also help you: https://www.youtube.com/watch?v=5YhrMaFP4tY&t=315s&ab_channel=SARIFKHAN

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CosminVizitiu

79338216

Date: 2025-01-08 07:15:37
Score: 6 🚩
Natty:
Report link

https://github.com/CATIA-Systems/FMPy/issues/628 How to compile an FMU on Windows to be used in Mac?

I personally have not tried if this works but could these be relevant?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user28052008

79338215

Date: 2025-01-08 07:13:36
Score: 5.5
Natty: 4.5
Report link

HI above answers is not going to work in mobile view any idea? why is that so

Reasons:
  • Blacklisted phrase (1): any idea?
  • RegEx Blacklisted phrase (0.5): why is that
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: vishwaradhya

79338184

Date: 2025-01-08 06:56:32
Score: 4
Natty: 5
Report link

Where can I get the geoJson feature collection files

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Where can I
  • Low reputation (1):
Posted by: RAJARISHI B

79338105

Date: 2025-01-08 06:15:23
Score: 4.5
Natty: 5
Report link

I'm working with the Speech SDK in C#. I'd like to know if the latest version os speech SDK supports direct microphone input and the ability to store the captured audio in Azure Blob Storage?

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

79338103

Date: 2025-01-08 06:15:22
Score: 10.5 🚩
Natty: 6
Report link

I'm also facing the same issue. Were you able to resolve this? what model of the RF shield box are you using.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve this?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm also facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammed Safwan

79338058

Date: 2025-01-08 05:43:09
Score: 6 🚩
Natty:
Report link

what is the transport Activity used for.maybe a transport view can handle it.could you describe what you want in detail

Reasons:
  • RegEx Blacklisted phrase (2.5): could you describe what you
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what is the
  • Low reputation (1):
Posted by: Ted Lee

79338051

Date: 2025-01-08 05:39:06
Score: 7.5 🚩
Natty: 5
Report link

Thank you very much ..........................................

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (1.5):
  • Filler text (0.5): ..........................................
  • Low entropy (1):
  • Low reputation (1):
Posted by: Mr. RR

79338009

Date: 2025-01-08 05:14:00
Score: 4
Natty:
Report link

I have the same issue here, I followed a online video to create Identity propject. It uses below .net core 8, but my project is 8. when I run it, it shows the same error. My _jwtSettings.Key was 19 chars. I change it to longer. Than it works.

var symmetricSecurityKey = new SymmetricSecurityKey(Encoding.UTF8.GetBytes(_jwtSettings.Key));

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: paddywide

79337978

Date: 2025-01-08 04:44:53
Score: 11.5 🚩
Natty:
Report link

Facing the same problem here. Any solution?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: AJB

79337957

Date: 2025-01-08 04:21:48
Score: 9.5 🚩
Natty: 4.5
Report link

Did you find a solution for this? I'm having the same issue with the solid black reference

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution for this
  • Low reputation (1):
Posted by: Carlos Alberto Valencia

79337955

Date: 2025-01-08 04:20:47
Score: 4.5
Natty:
Report link

Could someone possibly do a video of extracting this? I pasted the 1st function in C1, and nothing happenedenter image description here.

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

79337829

Date: 2025-01-08 02:26:23
Score: 4
Natty:
Report link

Thank you Hasan! 4 simple steps and thats all she wrote!!!

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: AgenolM

79337667

Date: 2025-01-08 00:01:53
Score: 8.5
Natty: 7
Report link

Same question here, does anyone managed to get it working?

Reasons:
  • RegEx Blacklisted phrase (1): Same question
  • RegEx Blacklisted phrase (2): working?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Okeanos

79337604

Date: 2025-01-07 23:24:45
Score: 5
Natty: 5
Report link

It's available on Archive.org :) https://web.archive.org/web/20131111234110/https://waratek.com/blog/november-2013/introduction-to-real-world-jvm-memory-utilisation

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

79337505

Date: 2025-01-07 22:31:32
Score: 5.5
Natty: 4
Report link

I have the same problem, but the problem occurs before inserting the data to the database, Entity Framework is creating a query that truncates the string, the string is complete when calling the SaveChanges() method, but after checking the database logs, the query that Entity Framework creates, the string is truncated. I already set the parameters needed for Entity Framework to use the same values for the field in the database, which is a VARCHAR(MAX) field. I don't know what else to do, the string is always complete in my code, but Entity Framework keeps truncating it, and I don't have control over it.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rogelio RamΓ­rez

79337468

Date: 2025-01-07 22:02:24
Score: 7 🚩
Natty:
Report link

I am also facing the same issue.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Tak Rahul

79337435

Date: 2025-01-07 21:45:19
Score: 5
Natty: 4
Report link

cant you just use a when clicked block

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can
  • Low reputation (1):
Posted by: dr sues

79337407

Date: 2025-01-07 21:33:16
Score: 5.5
Natty:
Report link

I'm running into similar issues. I understand, @davidfowl, that Aspirate doesn't understand Azure resources. But some kind of supporting documentation to help us get through what is a very simple example would be nice.

I'm trying to build/deploy a .NET Orleans app with Aspire that is leveraging Blob/Table storage as the clustering/grain-state.

When deploying my project via Aspirate, I do get a bicep file for my storage account, but it doesn't appear to be executed as a part of the deployment.

When attempting to deploy via azd, it appears that my only option is to deploy to a Container Apps instance.

I've also attempted to do two separate deployments but continue to run into major problems.

  1. The storage account's name is a unique id generated from the resource group name. It is not clear how to pass the storage account's resource group name into the configuration settings for my Aspire AppHost so that it understands where to get the connection string from.

  2. Because I'm using Orleans there are way more environment variables that must be assigned instead of just the connection string in order for the Orleans app to even startup and recognize its providers properly. So, checking if the ExecutionContext is running vs publishing to override the connection string doesn't generate the details necessary for the Aspire Orleans package to pickup the configuration settings.

I would think this is a somewhat simple scenario for Aspire/Aspirate. Can we get some help or more documentation to support this?

Reasons:
  • RegEx Blacklisted phrase (1): help us
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @davidfowl
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Jeff Scherrer

79337366

Date: 2025-01-07 21:22:12
Score: 8 🚩
Natty: 4.5
Report link

I've got the same issue. Working from Arduino core with WiFiManager.h, can't handle to connect using ESP IDF and the protocol_examples_common.h

Have you ever solved this issue?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this issue?
  • RegEx Blacklisted phrase (2): Have you ever solved
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Fin3

79337342

Date: 2025-01-07 21:12:08
Score: 4.5
Natty: 5
Report link

What is the name of my dad dawood

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What is the
  • Low reputation (1):
Posted by: Dawood Mentoor

79337325

Date: 2025-01-07 21:01:05
Score: 6
Natty: 7.5
Report link

I tried that and it did not work. What is the next step for a solution to the server connection?

Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jori Dale

79337270

Date: 2025-01-07 20:33:57
Score: 6 🚩
Natty:
Report link

Perhaps this video is useful https://www.youtube.com/watch?v=1YIOHhz5FgI

Install 'Linux Debugger' in VS 2022

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: packonet

79337266

Date: 2025-01-07 20:33:57
Score: 5.5
Natty:
Report link

I am doing similar of downloading from SFC and running in IIS. Getting the below exception which I think it isn't getting the import maps correctly. Thanks in advance


Uncaught TypeError: Failed to resolve module specifier "vue". Relative references must start with either "/", "./", or "../".

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: joseph son

79337184

Date: 2025-01-07 19:59:47
Score: 6.5 🚩
Natty:
Report link

Which Magento version do you use here?

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: Vladimir Mihailovic

79337173

Date: 2025-01-07 19:55:46
Score: 4.5
Natty: 4
Report link

Kafka Streams left outer join on timeout

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

79337160

Date: 2025-01-07 19:49:44
Score: 4
Natty:
Report link

Is there any way to get the result to show in a cell? What I would like is to count the number of worksheets (including hidden sheets) that are in a workbook up to and including a sheet named "SAMPLE", and then have this number displayed in cell BA on a sheet titled "ADMIN".

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (0.5):
Posted by: ffc2004

79337143

Date: 2025-01-07 19:43:41
Score: 4
Natty: 4
Report link

Kind of a follow-up to this question - but on the on-premises side. If the on-premises terminating endpoint changes (say a new firewall appliance where it terminates), is it simply a matter of changing the public IP on the local Gateway?

Any steps on the on-prem side? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: user2736158

79337127

Date: 2025-01-07 19:32:37
Score: 8.5 🚩
Natty: 6.5
Report link

Did you ever get this to work? I am trying the same thing.

Reasons:
  • Blacklisted phrase (1): I am trying the same
  • RegEx Blacklisted phrase (3): Did you ever get this to
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Rusty_Gates

79337098

Date: 2025-01-07 19:17:33
Score: 7.5
Natty: 7
Report link

Can you please help? I want to exploit this vulnerability using the $.parseHTML function.

jQUery.1.12.4 Vulnerability

Reasons:
  • RegEx Blacklisted phrase (3): Can you please help
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you please help
  • Low reputation (1):
Posted by: user29096157

79337086

Date: 2025-01-07 19:09:30
Score: 4
Natty: 4.5
Report link

According to https://github.com/OmixVisualization/qtjambi/tree/bfa9c310ccc56434727ac6ff3d30bac68a527b45, it is very much in active development.

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

79337055

Date: 2025-01-07 18:54:26
Score: 4
Natty:
Report link
  1. Remove SceneDelegate.swift file
  2. Remove SceneDelegate methods from AppDelegate.swift
  3. Remove Application Scene Manifest from Info.plist file
  4. Add var window: UIWindow? to AppDelegate.swift
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ameer Hamza

79337033

Date: 2025-01-07 18:47:23
Score: 8
Natty: 7
Report link

I am experiencing the same issue recently. Did you manage to find a solution?

Reasons:
  • RegEx Blacklisted phrase (3): Did you manage to find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: elsa

79337007

Date: 2025-01-07 18:39:19
Score: 8 🚩
Natty:
Report link

Could you share, years later :) what was the problem? I am facing the same issue. The Advice is not set or executed.

Sincerely,

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kolo

79337005

Date: 2025-01-07 18:38:18
Score: 4.5
Natty:
Report link

I forgot to save the file lol!

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

79336964

Date: 2025-01-07 18:18:12
Score: 6.5 🚩
Natty: 4.5
Report link

yep, you were missing it, I have a quick question: My OKX wallet contains USDT, and I have the recovery phrase (channel cupboard south attend shrimp force spike toilet search position uncover question). How should I proceed to transfer them to Binance?

Reasons:
  • Blacklisted phrase (1): How should I
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: user29095118

79336963

Date: 2025-01-07 18:17:11
Score: 8 🚩
Natty: 4.5
Report link

this is my aproach to the problem but always failing in the 3 case, any ideas?

Reasons:
  • Blacklisted phrase (1): any ideas
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: MSL

79336945

Date: 2025-01-07 18:09:03
Score: 7.5 🚩
Natty: 5
Report link

can u explain your code just i want to learn

Reasons:
  • RegEx Blacklisted phrase (2.5): can u explain your code
  • RegEx Blacklisted phrase (1): i want
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can u
  • Low reputation (1):
Posted by: khald

79336944

Date: 2025-01-07 18:09:01
Score: 8.5 🚩
Natty:
Report link

Did you fix this, I have having the same issue and really confused as the user can see the files in the web interface just not in the;

_api/web/recycleBin

Reasons:
  • RegEx Blacklisted phrase (3): Did you fix this
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the same issue
  • Starts with a question (0.5): Did you fix this
  • Low reputation (1):
Posted by: Daniel Owen

79336899

Date: 2025-01-07 17:51:54
Score: 4
Natty:
Report link

DVC is saving files in the content-addressable way to be able to find the previous version of a file, directory. If you push files directly, the question is how do you find the previous state of the directory (e.g. if you need to remove some files?).

If you'd like to have files in a human-readable format, I would recommend a bit different setup / workflow.

Consider using DataChain + DVC as shown here, for example: https://github.com/shcheklein/example-datachain-dvc (+ DataChain gives a way to manage and query data granularly).

The difference for you in this case is that you push, upload, modify files directly in the cloud. DataChain captures a snapshot of a state of the bucket(s) when you need to produce a new version of a dataset and saves that snapshot into DVC.

So, instead of copying data into DVC, you are essentially saving a file with references to the original data. It's a different way of doing versioning if you wish where both tools work nicely together.

Reasons:
  • Blacklisted phrase (1): how do you
  • RegEx Blacklisted phrase (2.5): do you find the
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Shcheklein

79336767

Date: 2025-01-07 17:03:42
Score: 9
Natty: 9.5
Report link

Same here.

GLAD Website doesn't seem to give "KHR" and "glad" header files, When the tutorial says it will.

Does anybody know where to get these header files???

Reasons:
  • Blacklisted phrase (1): ???
  • Blacklisted phrase (1): anybody know
  • RegEx Blacklisted phrase (2): Does anybody know
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Dysmus

79336695

Date: 2025-01-07 16:34:35
Score: 5
Natty:
Report link

The default action for warning is "default" ("If a warning is reported and doesn’t match any registered filter then the β€œdefault” action is applied (hence its name)."), which means "print the first occurrence of matching warnings for each location (module + line number) where the warning is issued"

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

79336645

Date: 2025-01-07 16:22:31
Score: 4
Natty:
Report link

Same issue here. Started to happens today. My page is server-side rendered and its super light. I dont't know how to improve

Reasons:
  • RegEx Blacklisted phrase (1): Same issue
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Wesley Ferrera

79336535

Date: 2025-01-07 15:40:20
Score: 4
Natty: 4.5
Report link

This appears to be Microsoft's troubleshooting article related to this issue https://learn.microsoft.com/en-us/troubleshoot/sql/database-engine/install/windows/restore-missing-windows-installer-cache-files

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

79336498

Date: 2025-01-07 15:27:16
Score: 5
Natty: 6
Report link

YEAR(DATEADD(DAY, 4 - ((DATEPART(WEEKDAY, @date) + @@DATEFIRST - 2) % 7 + 1), @date))

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • User mentioned (1): @date
  • User mentioned (0): @date
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29093013

79336493

Date: 2025-01-07 15:27:15
Score: 7 🚩
Natty: 4.5
Report link

I am using the same loop like above. Could somebody give me any advice, why this loop "stucks" nearly 15 minutes and then suddendly it continues?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could somebody give me
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alex

79336382

Date: 2025-01-07 14:50:04
Score: 5
Natty: 6
Report link

Same here. Upgrading from React 16 to React 19, I am getting

React is not defined
ReferenceError: React is not defined

Everywhere where React was not imported. This should not be the case with React 19 anymore. I guess the issue is during the migration to React 19 from React 16 and it is somehow internal.

Any help very much appreciated!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any help
  • RegEx Blacklisted phrase (3): Any help very much appreciated
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: George Mylonas

79336366

Date: 2025-01-07 14:45:01
Score: 4
Natty:
Report link

Thanks @mkrieger1 I managed to fix my code and it's perfectly working now .

also a big thanks to @ggorlen The turtle move and being able to shoot several bullets at once is amazing and definitely what I wanted to complete next. You give me a big help that I can study and work on.

Thanks to both of you for your precious help.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): thanks
  • No code block (0.5):
  • User mentioned (1): @mkrieger1
  • User mentioned (0): @ggorlen
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Needle_Kane

79336364

Date: 2025-01-07 14:44:00
Score: 4.5
Natty:
Report link

GeoJSON was effective in producing the contours I needed.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29044372

79336354

Date: 2025-01-07 14:40:58
Score: 6.5 🚩
Natty: 6
Report link

Is it always the case for Teams channel?

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): Is it
  • Low reputation (1):
Posted by: Mira

79336351

Date: 2025-01-07 14:39:57
Score: 4.5
Natty: 5
Report link

top ! thank you for the answer !

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Greg