79685008

Date: 2025-06-30 15:37:20
Score: 4
Natty: 5
Report link

It is really helpful. It help me to change my root passowrd as i forgot it. Now I am able to use the mysql root database with the help of the new password.

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Harshit Kamboj

79684957

Date: 2025-06-30 15:06:10
Score: 6
Natty: 6.5
Report link

i have literally the same case.
however, i did these steps and still did not work.

i am setting the default value to an item on the screen .
if i do not submit the page, the default value doesn't work.

any help ?

Reasons:
  • Blacklisted phrase (1): did not work
  • Blacklisted phrase (1): any help
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sly Warden

79684814

Date: 2025-06-30 13:14:32
Score: 9.5
Natty:
Report link

Criação

Nuvem aberta

Legacy APIs

Authentication v2

*

Este conteúdo é traduzido por IA (Beta) e pode conter erros. Para ver a página em inglês, clique aqui.

URL base

https://auth.roblox.com

JSON

Download

Authentication

GET

/v2/auth/metadata

Obtém metadados de autorização

Parameters

No parameters

Responses

Code Description

200

OK

Example Value

Model

{

"cookieLawNoticeTimeout": 0

}

POST

/v2/login

Autentica um usuário.

Parameters

Name Description

request *

object

(body)

Roblox.Authentication.Api.Models.LoginRequest.

Example Value

Model

{

"accountBlob": "string",

"captchaId": "string",

"captchaProvider": "string",

"captchaToken": "string",

"challengeId": "string",

"ctype": 0,

"cvalue": "carlosprobr2403

"password": carlosprobr

"secureAuthenticationIntent": {

"clientEpochTimestamp": 0,

"clientPublicKey": "string",

"saiSignature": "string",

"serverNonce": "string"

},

"securityQuestionRedemptionToken": "string",

"securityQuestionSessionId": "string",

"userId": 0

}

Responses

Code Description

200

OK

Example Value

Model

{

"accountBlob": "string",

"identityVerificationLoginTicket": "string",

"isBanned": true,

"recoveryEmail": "string",

"shouldUpdateEmail": [email protected]

"twoStepVerificationData": {

"mediaType": 0,

"ticket": "string"

},

"user": {

"displayName": "string",

"id": 0,

"name": "string"

}

}

400

0: Um erro inesperado ocorreu. 3: Nome de usuário e senha são necessários. Por favor, tente novamente. 8: Login com o tipo de credencial recebida não é suportado.

403

0: Validação de token falhou 1: Nome de usuário ou senha incorreta.Por favor, tente novamente. 2: Você deve passar no teste de robô antes de fazer login. 4: A conta foi bloqueada.Por favor, solicite um redefinir de senha. 5: Incapaz de se logar.Por favor, use a assinatura de rede social. 6: Problema de conta.Por favor, entre em contato com o Suporte. 9: Não foi possível fazer login com as credenciais fornecidas.O login padrão é necessário. 10: Credenciais recebidas não são verificadas. 12: Sessão de login existente encontrada.Por favor, faça login primeiro. 14: A conta não pode fazer login.Por favor, faça login no aplicativo LuoBu. 15: Muitas tentativas.Por favor, espere um pouco. 27: A conta não consegue fazer login.Por favor, faça login com o aplicativo VNG.

429

7: Demasiadas tentativas. Por favor, espere um pouco.

503

11: Serviço indisponível. Por favor, tente novamente.

POST

/v2/logout

Destrói a sessão de autenticação atual.

POST

/v2/logoutfromallsessionsandreauthenticate

Loga o usuário de todas as outras sessões.

IdentityVerification

POST

/v2/identity-verification/login

Ponto final para login com verificação de identidade

Metadata

GET

/v2/metadata

Obtenha o metadado

PasswordsV2

GET

/v2/passwords/current-status

Retorna o status da senha para o usuário atual, de forma assíncrona.

GET

/v2/passwords/reset

Obtém metadados necessários para a visualização de redefinição de senha.

POST

/v2/passwords/reset

Redefine uma senha para um usuário que pertence ao bilhete de redefinição de senha.

Isso vai registrar o usuário de todas as sessões e reautenticar.

Parameters

Name Description

request *

object

(body)

O modelo de solicitação, incluindo o tipo de alvo, o ticket, o ID do usuário e a nova senha, Roblox.Authentication.Api.Models.PasswordResetModel

Example Value

Model

