79582432

Date: 2025-04-19 13:22:23
Score: 7.5 🚩
Natty: 5
Report link

i have searched alot and find that you should be with the backend or you should have access at the system files ( will not happen ), so do you find anything else ?

Reasons:
  • RegEx Blacklisted phrase (2.5): do you find any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kerlos Magdy

79582353

Date: 2025-04-19 11:54:03
Score: 9 🚩
Natty: 4.5
Report link

Did you to solve the problem? I encountered the same error

Reasons:
  • RegEx Blacklisted phrase (3): Did you to solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • 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 to solve the
  • Low reputation (1):
Posted by: Boris

79582327

Date: 2025-04-19 11:35:59
Score: 4
Natty:
Report link

sdfghjkjhgfdsfghjhgfdfghyjuyhgtrfdeerfgthyygt

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: Ирина Шинкаренко

79582194

Date: 2025-04-19 08:57:23
Score: 4.5
Natty:
Report link

I disabled all the breakpoints and ran again. It worked. Thanks to SpringBoot app takes ages to start in debug mode only

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): It worked
  • 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: Emmutua

79582144

Date: 2025-04-19 08:03:08
Score: 4
Natty: 4.5
Report link

thank you Henil Patel your code works

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

79582143

Date: 2025-04-19 08:02:08
Score: 8
Natty: 7
Report link

So, a question related to this. How do I dynamically create an instance of an object that is 1 of many that implement an interface? For example, in the example above, say there are 3 types of user, but I only want to create an instance of 1 of them at any given moment. I suppose you could put each of them in their own class or method and call the appropriate class/method, but that adds an extra unneeded level of abstraction. Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): How do I
  • RegEx Blacklisted phrase (3): Thanks in advance
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: matthew

79582113

Date: 2025-04-19 07:16:57
Score: 4
Natty: 4.5
Report link

If someone still needs answer to this question, they can check here:

https://en.delphipraxis.net/topic/13012-tbutton-change-font-color

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

79582082

Date: 2025-04-19 06:24:46
Score: 4
Natty:
Report link

If I replace this line of code in your second script, it works.

timesteps, nx, ny = hraw.shape

With random data, because we don’t know how you load the h raw and uraw.

timesteps, nx, ny = 174, 200, 50 
hraw = np.random.rand(timesteps, nx, ny)  # Example-horizontal data 
uraw = np.random.rand(timesteps, nx, ny)  # Example-speed data

Does this not look like what you are searching for, or please explain your target. How do you load your data?

Reasons:
  • Blacklisted phrase (1): How do you
  • RegEx Blacklisted phrase (2.5): please explain your
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Hermann12

79582054

Date: 2025-04-19 05:48:37
Score: 4.5
Natty:
Report link

i am also trying if you get any solution of it . share to mee also it's my final year project that why i also dont get this permissions .

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dk.trading 1010

79582030

Date: 2025-04-19 05:01:27
Score: 4.5
Natty:
Report link
from fpdf import FPDF
import os
from PIL import Image

class PDF(FPDF):
    def header(self):
        self.set_font("Arial", 'B', 16)
        # Aquí podrías agregar un logo o algo más si deseas
    
    def chapter_title(self, title):
        self.set_font("Arial", 'B', 16)
        self.cell(0, 10, title, ln=True, align='C')
        self.ln(5)
    
    def chapter_body(self, body):
        self.set_font("Arial", '', 12)
        self.multi_cell(0, 10, body)
        self.ln()

pdf = PDF(format='A4')
pdf.set_auto_page_break(auto=True, margin=15)

# Ejemplo: agregar portada
pdf.add_page()
pdf.chapter_title("Coloreando mis emociones")
# Suponiendo que tengas una imagen de portada en color en la ruta especificada
portada = "/mnt/data/tu_portada_color.png"  # Asegúrate de cambiar la ruta
if os.path.exists(portada):
    pdf.image(portada, x=10, y=30, w=pdf.w - 20)
pdf.ln(20)

# Agrega la dedicatoria
pdf.add_page()
pdf.chapter_title("Dedicatoria")
dedicatoria_text = (
    "Para mis hijos,\n\n"
    "Ustedes me enseñan cada día, me muestran un mar de emociones. "
    "Un día lloramos de risa y al rato lloramos porque estamos tristes. "
    "Cada momento es algo nuevo, una aventura. Nos peleamos, nos enojamos, nos abrazamos, "
    "nos reconciliamos y nos amamos… Siempre, en todo momento, nos acompañamos. "
    "Somos unidos, y cada uno tiene su propia personalidad y complementa al otro. "
    "No somos perfectos, somos humanos y tratamos de encajar en la vida del otro."
)
pdf.chapter_body(dedicatoria_text)

