79454620

Date: 2025-02-20 13:13:46
Score: 11 🚩
Natty:
Report link

Parece que estás enfrentando un error relacionado con la exportación de Toast en HeroUI. Esto suele ocurrir cuando la biblioteca no está correctamente instalada o importada en tu proyecto.

Posibles soluciones: 1️⃣ Verifica la instalación de HeroUI Asegúrate de que la biblioteca esté instalada correctamente ejecutando:

bash Copy Edit npm install @heroui/react Luego, revisa que el import en tu archivo sea el correcto:

javascript Copy Edit import { Toast } from "@heroui/react"; Si Toast no está incluido en el paquete, puede que HeroUI haya cambiado la estructura de sus exportaciones en una actualización reciente.

2️⃣ Comprueba la versión de HeroUI Si el problema persiste, revisa la versión instalada con:

bash Copy Edit npm list @heroui/react Si estás usando una versión más reciente, revisa la documentación oficial de HeroUI para confirmar si Toast sigue siendo una exportación disponible.

3️⃣ Alternativa: Usa otra biblioteca de notificaciones Si necesitas una solución rápida, puedes considerar una alternativa como react-toastify, que es una opción popular y fácil de implementar:

bash Copy Edit npm install react-toastify Ejemplo de uso:

javascript Copy Edit import { toast } from "react-toastify"; toast.success("¡Notificación exitosa!"); Espero que esto te ayude a resolver el problema. Si también te interesa disfrutar de juegos en Android, puedes encontrar una opción confiable para Descargar Fortnite APK y jugar sin complicaciones. 🚀🎮

Reasons:
  • Blacklisted phrase (2): Espero
  • Blacklisted phrase (1): está
  • Blacklisted phrase (2.5): solucion
  • Blacklisted phrase (3): solución
  • RegEx Blacklisted phrase (2): encontrar
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jaun Elia

79454608

Date: 2025-02-20 13:10:45
Score: 5
Natty:
Report link

The answer has not to do with wasm, but more the datatype. on the typescript side i had to change the way the buffer was made:

https://github.com/pcace/weighted-straight-skeleton/blob/d84eddc9a25091433cccf1728ab71c305552a9be/src/wrapper/index.ts#L92-L107

on the cpp side the it also needed to be adapted to the type:

https://github.com/pcace/weighted-straight-skeleton/blob/d84eddc9a25091433cccf1728ab71c305552a9be/src/core/main.cpp#L183-L192

cheers. its working now :)

Reasons:
  • Blacklisted phrase (1): cheers
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: pcace

79454603

Date: 2025-02-20 13:06:44
Score: 4.5
Natty: 4
Report link

Please update ios version to 18.2.1

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

79454582

Date: 2025-02-20 12:57:42
Score: 5
Natty: 5.5
Report link

Ive got the same problem, maybe its a caching-plugin issue or elementor cache feature. When i try in a icognito-tab, it seems to work. But after deleting browser-cache, it appears once, looks like a bug or something else?

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

79454558

Date: 2025-02-20 12:51:40
Score: 4.5
Natty:
Report link

There should be no angle bracket right after 'link'

<link rel="stylesheet" href="css/normalize.css">

Check this link for more information

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Bidur Handique

79454457

Date: 2025-02-20 12:16:31
Score: 6 🚩
Natty:
Report link

I tried using it as we discussed, but it didn’t work. In fact, before posting on Stack Overflow, I had already tried using AnimatedSwitcher, but I couldn’t get a proper result. Right now, my only goal is that when dragging starts, the remaining FABs should smoothly slide into the empty space left by the dragged FAB. I am progressing step by step, and currently, I am not focusing on dropping because I have been struggling with this issue for two days. I have tried almost everything, including DeepSeek and ChatGPT-4, but I haven’t achieved a satisfying result. I have also experimented with multiple approaches myself.

As a reference, could you provide an example code where we can move colorful containers, and the remaining ones smoothly slide into the space left by the dragged container?

Reasons:
  • RegEx Blacklisted phrase (2.5): could you provide
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ali

79454427

Date: 2025-02-20 12:05:27
Score: 6 🚩
Natty:
Report link

Although this is a very old thread, I recently encountered this issue too.