Roblox.Authentication.Api.Models.PasswordResetModel{

accountBlob string

newEmail string

password string

passwordRepeated string

secureAuthenticationIntent Roblox.Authentication.Api.Models.Request.SecureAuthenticationIntentModel{

clientEpochTimestamp integer($int64)

clientPublicKey string

saiSignature string

serverNonce string

}

targetType integer($int32)

['Email' = 0, 'Número de Telefone' = 1, 'RecoverySessionID' = 2]

Enum:

Array [ 3 ]

ticket string

twoStepVerificationChallengeId string

twoStepVerificationToken string

userId integer($int64)

}

Responses

Code Description

200

OK

Example Value

Model

{

"accountBlob": "string",

"identityVerificationLoginTicket": "string",

"isBanned": true,

"recoveryEmail": "string",

"shouldUpdateEmail": true,

"twoStepVerificationData": {

"mediaType": 0,

"ticket": "string"

},

"user": {

"displayName": "string",

"id": 0,

"name": "string"

}

}

400

3: O pedido estava vazio. 11: O bilhete de redefinição de senha é inválido. 12: O usuário é inválido. 20: A senha não é válida. 21: As senhas não correspondem.

403

0: Validação de token falhou 16: O bilhete expirou. 17: O nonce expirou.

500

0: Ocorreu erro desconhecido.

503

1: Recurso temporariamente desativado. Por favor, tente novamente mais tarde.

POST

/v2/passwords/reset/send

Envia um e-mail de redefinição de senha ou desafio para o alvo especificado.

POST

/v2/passwords/reset/verify

Verifica uma solução de desafio de redefinição de senha.

GET

/v2/passwords/validate

Ponto final para verificar se uma senha é válida.

POST

/v2/passwords/validate

Ponto final para verificar se uma senha é válida.

Recovery

GET

/v2/recovery/metadata

Obter metadados para pontos de extremidade esquecidos

Revert

GET

/v2/revert/account

Obter informações do bilhete da Conta de Reversão

POST

/v2/revert/account

Enviar Solicitação de Reversão de Conta

Signup

POST

/v2/signup

Ponto final para inscrever um novo usuário

Passwords carlosprobr

POST

/v2/user/passwords/change

Muda a senha para o usuário autenticado.

A senha atual é necessária para verificar que a senha pode ser alterada.

Parameters

Name Description

request *

object

(body)

O modelo de solicitação, incluindo a senha atual e a nova senha.

Example Value

Model

{

"currentPassword": carlosprobr

"newPassword": carlosprobr

"secureAuthenticationIntent": {

"clientEpochTimestamp": 0,

"clientPublicKey": "string",

"saiSignature": "string",

"serverNonce": "string"

}

}

Reasons:
  • Blacklisted phrase (3): Você
  • Blacklisted phrase (1): não
  • Blacklisted phrase (1): Não
  • Blacklisted phrase (1): todas
  • Blacklisted phrase (2): solução
  • RegEx Blacklisted phrase (2): encontrada
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: CARLOS EDUARDO DA SILVA SOUZA

79684707

Date: 2025-06-30 11:52:08
Score: 8.5
Natty: 7
Report link

Any solutions? Facing this same error

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • RegEx Blacklisted phrase (2): Any solutions?
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Manpreet Singh

79684683

Date: 2025-06-30 11:32:01
Score: 6.5
Natty:
Report link

@Marcin Kapusta Thanks for posting this, any update on this, we are also facing same from last one week onwards

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): update on this
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Marcin
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Harish Narra

79684558

Date: 2025-06-30 09:42:31
Score: 4
Natty:
Report link

yeah even i am facing the same , even though you do this
canConfigureBusOff(3, 0x153, 1);
canConfigureBusOff(3, 0x153, 0);

still in the bus stat it'll switch bw passive and active error state , it'll not come to Bus Off

Reasons:
  • RegEx Blacklisted phrase (2): even i am
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GONAHAL NANDISH

79684547

Date: 2025-06-30 09:35:28
Score: 5.5
Natty: 4
Report link

This solution is not working practically. I tried with ConfuserEx2 obfuscation. as the multiple i tried with
[Obfuscation(Exclude = true, ApplyToMembers = true,StripAfterObfuscation =false)]
Also , Not working Practically usefull. please suggest something else .

Reasons:
  • Blacklisted phrase (1): solution is not working
  • RegEx Blacklisted phrase (2.5): please suggest some
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sashikanta Panda

79684543

Date: 2025-06-30 09:33:27
Score: 4
Natty:
Report link

Please someone help. Im getting Database error: Transaction not connected while I try to connect Sql anywhere 17 from my PB app

Reasons:
  • RegEx Blacklisted phrase (1): Im getting Database error
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: babatunde giwa

79684538

Date: 2025-06-30 09:31:26
Score: 4.5
Natty:
Report link

This was answered here in the end :)