# Agrega la introducción para adultos
pdf.add_page()
pdf.chapter_title("Introducción para adultos")
intro_text = (
    "Este libro fue pensado con mucho cariño para acompañar a los peques en el descubrimiento de sus emociones. "
    "Colorear, identificar lo que sienten, y ponerle nombre a esas sensaciones ayuda a crecer y construir vínculos más sanos. "
    "Acompañar este proceso con amor y atención es fundamental. ¡Disfruten del viaje!"
)
pdf.chapter_body(intro_text)

# Continúa agregando cada sección (Guía, Presentación, cada emoción, versión abreviada, reflexión final, diploma...)
# Aquí va como ejemplo la Guía y la Presentación
pdf.add_page()
pdf.chapter_title("¿Cómo usar este libro?")
guia_text = (
    "1. Observen la ilustración y conversen sobre lo que ven.\n"
    "2. Coloreen libremente, sin importar si usan los colores “reales” o de su elección.\n"
    "3. Lean la frase que acompaña cada emoción y compartan lo que les inspira.\n"
    "4. Resuelvan la actividad breve: e.g., “¿Qué me da miedo?”.\n"
    "5. Conversen y validen lo que sienten. No existen respuestas correctas."
)
pdf.chapter_body(guia_text)

pdf.add_page()
pdf.chapter_title("¡Hola, peques!")
presentacion_text = (
    "¡Hola, peques!\n\n"
    "Este libro es para vos. Aquí vas a descubrir, dibujar y conocer tus emociones. "
    "Cada página es tuya para colorear, imaginar y sentir. ¡Vamos a comenzar este viaje juntos!"
)
pdf.chapter_body(presentacion_text)

# Agrega más páginas según cada emoción y actividad...
# Por ejemplo:
pdf.add_page()
pdf.chapter_title("¿Qué me da miedo?")
# Agrega la imagen de la emoción
emocion_img = "/mnt/data/A_black_and_white_line_drawing_coloring_page_for_c.png"  # Actualiza la ruta
if os.path.exists(emocion_img):
    pdf.image(emocion_img, x=15, w=pdf.w - 30)
# Puedes agregar un texto de actividad si lo deseas
pdf.chapter_body("Colorea la imagen y después escribe o cuenta: ¿Qué te da miedo?")

# Al final, agrega la reflexión final y el diploma...
pdf.add_page()
pdf.chapter_title("Reflexión final")
reflexion_text = (
    "Reconocer nuestras emociones y aprender a expresarlas no solo nos ayuda a conocernos mejor, "
    "sino que también nos permite convivir en armonía con los demás. La educación emocional es una herramienta "
    "valiosa en los tiempos que vivimos, una base fundamental para crecer, aprender y construir vínculos más sanos. "
    "Que este libro sea una puerta abierta para descubrir ese mundo interior que habita en cada niño, en cada familia, "
    "y en cada corazón."
)
pdf.chapter_body(reflexion_text)

pdf.add_page()
pdf.chapter_title("Diploma de Explorador de Emociones")
diploma_text = (
    "Este diploma se otorga a: _________________________\n\n"
    "Por haber recorrido este camino de emociones, reconociendo y aprendiendo a expresarlas. "
    "¡Felicitaciones por dar el primer paso hacia el crecimiento personal!"
)
pdf.chapter_body(diploma_text)

# Guarda el PDF final
pdf_output_path = "/mnt/data/Explorador_de_Emociones_Maruk.pdf"
pdf.output(pdf_output_path)
print("PDF generado en:", pdf_output_path)
Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (1): Cómo
  • Blacklisted phrase (1): porque
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: María Fernández

79582012

Date: 2025-04-19 04:17:19
Score: 5
Natty:
Report link

https://www.youtube.com/watch?v=DvnS32n6RQk

this might work, this is an yt video where he teaches in hindi

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

79582008

Date: 2025-04-19 04:06:15
Score: 6 🚩
Natty: 5
Report link

Hey got stuck in same process, can someone please explain how can I get access so that I can connect that with n8n

Reasons:
  • Blacklisted phrase (0.5): how can I
  • RegEx Blacklisted phrase (2.5): can someone please explain how
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Vijay Y

79581993

Date: 2025-04-19 03:24:06
Score: 4
Natty: 4
Report link

just drag the pop up box with your mouse to the desired position.

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

79581950

Date: 2025-04-19 01:52:47
Score: 9 🚩
Natty:
Report link

Can You provide your python code?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can You provide your
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can You
  • Low reputation (1):
Posted by: Praveen De Silva

79581917

Date: 2025-04-19 00:42:34
Score: 4
Natty:
Report link