Strange thing is that when debugging within Visual Studio, the received FormCollection contains "True"/"False" as values, but when I deploy it to run on Azure, it is "value"/empty.

I'm really breaking my head on this one, as I just reference the Microsoft.AspNetCore.App framework...

Does anyone have any idea about what is going on?

Reasons:
  • RegEx Blacklisted phrase (3): Does anyone have any idea
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Edwin

79454351

Date: 2025-02-20 11:38:20
Score: 9.5 🚩
Natty:
Report link

i am having exactly the same error and the same folders and it is absolutely bugling because i can't do anything at the moment. Have you resolved it? and how?

Reasons:
  • Blacklisted phrase (0.5): exactly the same error
  • RegEx Blacklisted phrase (1.5): resolved it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am having exactly the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Emmanuel Sharp

79454329

Date: 2025-02-20 11:30:17
Score: 5.5
Natty:
Report link

I think you need to update to the latest version 0.2.54. I got the same error and after updating it went away. However, I am getting error with Data Frames.

This link should help you out :) https://www.reddit.com/r/learnpython/comments/1isuc4h/yfinance_saying_too_many_requestsrate_limited/

Reasons:
  • Blacklisted phrase (1.5): m getting error
  • Blacklisted phrase (1): This link
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Super Londoner5

79454314

Date: 2025-02-20 11:26:16
Score: 6 🚩
Natty:
Report link

have you considered using icmplib instead?

https://pypi.org/project/icmplib/

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

79454257

Date: 2025-02-20 11:08:11
Score: 4.5
Natty:
Report link

https://github.com/stellar/stellar-protocol/blob/master/core/cap-0040.md

According to this, The hint shows the first last 4 bytes of the ed25519 public key.

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

79454246

Date: 2025-02-20 11:06:09
Score: 6 🚩
Natty:
Report link

Can we do this inside ExecuteTransactionRequest?

Reasons:
  • 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 we
  • Low reputation (1):
Posted by: adeel

79454203

Date: 2025-02-20 10:51:05
Score: 7
Natty: 7.5
Report link

How can we know if the database has been created with pg_createcluster?

Reasons:
  • Blacklisted phrase (1): How can we
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How can we
  • Low reputation (1):
Posted by: user619529

79454083

Date: 2025-02-20 10:13:55
Score: 4
Natty:
Report link

Is there an answer for this. I'm facing the same.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there an answer for this
  • Low reputation (1):
Posted by: Marc Uijterwijk

79454052

Date: 2025-02-20 10:03:52
Score: 6 🚩
Natty: 4
Report link

I can report we are facing similar issue as well

https://github.com/scylladb/scylla-cluster-tests/issues/9444

that we couldn't pinpoint

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing similar issue
  • Low reputation (0.5):
Posted by: Fruch

79453985

Date: 2025-02-20 09:43:46
Score: 8.5
Natty: 7.5
Report link

Great your script! The only one that works for me!

I'm not getting used to the new version of the accessibility inspector or I can't find the necessary information for AppleScript!

Could you help me change the number of the start and end page?

No matter how much I grope I can't do it...

Thank you in advance for your help!!!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • Whitelisted phrase (-1): works for me
  • RegEx Blacklisted phrase (3): Thank you in advance
  • RegEx Blacklisted phrase (3): Could you help me
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user29351553

79453984

Date: 2025-02-20 09:43:46
Score: 4
Natty: 4
Report link

The wait is finally over. It’s here! In preview now: https://learn.microsoft.com/en-us/azure/frontdoor/standard-premium/websocket#use-websocket-on-azure-front-door

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

79453970

Date: 2025-02-20 09:39:44
Score: 9 🚩
Natty: 4.5
Report link

i have same problem but not find the solution mathajax enter image description here

Reasons:
  • Blacklisted phrase (1): i have same problem
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sanket Sonawane

79453908

Date: 2025-02-20 09:14:36
Score: 6.5 🚩
Natty: 5
Report link

I tried with Chrome Browser and it worked - no "CORS Network Failure" error in sight. Could you give it a go again?

Reasons:
  • Whitelisted phrase (-1): it worked
  • RegEx Blacklisted phrase (2.5): Could you give
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ziurd

79453864

Date: 2025-02-20 08:58:32
Score: 9
Natty: 7.5
Report link