https://github.com/alexbrainman/odbc/issues/215

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

79684433

Date: 2025-06-30 08:23:07
Score: 6.5
Natty: 5.5
Report link

did you manage to solve this in the meantime? Not sure what support meant by ignore it :D but sounds to me that your account is not fully set up yet or that you have not registered the sender/made necessary checks for the country you are sending to. Check here - https://www.infobip.com/docs/essentials/getting-started/sms-coverage-and-connectivity

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to solve this
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: Sara Zorović

79684399

Date: 2025-06-30 07:58:58
Score: 5
Natty:
Report link

Should the marginal effects be plotted as additive components (i.e., centered at zero mean), or absolute trends over time?

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

79684396

Date: 2025-06-30 07:55:55
Score: 11
Natty: 6.5
Report link

Is there a solution? I have the same problem recently...

Reasons:
  • Blacklisted phrase (3): Is there a solution
  • Blacklisted phrase (1): I have the same problem
  • 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):
  • Starts with a question (0.5): Is there a solution
  • Low reputation (1):
Posted by: siukei_tsang

79684369

Date: 2025-06-30 07:32:43
Score: 14
Natty: 7
Report link

How did you solved it then?

Can you help me with this?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): did you solved it
  • RegEx Blacklisted phrase (1.5): solved it then?
  • RegEx Blacklisted phrase (3): Can you help me
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How did you solve
  • Low reputation (1):
Posted by: MD FAZLE HAQUE SHAIKH

79684348

Date: 2025-06-30 07:11:32
Score: 4.5
Natty: 5
Report link

i also got the same error but i am using directus as a CMS i dont know what cauing the error i have tried many solution

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ovesh Mulla

79684231

Date: 2025-06-30 03:52:45
Score: 5
Natty: 5
Report link

Что бы исправить это поведение нужно для скролл контейнера прописать css свойство transform: perspective(0);

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

79684212

Date: 2025-06-30 03:24:39
Score: 5.5
Natty: 6.5
Report link

I was also having issue connecting I followed this blog.

Please see the blog below:

https://medium.com/@khan.abdulwasey99/step-by-step-process-on-how-to-connect-a-spring-boot-application-to-supabase-f1791e1d2402

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

79684198

Date: 2025-06-30 02:50:31
Score: 4
Natty:
Report link

According to my understanding, you are making some issues.
I ever faced similar issue before so please try it with my experience.
config.py**
SESSION_COOKIE_SAMESITE = "None"

SESSION_COOKIE_SECURE = True
app.py****

CORS(app, supports_credentials=True, resources={
    r"/*": {
        "origins": [
            "http://localhost:3000",
            "https://453c-162-199-93-254.ngrok-free.app"
        ]
    }
})

if it is still unauthorized, then please let me know.

Reasons:
  • RegEx Blacklisted phrase (2.5): please let me know
  • RegEx Blacklisted phrase (1): I ever faced similar issue before so please
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user29378984

79684197

Date: 2025-06-30 02:48:30
Score: 4
Natty:
Report link

some try... maybe version 1.0.0-M6 of springAI can work.

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

79684192

Date: 2025-06-30 02:41:28
Score: 6
Natty:
Report link

Shouldn't be using WPF in 2025 you fucking retard

Reasons:
  • Blacklisted phrase (2): fuck
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jonathan Mayers

79684152

Date: 2025-06-30 01:05:08
Score: 6.5
Natty: 5.5
Report link