i want downgrade my XCode to 16.2 too but failed to download from apple developer website.

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

79581913

Date: 2025-04-19 00:32:32
Score: 4
Natty: 4.5
Report link

before the Hangup() just add a line

same => n,Playback(THANKYOUFILE)

Reasons:
  • Blacklisted phrase (1): THANKYOU
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: billbarron

79581729

Date: 2025-04-18 21:13:43
Score: 4.5
Natty: 4.5
Report link

FIS_AUTH_ERROR RN Firebase Cloud Messaging Answer work for me :

https://medium.com/@ajprince0607/resolving-firebase-messaging-error-in-react-native-fis-auth-error-9b5bfba5649a

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

79581677

Date: 2025-04-18 20:31:32
Score: 9.5 🚩
Natty: 4.5
Report link

Please help me to see when is made this picture

6f527c31-bd78-4d7f-b156-a8020b0cd027.jpeg

Please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me to
  • RegEx Blacklisted phrase (3): Please help me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: C M

79581661

Date: 2025-04-18 20:15:26
Score: 7.5 🚩
Natty: 5
Report link

I got same the issue, I can launch the app by App Actions Test tool but when I publish on internal test and download by the link. I can't launch the app and catch the feature by Google Assistance voice or text. The Google Assistance always open the browser. Did you find the reason?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find the
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dat Pham

79581658

Date: 2025-04-18 20:12:25
Score: 5.5
Natty:
Report link

MIGUEEELLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL ES ESO

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL
  • Low entropy (1):
  • Low reputation (1):
Posted by: Julian Peroncini

79581594

Date: 2025-04-18 19:23:12
Score: 4
Natty: 4
Report link

With Delphi 12.3, they changed their debugger from TDS-based to LLDB-based, at least in their very first 64-bit IDE version.

Maybe this will affect your success trying to debug Delphi-Code via other Tools like "VS Code".

Did anyone already tried makeing use of the last changes for Delphi debugger?

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

79581585

Date: 2025-04-18 19:16:09
Score: 8.5 🚩
Natty: 5.5
Report link

Have you found an answer here?

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

79581458

Date: 2025-04-18 17:20:39
Score: 4
Natty:
Report link

Why are you converting scripts from a more capable tool to a less capable tool?

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): Why are you
  • High reputation (-1):
Posted by: James Pulley

79581362

Date: 2025-04-18 15:58:18
Score: 4
Natty:
Report link

Thank you José for the reply. I have tried the GluonFX 1.0.26 plugin before. It also produced errors. I tried it again. It did not work:

mvn gluonfx:build failed again.

Somebody on this forum suggested:

mvn gluonfx:compile

followed by:

mvn gluonfx:link.

This worked! Not sure why. (build = compile + link). It is probably a gluonFX bug. Thanks again for the great help.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): did not work
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: A Abraham

79581361

Date: 2025-04-18 15:58:17
Score: 7 🚩
Natty: 5
Report link

are there any updates on this? I found this thread because I had the same question. I want to compress a video stream in YUY2 or UYVY format to, say H265. If I understand the answers given here correctly, I should be able use the function av_image_fill_arrays() to fill the data and linesize arrays of an AVFrame object, like this:

av_image_fill_arrays(m_pFrame->data, m_pFrame->linesize, pData, ePixFmt, m_pFrame->width, m_pFrame->height, 32);

and call avcodec_send_frame(), followed by calling avcodec_receive_packet() to get encoded data.

I must have done something wrong. The result is not correct. For example, rather than a video with a person's face showing in the middle of the screen, I get a mostly green screen with parts of the face showing up at the lower left and lower right corners.

Can someone help me?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): any updates on
  • Whitelisted phrase (-1): I had the same
  • RegEx Blacklisted phrase (3): Can someone help me
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Rich Deng

79581265

Date: 2025-04-18 14:54:01
Score: 5
Natty:
Report link

Thanks to @wenbo-finding-job the problem was solved by following the steps as described in the blog:

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @wenbo-finding-job
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Sergio

79581221

Date: 2025-04-18 14:28:53
Score: 10
Natty: 7.5
Report link

I tried it but it didn't really work. I am still facing this issue any run time validations in dto file after being build they are being removed. Is there any solution foo it ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any solution foo it ?
  • 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: Pranav

79581213

Date: 2025-04-18 14:23:51
Score: 7.5
Natty: 7.5
Report link

Does anyone know how to do this in Visual Studio 2023 (not vs code)?

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lee Harrington

79581169

Date: 2025-04-18 13:53:43
Score: 4
Natty:
Report link

I retyped the code and it fixed it somehow. Closing this

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

79581130