Can anyone please help to achieve Random 100% Read. I tried below command but getting both read and write. -i 0 1 is for sequential I need for random. -+p seems to be not working -R also same.

iozone -i 2 -+p 100 -t 4 -s 2G 64k -w -C-F /mnt/filel /mnt/file2/mnt/file3 /mnt/file4 -b output.xls

Thank you!

Regards, Priyank

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Regards
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (3): please help to
  • RegEx Blacklisted phrase (0.5): anyone please help
  • Contains signature (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Can anyone please help to
  • Low reputation (1):
Posted by: Priyank

79453859

Date: 2025-02-20 08:58:30
Score: 6.5 🚩
Natty: 6.5
Report link

Can anyone help how to create that I saw the GitHub issue link posted above but I couldn't figure out a solution.

Reasons:
  • RegEx Blacklisted phrase (3): Can anyone help
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can anyone help
  • Low reputation (1):
Posted by: Ricky Makhija

79453850

Date: 2025-02-20 08:54:29
Score: 4
Natty:
Report link

https://code.visualstudio.com/docs/?dv=win64

Just a option under the official download page... click System installer...

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

79453800

Date: 2025-02-20 08:39:24
Score: 6 🚩
Natty:
Report link

Ok, now I added the reference date at the beginning of dates_3M (and a rate at the beginning of rates_3M). I still get the error, that ql wants the fixing for August 26 2019, which I give him with the addFixing method and now I do get a dirty price and clean price. However, when I do

for c in floater.cashflows():
  print(c.date(), c.amount)

I get the error "Missing Euribor3M Actual/360 fixing for May 24th, 2019. So do I have to make a addFixing for that as well?

Reasons:
  • RegEx Blacklisted phrase (1): I still get the error
  • RegEx Blacklisted phrase (1): I get the error
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Maria Reinhardt

79453758

Date: 2025-02-20 08:21:20
Score: 4
Natty: 5
Report link

Well, it works very well for me. With Win 11 and MS Edge. Thanks Kyle.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Miguel Espinosa

79453689

Date: 2025-02-20 07:51:13
Score: 5.5
Natty:
Report link

I'm not sure I'm focusing on the right points, but you asked for future data?

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

79453620

Date: 2025-02-20 07:23:07
Score: 4.5
Natty:
Report link

flutter config --jdk-dir=JAVAPATH

https://docs.flutter.dev/release/breaking-changes/android-java-gradle-migration-guide

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

79453551

Date: 2025-02-20 06:52:59
Score: 4.5
Natty:
Report link

ng build --prod --build-optimizer

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

79453530

Date: 2025-02-20 06:38:55
Score: 4
Natty: 4.5
Report link

Situs yang luar biasa! Terima kasih telah menyediakan konten berkualitas tentang slot Indotip. Kami sangat menghargai informasi yang sangat berguna ini. Semoga lebih banyak orang menemukan peluang besar yang disediakan oleh game ini

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: slot indotip

79453502

Date: 2025-02-20 06:23:52
Score: 5.5
Natty:
Report link

I have exactly the same problem, but I already imported the globals.css file into my RootLayout and I still have the same error.

I have the feeling that this only happens when I have a page with few elements. It seems that somehow the UI renders before the styles and they are not applied, I don't know...

Reasons:
  • RegEx Blacklisted phrase (1): I still have the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have exactly the same problem
  • Me too answer (0): have the same error
  • Low reputation (1):
Posted by: Jonathan Galli

79453486

Date: 2025-02-20 06:17:50
Score: 15
Natty: 7
Report link

I have the same issue, but I can't get the microfrontend to apply Tailwind styles to its elements, while the host does. Did you find any solution?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jhon Soler

79453468

Date: 2025-02-20 06:07:47
Score: 4.5
Natty: 5.5
Report link

In my Angular code redirect-uri is working fine but in my react code it is not working I have to add 'postmessage' in the react code in redirect-uri. why is it so ??

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

79453461

Date: 2025-02-20 06:03:46
Score: 13 🚩
Natty: 6
Report link

Have you found any solution yet? I am also facing the same issue

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (2.5): Have you found any solution yet
  • RegEx Blacklisted phrase (2): any solution yet?
  • Low length (1.5):
  • 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: Haris Hummam

79453428

Date: 2025-02-20 05:42:40
Score: 5.5
Natty:
Report link

I'm in the exact same dillema. Just so confused how they have this documentation on the transaction webhooks, but you can't specifically choose to listen to those events and you can others. Did you ever figure this out?

I'm hoping you don't have to subscribe for transaction notifications and you'll just receive them. I'll see tonight as I have transactions who should settle.

I also found this similar issue where support seemed to say that it's so unlikely for it to not settle that they don't have webhook notification for it. This was 8 years ago and again seems very odd with financial transactions.

Also, there are other plenty of other webhook events missing from the possible list of events to listen to.
a list of webhook event types in the documentation

Reasons:
  • Blacklisted phrase (1): this document
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Evan Fisher

79453373

Date: 2025-02-20 05:00:32
Score: 4.5
Natty: 5.5
Report link

have you tried docling? Did you do any progress on the markdown / chunking etc. side?

Reasons:
  • Whitelisted phrase (-1): have you tried
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nikhil

79453359

Date: 2025-02-20 04:55:30
Score: 4.5
Natty:
Report link

The version_id must be URL encoded

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

79453332

Date: 2025-02-20 04:26:25
Score: 9.5
Natty: 8
Report link

Считаете это "хорошей" идеей создать локальный файл, а потом опять его считать?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low reputation (1):
Posted by: Павка

79453308

Date: 2025-02-20 03:59:19
Score: 4.5
Natty:
Report link

I don't have enough 'reputation' yet to comment on answers, but just to clarify the accepted answer a bit - it seems that Blackboard requires you to send the client ID and secret (base64 encoded) to the endpoint when requesting a token. Like basic authentication: https://docs.anthology.com/docs/blackboard/rest-apis/getting-started/basic-authentication

Reasons:
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1.5): reputation
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: zpottie