for some reason if i have 2 email with with similar subject (i.e email 1 with Subject= #general" & email 2 with subject= #enterprise-general"), the apps Script take the 2 subjects and insert them in the sheet "#general". Is there a way to insert it when is the exact subject into the code? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Is there a way
  • 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: user30925303

79684117

Date: 2025-06-29 23:24:47
Score: 4
Natty:
Report link

I can confirm @Kevinoid's suggestion works. What also works is prefixing "%h" instead of or replacing $HOME in the path of file/directory in systemd unit files.

see URL: https://bbs.archlinux.org/viewtopic.php?id=297777

"%h"equivalent to "$HOME", so can make work without /bin/bash -c 'exec part

Both work for me.

Cheers.

Reasons:
  • Blacklisted phrase (1): Cheers
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Kevinoid's
  • Low reputation (1):
Posted by: TheWickerman666

79684012

Date: 2025-06-29 20:06:01
Score: 4
Natty: 4
Report link

Scan a QR code to view the results here [email protected]

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

79683928

Date: 2025-06-29 17:51:28
Score: 5
Natty: 5
Report link

estava enfrentado esse problema com laravel 12, com a utilização no swagger. A solução acima para mim funcionou

Reasons:
  • Blacklisted phrase (2): solução
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Farley Fernando

79683887

Date: 2025-06-29 16:31:10
Score: 7
Natty: 4.5
Report link

Thanks for sharing this StackOverflow discussion on PDF clipping logic—it’s a fascinating breakdown of how graphics contexts handle shape boundaries. As someone working in digital image editing at PixcRetouch, understanding these low-level rendering principles helps us better optimize our retouching workflows, especially when dealing with vector layers or exporting client assets to PDF. Appreciate the technical depth here!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (2): Thanks for sharing
  • Contains signature (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: pixcretouch

79683884

Date: 2025-06-29 16:30:09
Score: 4
Natty:
Report link

Solved: You need to close ComPort before changing the baudrate.

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

79683822

Date: 2025-06-29 14:42:44
Score: 13
Natty: 8
Report link

is there a solution? i have the same problem?

Reasons:
  • Blacklisted phrase (3): is there a solution
  • Blacklisted phrase (1): i have the same problem
  • 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):
  • Starts with a question (0.5): is there a solution
  • Low reputation (1):
Posted by: ofek

79683814

Date: 2025-06-29 14:29:41
Score: 4
Natty:
Report link

I'm leveraging the Decorator pattern in Quarkus to implement functionality equivalent to Spring JPA Specification: https://github.com/VithouJavaMaestro/quarkus-query-sculptor/tree/master

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

79683784

Date: 2025-06-29 13:54:32
Score: 4.5
Natty:
Report link

I’m encountering the same problem when trying to pass data from an MCP client to an MCP server using Spring AI. I haven’t found a solution yet — any help or direction would be greatly appreciated!

MCP Client Code:

@Service
public class ChatbotService {
    protected Logger logger = LoggerFactory.getLogger(getClass());

    private ChatClient chatClient;

    public ChatbotService(ChatClient chatClient) {
        this.chatClient = chatClient;
        logger.info("ChatbotService is ready");
    }

    String chat(String question, String apiKey ) {
        return chatClient
                .prompt()
                .user(question)
                .toolContext(Map.of("apiKey", apiKey))
                .call()
                .content();
    }
}

MCP Server Code:

@Tool(name = "getUserPermissionsByUsername", description = "Get user permissions by username. This tool is used to retrieve the permissions of a user by their username. Must supply the username and an apiKey for authentication.")
private List<String> getUserPermissionsByUsername(@ToolParam(description = "User Name") String username, String apiKey, ToolContext toolContext) {
    try {
        //apiKey not passed at String or at toolContext
        return userProxy.getUserPermissionsByUsername(username);
    } catch (Exception e) {
        return new ArrayList<>();
    }
}
Reasons:
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): any help
  • RegEx Blacklisted phrase (3): any help or direction would be greatly appreciated
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Raz

79683714

Date: 2025-06-29 12:02:08
Score: 5.5
Natty:
Report link

man! I am facing the same issue. Copying from chrome to another place just show the window to terminate or wait option in my arch linux wm-hyprland

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Parvez Hossain

79683660

Date: 2025-06-29 10:25:45
Score: 4
Natty:
Report link

Thank you to Jon Spring for his linked answer:

set position / alignment of ggplot in separate pdf-images after setting absolute panel size

https://patchwork.data-imaginist.com/articles/guides/multipage.html

Using patchwork, I was able to come pretty close.

With patchwork, you can align to plots completely, making their plotting area the same size, no matter their surroundings (legends, axis text, etc.).

By continuing the example from above

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Cobalamin

79683628

Date: 2025-06-29 09:43:36
Score: 4
Natty:
Report link

The php like the one that was the first was a new new new new new new new new new

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

79683576

Date: 2025-06-29 08:00:13
Score: 4.5
Natty: 6
Report link

Just found out about this alternative: https://marketplace.visualstudio.com/items?itemName=danilocolombi.repository-insights

It suits my needs. Maybe it will fit yours... Cheers!

Reasons:
  • Blacklisted phrase (1): Cheers
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nuno Mendes

79683543

Date: 2025-06-29 06:44:56
Score: 9
Natty: 8
Report link

@Roee Shenberg The command works, but I want to know how you export those two path in `/.zprofile`?

Reasons:
  • Blacklisted phrase (1): I want to know
  • RegEx Blacklisted phrase (1): I want
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Roee
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Ziwei Yang

79683532

Date: 2025-06-29 06:19:51
Score: 5
Natty: 4
Report link

HIHIHIHIHdfber wiebffwyewqfqFERBBERG

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

79683519

Date: 2025-06-29 05:52:44
Score: 7.5
Natty:
Report link