Date: 2025-04-18 13:34:38
Score: 4
Natty: 4
Report link

As of Apr 27 2022, you don't need custom parsing code anymore, you can set a flag to get native JSON returned! https://aws.amazon.com/about-aws/whats-new/2022/04/amazon-rds-data-api-sql-json-string/

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

79580996

Date: 2025-04-18 12:07:12
Score: 5
Natty:
Report link

You can connect with any kind of EVM base blockchain network by using following method

https://youtu.be/yfFSrsecf-0?si=1Vv4hocHX6ETaaPz

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Muhammad Arslan

79580977

Date: 2025-04-18 11:57:08
Score: 9 🚩
Natty: 4
Report link

Having the same issue. Did you find a solution? Was able to clear the error by deleting the DNS IP address in Tailscale and re-entering. Will see if the error returns.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: r6daddy

79580900

Date: 2025-04-18 10:56:52
Score: 10.5 🚩
Natty:
Report link

I'm facing the same issue, do you have a solution for it?

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have a
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anh Le

79580891

Date: 2025-04-18 10:53:51
Score: 4
Natty:
Report link

discordapp.com/avatars/${user.id}/{avatar.name}.png?size=4096

Immediately download example: https://images-ext-1.discordapp.net/external/(character_set_unknown_to_me)/%3Fsize%3D4096/https/cdn.discordapp.com/avatars/${user.id}/${avatar.name}.png

Of course, I can get the second link by right-clicking on the open image in full size that is embedded in my MessageEmbed().setImage() and click copy the link given, but I want this link to also be inserted into MessageEmbed().setDescription() so that clicking on the link immediately opens the link of user

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: ฟาร์รุก แสะต

79580889

Date: 2025-04-18 10:52:48
Score: 6 🚩
Natty:
Report link

I don't have an answer, but having the exact same problem. Did the OP end up finding the solution? 🙏

Reasons:
  • Blacklisted phrase (0.5): 🙏
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): having the exact same problem
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Trav

79580843

Date: 2025-04-18 10:22:40
Score: 4
Natty:
Report link

Look at Minecraft, developed in Java and good performance for kinda big game, so it's more about what is your quality of code and how you optimize it, then about GC imo.

Reasons:
  • Blacklisted phrase (1): what is your
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Timotej Breznický

79580840

Date: 2025-04-18 10:20:39
Score: 8.5
Natty: 7
Report link

same error, maybe Concurrency Issue. please help us

Reasons:
  • RegEx Blacklisted phrase (3): please help us
  • RegEx Blacklisted phrase (1): help us
  • RegEx Blacklisted phrase (1): same error
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Soul Rel

79580810

Date: 2025-04-18 10:02:33
Score: 5.5
Natty:
Report link

Is there any backend Java code, bro

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

79580770

Date: 2025-04-18 09:36:26
Score: 6.5
Natty: 7
Report link

how do you proceed to align the label on the right of the screen ? Like it is with classic toolbar objects line and ray ?

Reasons:
  • Blacklisted phrase (1): how do you
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): how do you
  • Low reputation (1):
Posted by: maxblac

79580761

Date: 2025-04-18 09:31:24
Score: 4
Natty: 5.5
Report link

I've run into a strange PWA layout issue too and tried just about everything! In a browser, my app runs fine (Safari, Chrome, Edge, Firefox). Soon as I install it as a PWA, in iOS I have a half inch empty gap at the top and in Android, the header goes up by half inch can't be accessed.

Any idea? It would be greatly appreciated!!

Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): Any idea?
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: MHA

79580743

Date: 2025-04-18 09:17:20
Score: 4
Natty:
Report link

I finally found a solution using detectTransformGestures instead of draggable2D !

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

79580741

Date: 2025-04-18 09:15:19
Score: 14
Natty: 8
Report link

I have the same problem, did you find a way to fix it?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): did you find a way to fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: safay

79580641

Date: 2025-04-18 08:09:02
Score: 6.5
Natty: 7.5
Report link

May be something like https://pub.dev/packages/pda_rfid_scanner can help with that?

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

79580639

Date: 2025-04-18 08:05:01
Score: 4
Natty: 4.5
Report link

I had a similar problem, and while trying out the many and diverse possible solutions offered here, I ended up with a much bigger problem: My screen resolution is suddenly stuck at 800 x 600. So I started searching for solutions to this new problem, and they are similarly many and diverse, and none of them are working. Has anyone else had this happen while doing anything described in this thread?

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

79580589

Date: 2025-04-18 07:22:51
Score: 6 🚩
Natty:
Report link

Not getting this question answer i also have same problem

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i also have same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dhruv Lakkad

79580585