79453289

Date: 2025-02-20 03:45:16
Score: 4
Natty:
Report link

This question has already answered

Here. This question is duplicate, i request some of the highest reputation contributors to close the question. I just wanted to comment, but I can't because I'm using my mobile

Reasons:
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1.5): reputation
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Nalan PandiKumar

79453287

Date: 2025-02-20 03:43:15
Score: 4
Natty:
Report link

Cloudinary issue - working fine now

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

79453276

Date: 2025-02-20 03:35:13
Score: 7 🚩
Natty: 5.5
Report link

I have a question to Mr. Veverke (or anyone who can help) Your Google Drive Direct Link Generator works perfectly. Do you have a similar tool to generate a permanent URL of an HTML file stored on Google Drive. I need this URL to embed that HTML (a 3D model) on my website. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1.5): I have a question
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gr Abr

79453238

Date: 2025-02-20 03:02:05
Score: 9.5 🚩
Natty: 5.5
Report link

I'm also having the same problem, can you please solve it?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm also having the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lindaman_lo

79453179

Date: 2025-02-20 02:12:56
Score: 5
Natty: 5
Report link

Does your schema have the interaction metadata fields that you are passing in as contextual information have those fields listed as categorical?

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

79453159

Date: 2025-02-20 01:52:52
Score: 7 🚩
Natty: 6
Report link

None of the options above work for me, is there any other way?

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Astra

79453146

Date: 2025-02-20 01:36:48
Score: 11 🚩
Natty:
Report link

Could you solve it? I have the same problem

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (2): Could you solve
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Derian Yampierre Guerrero Leva

79453128

Date: 2025-02-20 01:19:44
Score: 7.5 🚩
Natty: 4.5
Report link

would this be the same if I was using flutter? because I have the same error.

Reasons:
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Stuka Labs

79453076

Date: 2025-02-20 00:30:35
Score: 5.5
Natty: 5.5
Report link

I did all of this and nothing has worked. what else should I do?

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

79453074

Date: 2025-02-20 00:29:34
Score: 4
Natty:
Report link

Change tl.device_print(pid) to tl.device_print("pid",pid)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mehdi si-mohammed

79452982

Date: 2025-02-19 23:05:17
Score: 12
Natty: 7.5
Report link

Hi did you found any solution for the above bug?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you found any solution
  • RegEx Blacklisted phrase (2): any solution for the above bug?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Supun Vindula

79452936

Date: 2025-02-19 22:39:10
Score: 13 🚩
Natty: 6
Report link