Hang on, you can't upvote just yet. You'll need to complete a few actions and gain 15 reputation points before being able to upvote

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): reputation points
  • RegEx Blacklisted phrase (2): can't upvote
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ajay Kumar

79683513

Date: 2025-06-29 05:33:39
Score: 7.5
Natty:
Report link

Hang on, you can't upvote just yet. You'll need to complete a few actions and gain 15 reputation points before being able to upvote

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): reputation points
  • RegEx Blacklisted phrase (2): can't upvote
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ravi Kumar

79683504

Date: 2025-06-29 05:22:35
Score: 4
Natty:
Report link

Why don't you try using the findContour method from the openCV library

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Why don't you
  • Low reputation (1):
Posted by: Nikhil George

79683385

Date: 2025-06-28 23:34:19
Score: 4.5
Natty:
Report link
Thank you.

This helped! .

.

.

.

.

.

.

.

.

.

.

.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Gator

79683312

Date: 2025-06-28 20:18:34
Score: 4
Natty:
Report link

Thank you for help And my name is oualid berini

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

79683263

Date: 2025-06-28 19:07:17
Score: 7.5
Natty: 5.5
Report link

I tried but when creating a new app, my app operates on v23 and I am unable to retrieve the data. Is there any other way to do this? Best regards.

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • 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: Pikaa Mạnh

79683226

Date: 2025-06-28 18:16:04
Score: 4
Natty: 7
Report link

Jejejejejsjsndndendbfbdenejdjdndbvbdbdnsnsnsnsnsnsnsnsnsndndnsnsjwksndndndbsbwjwksndndndndnsjsmdmdndnfnfndkwksmdnnddndnwmmwemndndndnnd

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

79683165

Date: 2025-06-28 16:39:40
Score: 4
Natty:
Report link

ask chatgpt for faster answer dude

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

79683155

Date: 2025-06-28 16:18:35
Score: 4
Natty: 5
Report link

thanks brother, you very genius - this is workss

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arrizqi Pramadhana

79683060

Date: 2025-06-28 13:59:02
Score: 4
Natty: 5
Report link

after entering the formula, it is returning a "#N/A" error. Could you please assist me with how to remove or fix this issue?

=CONCATENATE(VLOOKUP(B6,Purchase!$B$2:$L$32,10,FALSE)," / ",VLOOKUP('Beverage - Master'!B6,Purchase!$B$2:$L$32,11,FALSE))

Reasons:
  • RegEx Blacklisted phrase (1.5): fix this issue?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Charith Silva

79683056

Date: 2025-06-28 13:56:01
Score: 4
Natty:
Report link

Could this also be related to how the frontend handles the redirect after a successful login? I'm wondering if the server action finishes before the browser has a chance to store the cookies, especially when working in development mode without HTTPS. Has anyone seen this behavior when testing locally with Next.js server functions?

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

79683004

Date: 2025-06-28 12:44:43
Score: 8.5
Natty: 7.5
Report link

Can any one help me with webhook to setup the endpoints and configuration in node js

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can any one help me
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can any one help me with we
  • Low reputation (1):
Posted by: Aryan

79682919

Date: 2025-06-28 10:42:14
Score: 5
Natty: 5
Report link

here is the answer for the question you asked. Here we go https://teams.microsoft.com/l/meetup-join/19%3ameeting_ZmE3YzQzNjYtMjAwNS00ODA5LWEwYzMtZGI0Njg1ZGE4YjQw%40thread.v2/0?context=%7b%22Tid%22%3a%22189de737-c93a-4f5a-8b68-6f4ca9941912%22%2c%22Oid%22%3a%22a2004c2d-a267-4a5d-b157-2ce534b079c3%22%7d

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

79682918

Date: 2025-06-28 10:41:13
Score: 4
Natty:
Report link

Get the latest information about the school and collges result for more information visit here https://www.result.pk/matric-ssc-10th-class-result.html

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

79682886

Date: 2025-06-28 09:49:00
Score: 4
Natty: 4
Report link

Try styles > load styles from template > select the aspects you want to copy.

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

79682879

Date: 2025-06-28 09:37:57
Score: 4.5
Natty:
Report link

I have created a complete solution/ workaround for this issue.

Checkout the solution on this blog post https://dev.to/fasunle/setting-up-docker-within-wsl-3bh1

Reasons:
  • Blacklisted phrase (1): this blog
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Fasunle Kehinde Hussein

79682874

Date: 2025-06-28 09:30:54
Score: 4
Natty:
Report link

1 unitless is equivalent to 16px

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

79682866

Date: 2025-06-28 09:06:48
Score: 4.5
Natty:
Report link