Date: 2025-04-18 07:19:50
Score: 5.5
Natty: 4
Report link

HI can u give me the sample code I am getting error while performing it

Validation error. error 80080204: App manifest validation error: Line 40, Column 12, Reason: If it is not an audio background task, it is not allowed to have EntryPoint="BGTask.ToastBGTask" without ActivatableClassId in windows.activatableClass.inProcessServer.

Reasons:
  • Blacklisted phrase (1.5): m getting error
  • RegEx Blacklisted phrase (2.5): can u give me
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2566892

79580565

Date: 2025-04-18 06:58:44
Score: 5
Natty: 5
Report link

When i uninstall tensorflow 2.15.0 and keras 2.15.0 and then first install tensorflow and then install keras the problem resolved. Maybe first install keras will cause tensorflow.keras not install properly?

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): When i
  • Low reputation (1):
Posted by: Chuyang

79580560

Date: 2025-04-18 06:57:44
Score: 4
Natty: 4
Report link

in case of updating to puppeteer 23 https://github.com/puppeteer/puppeteer/issues/13209#issuecomment-2428346339

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

79580548

Date: 2025-04-18 06:42:40
Score: 7.5 🚩
Natty:
Report link

Have you solved the problem? I encounter the same issue.

Reasons:
  • Blacklisted phrase (1.5): Have you solved the problem
  • RegEx Blacklisted phrase (1.5): solved the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30306021

79580529

Date: 2025-04-18 06:21:35
Score: 12
Natty: 7.5
Report link

Hey did you get any solution regarding this ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): did you get any solution
  • RegEx Blacklisted phrase (2): any solution regarding this ?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: KaranKataria77

79580527

Date: 2025-04-18 06:19:34
Score: 4
Natty:
Report link

when set value to variable , but it doesn't work

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): when
  • Low reputation (1):
Posted by: david chan

79580518

Date: 2025-04-18 06:11:31
Score: 7.5 🚩
Natty: 6
Report link

видимо никак, либо тут недостаточно опытные разработчики сидят

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

79580509

Date: 2025-04-18 06:05:30
Score: 5.5
Natty: 6.5
Report link

Have you got the solution? 'cause I am also stuck in a similar situation

Reasons:
  • RegEx Blacklisted phrase (1.5): I am also stuck
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sameed Malik

79580425

Date: 2025-04-18 04:30:07
Score: 6.5 🚩
Natty: 5.5
Report link

i found the blob image and it still just plain text, can someone helps me :<

Reasons:
  • RegEx Blacklisted phrase (3): can someone help
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: An Lê Thành

79580423

Date: 2025-04-18 04:29:06
Score: 11.5 🚩
Natty: 5.5
Report link

hey guys i cant get my legend to be just a little smaller right now it is the size of africa can you help me please my assignment is due tomorrow

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can you help me
  • RegEx Blacklisted phrase (2): help me please
  • RegEx Blacklisted phrase (1): hey guys
  • RegEx Blacklisted phrase (1): i cant get my legend to be just a little smaller right now it is the size of africa can you help me please
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lebanon Pirate Looter

79580409

Date: 2025-04-18 04:02:00
Score: 4
Natty: 5
Report link

These three commands work for me too, but shutdown and restart the system.Thanks!

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

79580390

Date: 2025-04-18 03:24:52
Score: 4.5
Natty:
Report link

im using this timer hope my comment will help other who need https://tempmailusa.com/10minutetimer/

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

79580374

Date: 2025-04-18 03:04:47
Score: 9 🚩
Natty: 4
Report link

I am facing same issue. I have a script placed on a server. Server already has kubectl and aws cli installed.

WHEN SCRIPT IS EXECUTED WITH AWS SSM
script runs eks update kubeconfig and then kubectl command, which fails with below error:
ERROR-------

E0417 15:54:14.627818 31772 memcache.go:265] "Unhandled Error" err="couldn't get current server API group list: Get \"http://localhost:8080/api?timeout=32s\": dial tcp 127.0.0.1:8080: connect: connection refused"

The connection to the server localhost:8080 was refused - did you specify the right host or port?

WHEN SCRIPT IS EXECUTED DIRECTLY FROM SERVER, IT PASSES THROUGH.

Note: the user in both case is root that is checked with whom.
Please help me if you found a solution.

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): if you found a solution
  • RegEx Blacklisted phrase (3): Please help me
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: vinit kumar

79580318

Date: 2025-04-18 01:48:29
Score: 5
Natty: 5
Report link

yo tengo un problema similar pero aca es con sfml para c++ y los archivos no venian con su controlador de graficos

Reasons:
  • Blacklisted phrase (2): tengo
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kevin Granados

79580317