oh, same error:( Did you fix it?

Reasons:
  • RegEx Blacklisted phrase (3): Did you fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • RegEx Blacklisted phrase (1): same error
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: kim

79452911

Date: 2025-02-19 22:25:07
Score: 4.5
Natty: 4.5
Report link

I came up with this solution which could be solved within a docker container: proof of concept - macvlan - docker to host communication

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

79452904

Date: 2025-02-19 22:18:05
Score: 4.5
Natty: 5
Report link

There is a math:pow function:

math:pow( $x as xs:double?, $y as xs:numeric ) as xs:double?

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

79452901

Date: 2025-02-19 22:18:04
Score: 6 🚩
Natty: 5
Report link

The accepted solution solves the issue, but now the cursor stopped hiding while typing... Is there any way to keep both the way it's always been?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: TheLazyHangman

79452875

Date: 2025-02-19 22:04:00
Score: 10.5
Natty: 7.5
Report link

I have the same problem. is this solved?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dexter Chew

79452843

Date: 2025-02-19 21:43:56
Score: 5.5
Natty: 4.5
Report link

Check out this article about authflows

AuthFlow misconfigurations

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sam Mirov

79452828

Date: 2025-02-19 21:34:52
Score: 6 🚩
Natty:
Report link

https://www.youtube.com/watch?app=desktop&v=QHz1Rs6lZHQ&t=1s&ab_channel=DAIMTODeveloperTips

This was the solution for me, i needed to pass only https://yukkiewqr.eu.pythonanywhere.com/accounts/google/login/callback/

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Yuki

79452763

Date: 2025-02-19 21:04:44
Score: 4.5
Natty:
Report link

The problem was with the frame as it is obsolete and changing it to border did the trick thanks to @Bhavanesh

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Bhavanesh
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Shakoor Alam

79452736

Date: 2025-02-19 20:50:41
Score: 5
Natty: 4
Report link

I'm facing an issue with bulk editing in my .NET application using NHibernate. When I update field X after starting the application, it works fine. However, when I try to update another field using bulk edit, NHibernate generates the same UPDATE query as before, but assigns the new value to X instead of updating the intended field.

I'm using an Update function that accepts a lambda expression. The function starts by opening a stateless session and closes it after the update. My NHibernate configuration has both first-level and second-level caching disabled.

I've tried the following, but the issue persists:

Using transactions

Opening a session and calling Clear() before updating

Ensuring caching is disabled

Despite these attempts, NHibernate always generates an UPDATE query targeting X, causing incorrect values to be stored in the database.

How can I resolve this issue?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): How can I resolve this issue?
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Hazem Abbassi

79452699

Date: 2025-02-19 20:32:36
Score: 4
Natty:
Report link

I've Already Included an answer as this took me 2 days to figure out.

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

79452665

Date: 2025-02-19 20:15:32
Score: 4.5
Natty:
Report link

I had the same issue, where I have code that was using List.IsNullOrEmpty(). Turns out that it was a breaking change from the Microsoft.IdentityModel.Tokens library when it updated to version 8.0.

I initially found this article: https://adamstorr.co.uk/blog/microsoft.identitymodel.tokens-has-finally-fixed-isnullorempty-foobar/

There is another StackOverflow entry with additional information: https://stackoverflow.com/a/77747664/17390042

That entry points to the github issue thread here: https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/1722

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: pjorgen

79452664

Date: 2025-02-19 20:15:32
Score: 4
Natty:
Report link

As of Spring '25 release, the View All Fields (Global) which is the system permission is currently only available for some of the data cloud licenses.

Refer to this link for more information: https://ideas.salesforce.com/s/idea/a0B8W00000MkjC7UAJ/permission-sets-readedit-all-fields-permission

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: sumankanth kuruba

79452621

Date: 2025-02-19 19:58:27
Score: 11
Natty: 7.5
Report link

As I can't find the answer nowhere too, can you tell me how did you manage it?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you tell me how
  • RegEx Blacklisted phrase (3): did you manage it
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ettore

79452619

Date: 2025-02-19 19:57:26
Score: 5.5
Natty: 6
Report link

Shorts on Youtube are now allowed to be up to 3 minutes long. Has the API been updated for this?

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

79452560