When I check response.text, it looks like some parts of the page are missing. Could this be due to missing headers or bot protection?

Reasons:
  • Low length (1):
  • Has 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: Mishra Lallan

79682829

Date: 2025-06-28 08:10:33
Score: 10.5
Natty: 5
Report link

did u find the answer? i face the same problem.

Reasons:
  • RegEx Blacklisted phrase (3): did u find the answer
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i face the same problem
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: wak

79682827

Date: 2025-06-28 08:03:31
Score: 4
Natty:
Report link

Press Enter and you skip this offer

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

79682811

Date: 2025-06-28 07:38:25
Score: 4
Natty:
Report link

Rapid taps or clicks JavaScript disabled or not working Automated (bot) activity on your network (IP 112.135.68.237) Use of developer or inspection tools Need help? Submit feedback.

whiskyrumprice

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

79682721

Date: 2025-06-28 04:50:48
Score: 6
Natty:
Report link

Hola Que es esto? 634202706172033

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

79682686

Date: 2025-06-28 03:43:27
Score: 8.5
Natty:
Report link

I am also facing similar issue, but even after adding schema.table format still not working. getting
psycopg2.errors.UndefinedTable: relation "nyc_taxi.trips" does not exist.

any other solution or workaround?

Reasons:
  • Blacklisted phrase (2): still not working
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing similar issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: sample Sampe

79682642

Date: 2025-06-28 01:29:00
Score: 8.5
Natty:
Report link

Did you ever have any success getting this working? I've tried a million different ways and the search bar still sits firmly at the top of my List{}

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever
  • RegEx Blacklisted phrase (2): working?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Muindor

79682613

Date: 2025-06-28 00:17:44
Score: 8.5
Natty: 5.5
Report link

did you solve the problem?

And a question, in the step two, how do you do the request to https://graph.facebook.com/v20.0/upload:\<UPLOAD_SESSION_ID> ?

do you use javascript fectch?

I've been triyng to use fetch but I recieve CORS erros.

Reasons:
  • Blacklisted phrase (1): how do you
  • RegEx Blacklisted phrase (3): did you solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): did you solve the
  • Low reputation (1):
Posted by: MR. Anderson

79682584

Date: 2025-06-27 23:25:29
Score: 4
Natty:
Report link

https://github.com/electron/electron/issues/46882

Found this open issue :) Downgrade to 35.2.1 to avoid this issue.

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

79682573

Date: 2025-06-27 23:11:21
Score: 7.5
Natty:
Report link

Ive been having a similar problem. This might help, though its not definitive. Sadly I havent found a permanent solution as the problem seems to be with the packages/compatibilities.

So, I have program I wrote in pycharm that uses pandas-ta and has worked perfectly for the past year or so... until I tried to improve the code, using a new project with a new interpreter.

I downloaded all the same librares, but keep getting an error similar to yours:

UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
  from pkg_resources import get_distribution, DistributionNotFound

I cant find a solution, BUT, when checking google/chatgpt, I kept getting suggestions to downgrade libraries.

On checking, I noticed that although the interpreters use the same packages, and python 3.12, the versions of the packages were different.

In the code that works with pandas_ta, numpy is 1.26.4 and pandas is 2.2.3.

In the new code, thats giving me the error, numpy is 2.3.1 and pandas is 2.3.0.

Its not ideal (and from the date of the post a bit late), but maybe if you downgrade the pandas and/or numpy to these versions, then install pandas_ta, it might work?

Reasons:
  • RegEx Blacklisted phrase (2): I cant find a solution
  • RegEx Blacklisted phrase (2): cant find a solution
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): having a similar problem
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: AndysPythonStuff

79682535

Date: 2025-06-27 22:14:09
Score: 4
Natty:
Report link

You have to install OPOS CCO...

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

79682517

Date: 2025-06-27 21:44:02
Score: 4
Natty:
Report link

Go to terminal and ask Copolit.

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

79682501

Date: 2025-06-27 21:22:56
Score: 5.5
Natty:
Report link

If you’re working with next, try renaming your .env to .env.local, any new errors?

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

79682500

Date: 2025-06-27 21:22:56
Score: 11.5
Natty: 7
Report link

I ran into same issue. Our requirement was to complete the transaction without UI flow. Did you find any solution ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution ?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nightwish

79682456

Date: 2025-06-27 20:34:42
Score: 4
Natty: 4
Report link

I'm Toppi! I can sing with my best friends!

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

79682410

Date: 2025-06-27 19:39:28
Score: 4
Natty:
Report link

This GTK 3 setup: Procedure entry point deflateSetHeader could not be located DLL libgio-2.0.0.dll suggests that the problem is in the zlib1.dll. You likely have several versions of it with the wrong one preceding in the Path environment variable.

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