Date: 2025-04-18 01:47:28
Score: 7 🚩
Natty: 5
Report link

So have u fixed that?

Напиши мне в тг по @codeem, давай замутим это дело в вебе. И ещё добавим pwa, чтобы можно было генерить картинки в вебе одной командой.

Reasons:
  • RegEx Blacklisted phrase (1.5): fixed that?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @codeem
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: imNauryzbay

79580305

Date: 2025-04-18 01:35:22
Score: 9.5 🚩
Natty:
Report link

buenas necesito ayuda

como hago dos histogramas cuando tengo una variable con dos niveles que son lugar 1 y lugar 2, pero estos estan en una sola columna . cuando realizo el histograma me toma todos los datos , no los discrimina por lugar. mi variabla respuesta es contenido de vit C

nota:los niveles de lugar estan uno a continuacion de otro ,

mi pregunta es como le digo a R que tome los datos del lugar 1 para el histogrma

y tome los datos del lugar 2 para el otro histograma

gracias por tu respuesta

Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (2): tengo
  • Blacklisted phrase (2): gracias
  • Blacklisted phrase (2): pregunta
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: deysi

79580304

Date: 2025-04-18 01:35:21
Score: 14
Natty: 8
Report link

I have the same question just like you said. Have you solved it? could you share the idea, really thanks!

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): I have the same question
  • Blacklisted phrase (2): Have you solved it
  • RegEx Blacklisted phrase (2.5): could you share
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same question
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ben

79580269

Date: 2025-04-18 00:38:47
Score: 4
Natty:
Report link

nicee mantap kali sangat memuaskan

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamad Hasan Dzulqornain

79580239

Date: 2025-04-17 23:54:38
Score: 5
Natty: 5
Report link

Andrew Kin Fat Choi 's answer helped!

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

79580164

Date: 2025-04-17 22:16:15
Score: 6.5
Natty: 7.5
Report link

Can you share the entire stack please? Just copy/paste the text from that window, it should suffice.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you share
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can you share the
  • Low reputation (1):
Posted by: Gabriel Rohweder

79580140

Date: 2025-04-17 21:52:08
Score: 4
Natty:
Report link

Nice to see finally issue resolved.

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

79580118

Date: 2025-04-17 21:34:03
Score: 10 🚩
Natty: 6.5
Report link

I have the same issue, the app remains unaware whether the code is entered and subscription is redeemed from App Store or not. The user has to close the app and restart it and again enter the iCloud password which then detects that a subscription is active, then it lets the user use the app. Is it the same case for you? I am developing in Flutter by the way.

If yes and you've found a solution, please help me also.

Thank you very much

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (3): please help me
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: dakshil kanakia

79580076

Date: 2025-04-17 21:01:54
Score: 4
Natty:
Report link

NASM.US is currently down ; ()

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

79579981

Date: 2025-04-17 19:52:35
Score: 4.5
Natty: 4
Report link

Add it to your drawable folder

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

79579925

Date: 2025-04-17 19:13:23
Score: 5
Natty: 4
Report link

Settings>Tools>Python Plots

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

79579908

Date: 2025-04-17 19:03:20
Score: 4
Natty:
Report link

If the elements are hashable, use a set.

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

79579825

Date: 2025-04-17 18:02:04
Score: 4
Natty:
Report link

I tried to look for the NormalizationOptions class but didn't find it.

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

79579818

Date: 2025-04-17 17:55:02
Score: 4.5
Natty: 5
Report link

Same issue, i tried exactly the same procedures and trying to fix this error!

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

79579811

Date: 2025-04-17 17:50:58
Score: 8.5 🚩
Natty:
Report link

from docx import Document

from docx.shared import Pt, RGBColor, Inches

from docx.enum.text import WD_PARAGRAPH_ALIGNMENT

# Crear documento

doc = Document()

# Encabezado con nombre del grupo

header = doc.add_paragraph()

header.alignment = WD_PARAGRAPH_ALIGNMENT.CENTER

run = header.add_run("Pela'os Activos")

run.font.size = Pt(16)

run.font.bold = True

run.font.color.rgb = RGBColor(0, 102, 204)

location_date = doc.add_paragraph("Santiago de Veraguas, Panamá\n[Fecha]")

location_date.alignment = WD_PARAGRAPH_ALIGNMENT.LEFT

# Datos del destinatario

doc.add_paragraph("[Nombre del comercio o responsable]")

doc.add_paragraph("[Nombre del establecimiento]")

doc.add_paragraph("Presente.\n")

# Cuerpo de la carta