Date: 2025-02-19 19:32:19
Score: 8 🚩
Natty: 4.5
Report link

Contribution ID ms.vss-admin-web.org-admin-members-data-provider is not working, Do you know why?.

Reasons:
  • Blacklisted phrase (0.5): why?
  • RegEx Blacklisted phrase (2.5): Do you know why
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CAMILO MOSQUERA CAICEDO

79452521

Date: 2025-02-19 19:17:16
Score: 5
Natty: 5
Report link

Here is the article where explained pure and impure functions: https://medium.com/me/stats/post/6c1ae1e6b054

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

79452503

Date: 2025-02-19 19:10:13
Score: 12.5 🚩
Natty:
Report link

Me pasó ese mismo problema, hace rato. Desde que actualicé a w11 hace 2 años.

La solución es:

Cerrar el programa

Abrirlo con permisos de admin

Desinstalar los servicios que te dan error

Cerrar y vovler a abrir como admin

Instalarlos nuevamente y vovler a reiniciar el programa

Por añadido también me daba un error al cerrar, la instalación la hice desde cero mil veces pero tampoco corregía este problema. hay que borrar el "xampp-control.ini" con el programa cerrado. una vez se abre te pregunta el idioma y se configura desde cero.

Espero sea de ayuda!

Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (2): Espero
  • Blacklisted phrase (3): solución
  • Blacklisted phrase (2): pregunta
  • RegEx Blacklisted phrase (2.5): mismo
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Emiliano Abel Núñez

79452422

Date: 2025-02-19 18:41:06
Score: 4
Natty:
Report link

Try fetching all heads but you'll need to enable it first firstteamcity.git.fetchAllHeads=true

It may also be worth checking if the remote repo is fine by using another client like tortoisegit?

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

79452408

Date: 2025-02-19 18:31:03
Score: 4.5
Natty:
Report link

Good Afternoon,

Here at Futurex, we have a dedicated service offering for this exact scenario.

https://aws.amazon.com/marketplace/pp/prodview-htkrgfz6hxeyk?sr=0-5&ref_=beagle&applicationId=AWSMPContessa

If you prefer not to click links here, simply Google AWS Marketplace and Futurex, scroll to the bottom and expand on "Futurex Key Management as a Service (KMaaS) for AWS Payment Cryptography"

Can also email [email protected] and will be routed to me and we can connect for additional discussion.

Best Regards, Jason

Reasons:
  • Blacklisted phrase (0.5): Best Regards
  • Blacklisted phrase (1): Regards
  • Blacklisted phrase (1): Good Afternoon
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jason Way

79452342

Date: 2025-02-19 18:02:57
Score: 5
Natty: 4.5
Report link

My questions are:

Distinguishing Normal Code from TVL Data: How can we design the parser to reliably differentiate between a TVL-structured segment and regular code? Handling Variable Lengths Robustly: What strategies or best practices would you recommend for dealing with scenarios where the length field might be misleading (e.g., too large or too small relative to the actual data available)? Especially when handling large datasets, what potential pitfalls should we be aware of, and how can we avoid issues with redundant or misinterpreted data?

Reasons:
  • Blacklisted phrase (1): How can we
  • Blacklisted phrase (1): how can we
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Utkarsh Srivastava

79452337

Date: 2025-02-19 18:00:56
Score: 4.5
Natty:
Report link

Not sure why this has solved the problem, but I deleted the code lines to clear the ComboBoxes within the sub UserForm SelPost before unloading the userForm and the issue disappeared.

If anyone can explain why this worked, please share.

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Chely Jackson

79452316

Date: 2025-02-19 17:51:54
Score: 4.5
Natty: 5
Report link

Thank you! This was driving me crazy!

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

79452260

Date: 2025-02-19 17:32:48
Score: 4.5
Natty:
Report link

I found this article. Maybe it will help you:

https://christianhelle.com/2025/01/scalar-azure-authentication.html

Example: https://github.com/christianhelle/ScalarAzureAuthentication

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: bgz

79452259

Date: 2025-02-19 17:30:48
Score: 6.5 🚩
Natty: 5
Report link

your answer works for the wheelPicker but it needs SectionsWheelPicker. I have the same problem, I can't change the baground color.

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

79452258