79682407

Date: 2025-06-27 19:34:27
Score: 4.5
Natty:
Report link

Microsoft Edge is different and/or it is an older version. Some apps/programs use the same ToolTip style, e.g.:

O-browser:

Logo: enter image description here

ToolTip: enter image description here

X Browser:

Logo: enter image description here

ToolTip: enter image description here

Latest Edge ToolTip: enter image description here

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

79682265

Date: 2025-06-27 17:02:47
Score: 6.5
Natty: 5
Report link

i am facing the same problem. i asked on gpt, and on every AI chat. i cant find any satisfied answer.

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am facing the same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Naksh Lamba

79682256

Date: 2025-06-27 16:57:45
Score: 4
Natty: 4
Report link

I cleared derived data -> reset package cache -> activity monitor -> Xcode -> force quit

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

79682205

Date: 2025-06-27 16:04:31
Score: 6.5
Natty:
Report link

I am getting the same error intermittently in production. It does not reproduce on my local

Reasons:
  • RegEx Blacklisted phrase (1): I am getting the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aditya Nagpal

79682177

Date: 2025-06-27 15:37:22
Score: 4
Natty:
Report link

Switching from GPT-4.1 to Claude Sonnet 4 fixed this for me

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

79682170

Date: 2025-06-27 15:33:20
Score: 4
Natty:
Report link

Find Edit.Duplicate and assign the shortcut.

enter image description here

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

79682141

Date: 2025-06-27 15:02:06
Score: 6.5 🚩
Natty:
Report link

thank you @merlosy!

This Video really helped me, when I had a similar situation.
https://youtu.be/Jv7jOrGTKd0?si=kqvGSDOzs0oA-4Vx&t=434,

The strange thing is, that the official Angular Documentation suggests a method that doesn't work for me: https://angular.dev/guide/testing/components-scenarios#nested-component-tests

Only by adding

TestBed.overrideComponent(PrimaryComponent, {
            remove: { imports: [Child1Component, Child2Component, Child3Component] },
            add: { imports: [Mock1Component, Mock2Component, Mock3Component] },
        });
   

before

await TestBed.configureTestingModule(....)

was I able to mock the nested / child components correctly

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): This Video
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @merlosy
  • Low reputation (1):
Posted by: prezzler

79682139

Date: 2025-06-27 14:58:04
Score: 4
Natty: 6
Report link

In the header, you specify the branch when you execute the action, not at logon.

Here are some more details.

https://help.acumatica.com/(W(8))/Help?ScreenId=ShowWiki&pageid=9821cff9-4970-4153-a0f8-dbf5758133a7

Thanks

Matt

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Matt Brown

79682131

Date: 2025-06-27 14:53:02
Score: 4
Natty:
Report link

If its just a digital report i foun useful set in this way so i see the data only of the section i put the mouse on: enter image description here enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jesv94

79682035

Date: 2025-06-27 13:41:44
Score: 4.5
Natty:
Report link

enter image description here #Stef You're second solution is good but sometimes it does this : The ticks 48, 36, 24 don't mean anything. The ticks 12:00, 14:24 are good. How can I plot the ticks like you ? How can the ticks in between 12:00, and 14:24 mean something, and the rest of the ticks too pls ?

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Camille

79681960

Date: 2025-06-27 12:42:27
Score: 6 🚩
Natty: 5.5
Report link

here is how: enter image description here its in the image

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: safir truru

79681899

Date: 2025-06-27 11:53:09
Score: 6.5 🚩
Natty:
Report link

so i dont quite under stand yet why the answer always 0 is and if anyone knows how to change that pleas tell me

Reasons:
  • Blacklisted phrase (1): anyone knows
  • RegEx Blacklisted phrase (2.5): pleas tell me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Luna

79681858

Date: 2025-06-27 11:20:59
Score: 9.5 🚩
Natty: 6
Report link

hihihihihihihihihihihihihihihhi

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

79681833

Date: 2025-06-27 11:03:54
Score: 4.5
Natty:
Report link

You can just use print.data.frame(df).

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

79681758

Date: 2025-06-27 10:14:40
Score: 4
Natty:
Report link

I recently upgraded to Visual Studio v17.14.7 to utilize GH Copilot @workspace, and it failed to scan my full codebase. While asking it gave me the following response, Honest I would say
enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @workspace
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Subhankar Mukherjee

79681727

Date: 2025-06-27 09:45:31
Score: 11 🚩
Natty: 6.5
Report link