body = (

"Estimados señores:\\n\\n" 

"¡Un cordial saludo de parte del grupo juvenil \*Pela’os Activos\*! En alianza con la fundación española " 

"\*\*Donesacull\*\*, nos encontramos organizando una actividad muy especial que busca dejar huellas positivas " 

"en nuestra comunidad.\\n\\n" 

"El próximo 19 de octubre de 2025, estaremos llevando a cabo una jornada solidaria en la comunidad de " 

"La Coloradita, en La Peña, Santiago de Veraguas, donde haremos entrega de regalos, útiles escolares, ropa y más " 

"a niños, niñas y familias en situación vulnerable.\\n\\n" 

"Para hacer esto posible, estamos buscando aliados estratégicos como ustedes. Queremos invitarlos a ser parte de este " 

"proyecto a través de patrocinio o descuentos especiales en sus productos o servicios. Su aporte no solo nos ayudará a lograr " 

"un mayor alcance, sino que también posicionará su marca como un comercio con conciencia social.\\n\\n" 

"A cambio, ofrecemos publicidad directa en nuestras redes sociales, donde destacaremos su negocio como uno de nuestros " 

"patrocinadores oficiales. Haremos publicaciones agradeciendo su apoyo, mencionando su marca y mostrando cómo su contribución " 

"hace la diferencia.\\n\\n" 

"No es solo una donación. Es una oportunidad de conectar con la comunidad, ganar visibilidad y ser parte de una causa que transforma vidas.\\n\\n" 

"Nos encantaría reunirnos o conversar con ustedes para compartir más detalles y escuchar sus ideas de colaboración.\\n\\n" 

"Gracias por considerar ser parte de este sueño con impacto real. ¡Contamos con ustedes!\\n\\n" 

"Con aprecio,\\n\\n" 

"\[Tu nombre y apellido\]\\n" 

"Representante – Pela’os Activos\\n" 

"Tel.: \[tu número\]\\n" 

"Correo: \[tu correo electrónico\]\\n" 

"Instagram/Facebook: @PelaosActivos" 

)

doc.add_paragraph(body)

# Guardar documento

file_path = "/mnt/data/Carta_Comercial_Pelaos_Activos.docx"

doc.save(file_path)

file_path

Reasons:
  • Blacklisted phrase (2): ayuda
  • Blacklisted phrase (1): cómo
  • Blacklisted phrase (2): Gracias
  • Blacklisted phrase (2): Crear
  • RegEx Blacklisted phrase (2): encontramos
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mierda 3mil

79579804

Date: 2025-04-17 17:46:56
Score: 6.5 🚩
Natty: 4
Report link

@ottavio did you find the code or write your own?

I have the same goal and looking for any useful resource.

Reasons:
  • RegEx Blacklisted phrase (3): did you find the
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @ottavio
  • Low reputation (0.5):
Posted by: Aljaz - aly

79579787

Date: 2025-04-17 17:32:52
Score: 4
Natty:
Report link

You need to set the disk usage limit less than the actual size of storage device but sufficient enough to contain all your data.
enter image description here

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

79579772

Date: 2025-04-17 17:25:51
Score: 5
Natty:
Report link

Unfortunately I can't comment, but if it's failing it could be that the file formatting is affecting the read, specifically for java? Is it windows, linux, mac? That may affect file encoding. Ensure the file has a newline at the end, and maybe even ensure there aren't any hidden characters that may be throwing off the read of the properties. Last it may be that java isn't executing with the same user so maybe it's searching in a different directory?

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Milton Zurita

79579744

Date: 2025-04-17 17:08:46
Score: 4.5
Natty: 3.5
Report link

interesting question, asdasdasdasdasdas

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

79579714

Date: 2025-04-17 16:41:40
Score: 4.5
Natty:
Report link

This article answers your question 100%. Dev.to article on server routing in Angular 19

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: Shemang David

79579709

Date: 2025-04-17 16:37:38
Score: 4.5
Natty:
Report link

Isn't it against the TOS of Google Colab to host a Minecraft Server?
I want to host a PRIVATE/PERSONAL server for about 5 players ONLY.

Reasons:
  • 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): Isn't it
  • Low reputation (1):
Posted by: Ayan Khan

79579692

Date: 2025-04-17 16:30:36
Score: 4
Natty:
Report link

You're basically just calculating the average. Why don't you use avg ?

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Alexander Unterrainer-DefconQ

79579671

Date: 2025-04-17 16:16:32
Score: 10.5
Natty: 8
Report link

have you found a solution? I have the same problem. Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (2.5): have you found a solution
  • 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: Pretorian

79579655

Date: 2025-04-17 16:10:30
Score: 4
Natty:
Report link

Update your browser and relaunch.

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

79579569

Date: 2025-04-17 15:19:15
Score: 4.5
Natty:
Report link