Date: 2025-02-19 17:30:47
Score: 4
Natty:
Report link

Try changing http to https in action.

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

79452254

Date: 2025-02-19 17:28:46
Score: 4.5
Natty:
Report link

SELECT EXTRACT(DOW FROM NOW());

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yesenia Emilia Montero Garcia

79452251

Date: 2025-02-19 17:28:46
Score: 5
Natty:
Report link

The answer, as suggested by @caldazar was to define a provider in the scope, in this case adding the region, that was missing. Follow Getting error as "The scope is not valid., field: SCOPE_VALUE, parameter: CLOUDFRONT", in terraform to get more details about the solution

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @caldazar
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Carabes

79452239

Date: 2025-02-19 17:21:44
Score: 5
Natty: 7
Report link

Lograste realizar la integración de jitzy utilizando expo?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Erick Figueroa Castillo

79452197

Date: 2025-02-19 17:07:40
Score: 4
Natty:
Report link

Try clearing your chrome cache

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

79452175

Date: 2025-02-19 16:58:37
Score: 7.5 🚩
Natty: 4.5
Report link

Please check this link. (https://github.com/chiragkumar8/input-date-masking) I think it will be helpful for you.

Reasons:
  • Blacklisted phrase (1): Please check this
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: thecreation

79452145

Date: 2025-02-19 16:50:34
Score: 6 🚩
Natty: 4
Report link

"Hi, For me this wasn't the solution, after recreating the table (same statement) the copy activity worked." This solution did not work for me, anyone please suggest any other workaround.

Reasons:
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (2.5): please suggest
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Alex

79452141

Date: 2025-02-19 16:49:33
Score: 4.5
Natty: 6
Report link

AWS has this article to use defender metrics https://aws.amazon.com/blogs/iot/how-to-get-started-with-the-new-disconnected-duration-metric-in-aws-iot-device-defender/

Reasons:
  • Blacklisted phrase (1): this article
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Charles

79452126

Date: 2025-02-19 16:43:32
Score: 4
Natty:
Report link

I posted before rebooting. It works again. I'll have to play around and see what works and what doesn't. Sorry for the noise.

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

79452108

Date: 2025-02-19 16:34:29
Score: 4.5
Natty: 4
Report link

the babies in the bus go round

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

79452016

Date: 2025-02-19 16:07:22
Score: 6 🚩
Natty:
Report link

Me too, can't find a solution.😫

Reasons:
  • RegEx Blacklisted phrase (2): can't find a solution
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kiwi 2333

79451954

Date: 2025-02-19 15:46:16
Score: 5.5
Natty: 7
Report link

thank you very much, thats help me.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): help me
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Smart gamers City

79451941

Date: 2025-02-19 15:41:14
Score: 8.5 🚩
Natty: 6
Report link

Have you found a solution for this? I currently have the same problem :D

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution for this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): have the same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Jonas

79451935

Date: 2025-02-19 15:41:13
Score: 4.5
Natty:
Report link

I tride do chang to different action from this link https://github.com/marketplace/actions/publish-github-release-artifacts there no siple way to publish a release HTML files from proccesed folder?

name: Release HTML Files

on:
  push:
    tags:
      - "v*"


jobs:
  build:
    name: Build Presets
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        name: checkout GITHUB code
      - name: Pobranie numeru wersji z taga
        id: get_version
        run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_ENV
      - run: scripts/process_presets.sh .
        name: process HTML
      - run: ls tmp/
        name: List Files
      - name: Upload ARMADA to Release
        uses: SierraSoftworks/[email protected]
        with:
          token: ${{ github.token }}
          overwrite: 'true'
          files: "tmp/*.html"
Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: utek

79451911

Date: 2025-02-19 15:33:10
Score: 13 🚩
Natty: 6.5
Report link

I have a same problem but I'm unable to figure out why its happening. it's not works in my case what should I do? Could you please help me?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (2): what should I do
  • RegEx Blacklisted phrase (3): Could you please help me
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have a same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: amit solanki

79451899

Date: 2025-02-19 15:29:09
Score: 6 🚩
Natty:
Report link

Can you show us the content of the /etc/nginx/nginx.conf?

Could be that the config is still referencing the certificates as mentioned here: I ran "certbot delete --cert-name". Failed to restart Nginx

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you show us
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Francesco Scheffczyk