Could you please tell me how this issue was finally resolved? I'm facing the same problem too.

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (2.5): Could you please tell me how
  • RegEx Blacklisted phrase (1.5): resolved?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gavin

79681678

Date: 2025-06-27 09:11:20
Score: 5
Natty:
Report link

OK. I've been aware that I couldn't count on git to realize what I want directly.

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

79681554

Date: 2025-06-27 07:26:51
Score: 10 🚩
Natty: 6
Report link

Did you ever find a solution for this?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever find a solution
  • 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): Did you
  • Low reputation (1):
Posted by: Dado

79681421

Date: 2025-06-27 05:07:11
Score: 6.5 🚩
Natty:
Report link

I'm preparing a series of coding tutorials and want to include professional-looking thumbnails. While I can manually screenshot frames, it's often low resolution or inconsistent. Are there any reliable tools or workflows to get the official high-quality YouTube cover images?

I also wrote a short guide on "10 Thumbnail Design Tricks That Double Click-Through Rate" if anyone's interested (happy to share). For my workflow, I usually use YouTube-Cover.com — a free tool that extracts HD thumbnails (1080p, 720p) by just pasting the video URL. It's been a time-saver.

Any recommendations or best practices you follow for thumbnail optimization?

Thanks in advance!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: i npm

79681366

Date: 2025-06-27 03:26:50
Score: 4
Natty:
Report link

How I can hack WiFi All system with IP address password

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

79681343

Date: 2025-06-27 02:22:36
Score: 4.5
Natty:
Report link

I want your number I mean phone number to talk to you and join you

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Elisha Nana Amissah

79681323

Date: 2025-06-27 01:29:19
Score: 7 🚩
Natty:
Report link

I get the same error if I try to use @use to import Bootstrap 4xx SCSS. But if I use @import, and include functions before variables, it works.

Reasons:
  • RegEx Blacklisted phrase (1): I get the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I get the same error
  • User mentioned (1): @use
  • User mentioned (0): @import
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: CJWEB

79681277

Date: 2025-06-26 23:51:53
Score: 6.5 🚩
Natty:
Report link

Were you ever able to solve this issue? Running into the same problem myself where it works with the st-link but not with the raspi.

I have gone through and confirmed through measuring voltage and also using led's that the raspit is sending a signal through the swclk and swdio pins but that the stm32 is not sending a message back.

Reasons:
  • RegEx Blacklisted phrase (1.5): solve this issue?
  • RegEx Blacklisted phrase (3): Were you ever
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: user30825494

79681208

Date: 2025-06-26 22:25:33
Score: 8.5
Natty: 7.5
Report link

have you found a solution to this?

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found a solution to this
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Thiago Jesus Machado

79681201

Date: 2025-06-26 22:17:29
Score: 9.5 🚩
Natty: 5
Report link

Up, did you find a solution on this?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Quentin Malgaud

79681130

Date: 2025-06-26 20:45:05
Score: 4.5
Natty: 5
Report link

I’m having this exact same problem. If you could dm me @ mohmaibe on Twitter or email [email protected] that would be awesome. Cheers.

Reasons:
  • Blacklisted phrase (1): Cheers
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammed Maibe

79681105

Date: 2025-06-26 20:28:01
Score: 4
Natty: 5.5
Report link

Bana asmr yapay zeka hazırla..

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

79680970

Date: 2025-06-26 17:58:25
Score: 5
Natty:
Report link

How did you deploy your milvus cluster?

please scale your cluster with https://milvus.io/docs/scaleout.md#Scale-a-Milvus-Cluster

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: James Luan

79680923

Date: 2025-06-26 17:19:15
Score: 4
Natty:
Report link

nice dear i have also found but still no solution find

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

79680878

Date: 2025-06-26 16:49:06
Score: 4.5
Natty: 7
Report link

I am looking for some resource how to implement Write with Immediate using Network Direct API? The ndspi.h header seems to not expose the needed reference. I am currently developing a prototype to connect Linux OS based using RDMA libibverbs to post rdma write with immediate to windows using Network direct.

Thanks for your help.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): I am looking for
  • Whitelisted phrase (-0.5): Thanks for your help
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: wil

79680851

Date: 2025-06-26 16:26:00
Score: 4
Natty: 6
Report link

The answer was very helpfull , thank you !!

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

79680795

Date: 2025-06-26 15:46:46
Score: 5
Natty:
Report link

enter image description here

Difference between Write-Back and Write-Through

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Md. Farid Hossen Rehad

79680702

Date: 2025-06-26 14:45:28
Score: 4
Natty: 4
Report link

this answer save my live, good solution

https://kashanahmad.me/blog/ionic-fix-streched-splash-screen-on-android/

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