You need to update react-native-safe-area-context and rebuild your app (https://github.com/AppAndFlow/react-native-safe-area-context/pull/610)

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Денис Гладкий

79579490

Date: 2025-04-17 14:35:02
Score: 7.5 🚩
Natty: 4.5
Report link

this version does work as mentioned above devtools::install_github("dmurdoch/leaflet@crosstalk4")
BUT it is not compatible with recent versions of r leaflet. any suggestions?

Reasons:
  • RegEx Blacklisted phrase (2): any suggestions?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Antoine Chaillon

79579410

Date: 2025-04-17 13:54:49
Score: 5.5
Natty:
Report link

Fix was provided in this GitHub issue: https://github.com/dotnet/aspnet-api-versioning/issues/1122

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

79579378

Date: 2025-04-17 13:42:45
Score: 4
Natty: 4.5
Report link

This was raised in GitHub and discussed in more detail here:
https://github.com/snowflakedb/snowflake-jdbc/issues/2123

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

79579363

Date: 2025-04-17 13:36:43
Score: 11.5
Natty: 7.5
Report link

I am using ui-grid 4.8.3 and facing the same issue. 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 issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kunal Gaikwad

79579362

Date: 2025-04-17 13:35:42
Score: 7
Natty: 7.5
Report link

What if I don't have a insert key?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What if I
  • Low reputation (1):
Posted by: TRI99ER

79579263

Date: 2025-04-17 13:01:32
Score: 4.5
Natty:
Report link

Now exist strategy.openprofit_percent

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

79579205

Date: 2025-04-17 13:00:30
Score: 5.5
Natty:
Report link

Already did that yaman jain but still problem persist. any video or tutorial that will cover setting vs code in c much better you can recommend?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Louie Nale

79579145

Date: 2025-04-17 11:32:06
Score: 4
Natty:
Report link

Turns out the issue was that, I was using only one subtable. Each subtable get computed once so if multiple pairings are in there it doesnt work. The solution was to create more GPOS subtables and split the pairings accordingly.

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: A D

79579106

Date: 2025-04-17 11:09:59
Score: 5.5
Natty:
Report link

The case when there are no data should be handled with "INSUFFICIENT_DATA" state instead.

Can AWS Cloudwatch alarms detect no activity?

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

79579010

Date: 2025-04-17 10:22:45
Score: 5
Natty:
Report link

Have you solved your problem? I don't know how to get the headers requested by the client.

Reasons:
  • RegEx Blacklisted phrase (1.5): solved your problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: miao hu

79579009

Date: 2025-04-17 10:21:44
Score: 5
Natty:
Report link

Would you like to add the new FOP (Form of Payment) to the PNR without deleting the existing FOP, and have it appear as the first entry in the list?

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

79578977

Date: 2025-04-17 10:07:39
Score: 5
Natty:
Report link

Sorry, not an answer, but I don't have enough creds to comment...
Thanks for posting. I'm having the same issue with one of my workspaces that contains both git source-controlled directories and non-git directories, yet I can open other workspaces that also contain both git source-controlled directories and non-git directories and NOT see the same issue.

The only difference I see in the structure of the workspace files is that the one with the problem has entries like

"folders": [
        {
            "name": "PS_Library",
            "path": "PS_Library"
        },

Whereas the workspaces without the issue have entries like

    "folders": [
        {
            "path": "."
        },

i.e. just "path" without "name".

Sorry can't be more help, but keen to find a solution.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): not an answer
  • Blacklisted phrase (1): to comment
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm having the same issue
  • Me too answer (0): see the same issue
  • Low reputation (1):
Posted by: Autumnal Sigh

79578971

Date: 2025-04-17 10:03:37
Score: 6 🚩
Natty: 4
Report link

Do you have the config and the url? I just successfully onboarded this

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have the
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: rosa

79578940

Date: 2025-04-17 09:48:32
Score: 4
Natty:
Report link

I was able to make it work by activating the region in both the account that makes the STS request and the account where the credentials are generated -

https://repost.aws/knowledge-center/iam-validate-access-credentials#:~:text=For%20Regions%20that,the%20InvalidClientTokenId%20error

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

79578930

Date: 2025-04-17 09:41:29
Score: 5
Natty: 5.5
Report link

If you are using POST request then use formParameters instead of queryParameters https://docs.spring.io/spring-restdocs/docs/current/reference/htmlsingle/#documenting-your-api-form-parameters

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

79578903

Date: 2025-04-17 09:27:23
Score: 4
Natty:
Report link

Oh , i got the same problem, where paid agreement was not active.Spent 2 weeks figuring it out

Reasons:
  • Blacklisted phrase (1): i got the same problem
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sadig