79451891

Date: 2025-02-19 15:25:08
Score: 4.5
Natty: 4
Report link

You can take a look on release notes of v2.5.cr1 https://debezium.io/blog/2023/12/14/debezium-2-5-cr1-released/

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

79451887

Date: 2025-02-19 15:23:07
Score: 5.5
Natty: 5
Report link

i'm triying to set an output variable from octopus, but i cannot use it, there is a way to check if the variable is created correctly?

Reasons:
  • Blacklisted phrase (0.5): i cannot
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alejandro Quevedo

79451878

Date: 2025-02-19 15:22:06
Score: 4
Natty:
Report link

I've written an AI-generated completion script for alembic here

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

79451807

Date: 2025-02-19 15:00:00
Score: 4
Natty:
Report link

why not use Clerk. It has out-of-the-box functionality for many authentication providers.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): why not use
  • Low reputation (1):
Posted by: Sanjeev Kumar

79451711

Date: 2025-02-19 14:33:52
Score: 7.5 🚩
Natty: 4.5
Report link

did you find the solution ? I have quit the same issue.

Reasons:
  • RegEx Blacklisted phrase (3): did you find the 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 find the solution
  • Low reputation (1):
Posted by: swordse

79451692

Date: 2025-02-19 14:29:51
Score: 4
Natty:
Report link

Can you give any example for the invalid JWT? If you receive 400 code, your JWT Token might be malformed. For example;

{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1617201283,
  "scope": "read:data"
}

This token doesn't have "write:data" right. But if you send

{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1617201283,
}

This token might be considered as malformed.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you give
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you give any
  • Low reputation (1):
Posted by: Ali İhsan TAŞDELEN

79451662

Date: 2025-02-19 14:20:48
Score: 7 🚩
Natty:
Report link

Thanks for your advice, @geoand and @zforgo.

The beans were not properly registered. Combining your solutions solved the issue. Everything works fine now !

Thank you for your help!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-0.5): Thank you for your help
  • RegEx Blacklisted phrase (3): Thanks for your advice
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @geoand
  • User mentioned (0): @zforgo
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Laurent_LDNR

79451660

Date: 2025-02-19 14:20:48
Score: 5
Natty: 5.5
Report link

note there's also this great tool https://github.com/newren/git-filter-repo

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

79451627

Date: 2025-02-19 14:11:45
Score: 4.5
Natty:
Report link

Is it possible to remove the parent if it contains certain attribute and then link the child to parents parent which matches the attribute?

For example I have a tree that is mix of object and groups, objects and groups have a unique attribute to differentiate between groups and object. In this case is it possible to get object 1 as parent to object 2 and Object 3 by omitting the groups in between?

<Group="GroupA" uniqueidentifier="123">
   <Object="Object1" uniqueidentifier="456"
        <Group="GroupB" uniqueidentifier="123">
           <Object="Object2" uniqueidentifier="456"
    <Group="GroupC" uniqueidentifier="123">
           <Object="Object3" uniqueidentifier="456"
Reasons:
  • Blacklisted phrase (1): Is it possible to
  • Blacklisted phrase (1): is it possible to
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: user29711909

79451621

Date: 2025-02-19 14:09:44
Score: 15.5 🚩
Natty: 5.5
Report link

We have the same issue using the Polygon Amoy Testnet. Did you resolve it? How did you resolve it? Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Did you resolve it
  • RegEx Blacklisted phrase (3): did you resolve it
  • RegEx Blacklisted phrase (1.5): resolve it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marco La Franca

79451608

Date: 2025-02-19 14:05:43
Score: 4.5
Natty:
Report link

What happens when you load the script into PowerShell_ISE and either run it F5 or highlight the entire script and run it with F8?

Can you tell us more about the script. Did you type it up yourself or did you copy paste it from the internet, or did you download a PS1 file from the Internet?

It also sounds like your organization could possibly have Group Policies in place that might be preventing you from running scripts.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you tell us
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Vern_Anderson

79451571

Date: 2025-02-19 13:55:40
Score: 4
Natty: 4.5
Report link

See: https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration which suggests adding git config --global core.autocrlf true as does https://bornsql.ca/blog/the-hell-of-git-line-endings-and-the-not-so-simple-fix/

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