79445644

Date: 2025-02-17 14:13:10
Score: 9
Natty: 8
Report link

Fala Renan, eu estou com o mesmo problema. Você conseguiu resolver isso de alguma forma?

Reasons:
  • Blacklisted phrase (3): Você
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christopher William Lee

79445628

Date: 2025-02-17 14:08:07
Score: 4.5
Natty:
Report link

Same issue with Eclipse 2024-09 (4.33.0)

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: Ertugrul Öztürk

79445625

Date: 2025-02-17 14:08:06
Score: 8.5 🚩
Natty:
Report link

I have a bug, you can help me, please Fatal error: Uncaught Error: Class "Google\Cloud\Vision\V1\ImageAnnotatorClient" not found

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): you can help me
  • RegEx Blacklisted phrase (2): help me, please
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user29680606

79445613

Date: 2025-02-17 14:02:03
Score: 6 🚩
Natty:
Report link

Could you share the training loop and model details as well? Little hard to tell based purely off the data.

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mansi Sakarvadia

79445543

Date: 2025-02-17 13:34:55
Score: 5
Natty: 5
Report link

I see jose's answer here, but this applies also on connecting an AKS cluster to an ArgoCD deployed on a local K8S cluster?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Răzvan Florin Nicolae

79445511

Date: 2025-02-17 13:21:51
Score: 5
Natty:
Report link

I am experiencing the same issue in Nextjs 15

<div className="bg-secondary-40 hidden md:flex md:bg-red-500">

hidden md:flex doesnt work, yet the md:bg works, anyone got any ideas?

Reasons:
  • Blacklisted phrase (1): doesnt work
  • Blacklisted phrase (1): any ideas
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: David Sarvasidze

79445457

Date: 2025-02-17 12:56:44
Score: 14.5
Natty: 7.5
Report link

I'm having the same problem, were you able to solve it?

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

79445442

Date: 2025-02-17 12:50:42
Score: 4
Natty:
Report link

You cant, you can assign final fields by using @Value on a param in the constructor, and then assigning that param to a final field.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Value
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brent Simons

79445441

Date: 2025-02-17 12:49:41
Score: 4
Natty:
Report link

This made me crazy and loose my mind! Thank you the presented solution has saved me from going to coockoo hospital

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: June

79445423

Date: 2025-02-17 12:41:39
Score: 4
Natty: 4
Report link

Did you tried to setup config_showNavigationBar to true in frameworks/base/core/res/res/values/config.xml ?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Sergey

79445380

Date: 2025-02-17 12:25:34
Score: 4
Natty:
Report link

@Twisted Tea, I'm working with a custom EventListenerProvider in Keycloak 18 to handle events, specifically LOGIN and LOGIN_ERROR. I am trying to modify the Event object details and add additional information (like orgId). I want to achieve updated event details in the event UI for any LOGIN events.

public class TenantEventListenerProvider implements EventListenerProvider {
  private final KeycloakSession keycloakSession;

  @Override
  public void onEvent(Event event) {
    if (event.getType() == EventType.LOGIN || event.getType() == EventType.LOGIN_ERROR) {
      String orgId = extractOrgId(event);
      Event clonedEvent = event.clone();
      Map<String, String> eventDetails = new HashMap<>(clonedEvent.getDetails());
      eventDetails.put("orgId", orgId);
      clonedEvent.setDetails(eventDetails);
      keycloakSession.getTransactionManager().commit();  // <-- Commit causing the error
    }
  }
}
Reasons:
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Twisted
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Pat's

79445228

Date: 2025-02-17 11:22:19
Score: 6.5 🚩
Natty: 4
Report link

Your redirectUri is 'com.eltizam.app://signin-oidc', that means the auth will bring you back to your application, to the route signin-oidc. Do you have this route registered in your router?

Reasons:
  • RegEx Blacklisted phrase (2.5): Do you have this
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: Nikola Diklich

79445207

Date: 2025-02-17 11:14:16
Score: 4
Natty: 5
Report link

Thank you. I was looking for this feature for a long time.

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

79445204

Date: 2025-02-17 11:13:15
Score: 9
Natty: 7.5
Report link

Did you manage to find a solution to this problem?

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

79445155

Date: 2025-02-17 10:55:10
Score: 7 🚩
Natty:
Report link

Regarding :

  1. change the admin password

The answer has been provided by Shaibz in a comment above :

https://jfrog.com/help/r/jfrog-platform-administration-documentation/recreate-the-default-admin-user

Regarding :

  1. accept the licence
  2. setting up proxies
  3. create some repository

The answer is found in another question :

How can I automatically accept Artifactory EULA?

Thanks !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): another question
  • Blacklisted phrase (0.5): How can I
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: nipil

79445085

Date: 2025-02-17 10:26:02
Score: 7 🚩
Natty:
Report link

any update on this issue, i am facing the same issue with pinecone index

Reasons:
  • Blacklisted phrase (1): update on this
  • Low length (1.5):
  • 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: fussion gt

79445076

Date: 2025-02-17 10:23:00
Score: 12.5 🚩
Natty: 4
Report link

Did you ever find a way to disable these messages? I’ve been investigating how to prevent them, as they are causing confusion for users.

I currently have a six-stage approval flow, where final approval is only granted after Stage 6 is completed. However, users are receiving a message stating 'Final status: Approved' after every stage of approval. This is leading them to believe that sign-off has been achieved prematurely.

I would be grateful for any advice or suggestions you may have on how to address this issue.

Thank you in advance for your support.

Best regards,

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • RegEx Blacklisted phrase (3): Thank you in advance
  • RegEx Blacklisted phrase (3): Did you ever find a way to
  • RegEx Blacklisted phrase (2): I would be grateful
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: CptPeg

79445060

Date: 2025-02-17 10:13:57
Score: 4.5
Natty: 4.5
Report link

https://nextjs.org/docs/app/building-your-application/upgrading/version-15#async-request-apis-breaking-change

there have solution next js 15

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

79445020

Date: 2025-02-17 10:02:53
Score: 9.5 🚩
Natty: 6.5
Report link

Can you please share the code on how you implement this. I have similar issue to disable send box until agent joins conversation.

Reasons:
  • Blacklisted phrase (1): I have similar
  • RegEx Blacklisted phrase (2.5): Can you please share the code
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have similar issue
  • Unregistered user (0.5):
  • Starts with a question (0.5): Can you please share the code on
  • Low reputation (1):
Posted by: Lilly

79444965

Date: 2025-02-17 09:38:46
Score: 5.5
Natty: 5
Report link

how to use localization in control's label and description ?

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): how to use
  • Low reputation (0.5):
Posted by: Shukla Dev

79444924

Date: 2025-02-17 09:24:42
Score: 8.5
Natty: 7.5
Report link

have you solved the problem? I am facing the same challenge, looking forward to your reply, thank you very much

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1.5): looking forward to your
  • Blacklisted phrase (1.5): have you solved the problem
  • RegEx Blacklisted phrase (1.5): solved the problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lyu拉闸吃大碗宽面

79444908

Date: 2025-02-17 09:16:39
Score: 6.5 🚩
Natty: 6.5
Report link

This doesn't work.

Maybe things have changed in the last 5 years...

Does anyone know how to get a private profile URL from a post ID in 2025?

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Jan Trautwein

79444860

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

This was fixed by Google today and we no longer face the error.

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

79444847

Date: 2025-02-17 08:48:31
Score: 5.5
Natty: 5.5
Report link

have you solved this problem? I have the same challenge. I look forward to your reply. Thank you very much.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1.5): solved this problem?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lyu拉闸吃大碗宽面

79444843

Date: 2025-02-17 08:47:30
Score: 5.5
Natty: 7
Report link

Thanks Fynn, I had tried many solutions on others post but not work.

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

79444822

Date: 2025-02-17 08:38:28
Score: 5.5
Natty:
Report link

Which library are you using to implement this?

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): Which
  • Low reputation (0.5):
Posted by: sam-osb

79444713

Date: 2025-02-17 07:45:15
Score: 11.5 🚩
Natty: 4
Report link

I am working on virtual channels(using C#) using Vanara.PInvoke and I got similar error. Were you able to fix this? If so can you please guide through how you solved it.

I check few threads in ChatGpt/Copilot. Also did research on google for any documentation using Vanara.PInvoke. For any reason it is giving Invalid Channel for method WTSVirtualChannelOpenEx.

ChatGpt asked me to validate Session and Virtual Channel Name registration. I am passing WTS_CURRENT_SESSION and for VC, I have registrated in HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server\Addins path(in VM where I need to transfer file) in regedit as per Microsoft website. Still the issue persists.

Please let me know, if anything is missing or need to check in any other direction.

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): can you please guide
  • RegEx Blacklisted phrase (2.5): Please let me know
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (3): Were you able
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: sathya

79444646

Date: 2025-02-17 07:12:07
Score: 8
Natty: 7.5
Report link

Hey plz can you give me the working code?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you give me
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: ABIR HASSAN

79444627

Date: 2025-02-17 06:59:04
Score: 5.5
Natty: 5.5
Report link

does this Fast Telethon still actual in 2025? Does this still can give a boost for uploading in compare to original and latest version of Telethon? Thanks!

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

79444575

Date: 2025-02-17 06:36:58
Score: 11
Natty: 7
Report link

I want to add new constraints and I applied exactly same way with you but samely it did not work. I defined some fitness function and call it in put_item. Did you solved the problem?

Reasons:
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (3): Did you solved the problem
  • RegEx Blacklisted phrase (1.5): solved the problem?
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eralp Uçar

79444510

Date: 2025-02-17 06:01:48
Score: 6.5 🚩
Natty: 4.5
Report link

I am also facing the same issue in my trigger.I checked properly and I have full access in the shared mailbox, but still receiving this error. I even waited for 2 days now.

Should i just delete the flow and create it again.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Blacklisted phrase (1): days now
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Low reputation (1):
Posted by: Chinmai KM

79444471

Date: 2025-02-17 05:32:42
Score: 6
Natty: 7
Report link

What is that option for Frame.view in WinIDEA?

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): What is that
  • Low reputation (1):
Posted by: Akshay BM

79444448

Date: 2025-02-17 05:07:36
Score: 14
Natty: 7.5
Report link

I am facing the same problem where microsoft send me an email to upgrade spark runtime in azure synapse but i can't find any spark pool. May i know how do you solve this ?

Reasons:
  • Blacklisted phrase (1): how do you
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (1.5): solve this ?
  • RegEx Blacklisted phrase (2.5): do you solve this
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same problem
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Panda

79444349

Date: 2025-02-17 03:45:20
Score: 8.5 🚩
Natty:
Report link

I tried commenting out some parts in the downloadFile function in telegram-web-app.js, and it was able to pop up a confirm modal for me to download it. However, when I clicked to download, the program crashed. It might be because the internal implementation does not support the data:image/png;base64 (canvas.toDataURL("image/png")) format.

Does anyone have a solution?

Reasons:
  • Blacklisted phrase (3): have a solution?
  • RegEx Blacklisted phrase (3): Does anyone have a solution
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Edward Wang

79444348

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

enter image description here

I add this method in Response then it works

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: yong tao

79444340

Date: 2025-02-17 03:31:16
Score: 4
Natty:
Report link

Bahmni's default installation option is docker based. So, you might need to install docker engine and docker-compose on the host. https://support.cpanel.net/hc/en-us/articles/4402393047703-How-To-Install-Docker-Compose.

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

79444325

Date: 2025-02-17 03:17:13
Score: 6 🚩
Natty: 5
Report link

My question is: I want to design a web application (not a Web API) that supports multiple projects like Entity, Product, Masters, etc. However, whenever I search for information about web applications, most websites only discuss Web APIs, and no one talks about web applications. Please suggest what I should do.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please suggest what
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29672931

79444314

Date: 2025-02-17 03:07:10
Score: 7.5 🚩
Natty: 5.5
Report link

My whatesapp group protect to bot please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Opu

79444303

Date: 2025-02-17 03:00:07
Score: 12.5 🚩
Natty: 6.5
Report link

did you solve the problem? I have the same problem..

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • RegEx Blacklisted phrase (3): did you solve the problem
  • RegEx Blacklisted phrase (1.5): solve the 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): did you solve the
  • Low reputation (1):
Posted by: yong tao

79444272

Date: 2025-02-17 02:19:00
Score: 4.5
Natty: 5.5
Report link

Try my extension library: https://github.com/izanhzh/efcore-plus, this is a temporary solution

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

79444270

Date: 2025-02-17 02:16:58
Score: 4.5
Natty: 5.5
Report link

I created an extension library to solve this: https://github.com/izanhzh/efcore-plus

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

79444258

Date: 2025-02-17 02:09:55
Score: 6 🚩
Natty: 6
Report link

Thanks @stlawrance for raising & @Artem to fix this issue. Same issue was reported earlier, https://stackoverflow.com/questions/61926904/spring-integration-tcp-connection-factory-connection-getting-closed-with-sockett

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @stlawrance
  • User mentioned (0): @Artem
  • Low reputation (1):
Posted by: Ricky Arora

79444256

Date: 2025-02-17 02:08:54
Score: 5
Natty:
Report link

After hours of trying to use inline, I switched to exactly how this demo works. https://demos.telerik.com/aspnet-mvc/grid/editing-custom?_gl=1*4rmtvr*_gcl_au*MzM0MzgzMzQxLjE3Mzk2NTQ5MTg.*_ga*NzAyNTMxODYzLjE3Mzk2NTQ5MTg.*_ga_9JSNBCSF54*MTczOTcyNDMxOS4yLjEuMTczOTc1Njg5My41NC4wLjA.

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

79444232

Date: 2025-02-17 01:49:50
Score: 4.5
Natty: 5.5
Report link

Do you happen to sell hotmail/outlook accounts? I need a large amount every day.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Otec Lee

79444042

Date: 2025-02-16 22:29:13
Score: 4
Natty: 6
Report link

python -m pip install --default 1000 -r requirements.txt

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

79443942

Date: 2025-02-16 21:18:55
Score: 12 🚩
Natty: 6.5
Report link

i have the same issue. Anyone found a solution???????

Reasons:
  • Blacklisted phrase (1): ???
  • Blacklisted phrase (1): i have the same issue
  • Blacklisted phrase (2): Anyone found
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alejandro Irizarry

79443931

Date: 2025-02-16 21:12:53
Score: 4
Natty: 5
Report link

can I disable this wpautop by the request only? I have java code that uses Wordpress api to change the h1 tags im my pages. for example add some bla string to all h1 tags. I don't want any further change in my html can I disable it by the api update request only?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): can I
  • Low reputation (0.5):
Posted by: user1628688

79443896

Date: 2025-02-16 20:46:46
Score: 5.5
Natty: 5.5
Report link

In mathematica, what then do you do if you want to pass a list into a function instead of having the function mapped over the list?

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

79443868

Date: 2025-02-16 20:28:42
Score: 4
Natty:
Report link

My solution was a synonyme on that table for the granted user.

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

79443790

Date: 2025-02-16 19:23:27
Score: 6 🚩
Natty:
Report link

Mine is working fine. I still use flutter 3.24.5 Could you provide the flutter doctor result?

Have you try to clean the gradle?

./gradlew clean
./gradlew --stop
./gradlew build
Reasons:
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: anonymous cat

79443709

Date: 2025-02-16 18:30:15
Score: 5.5
Natty: 6.5
Report link

Any update on this? I´m interested..

Reasons:
  • Blacklisted phrase (1): update on this
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pablo Aschieri

79443564

Date: 2025-02-16 16:57:51
Score: 10.5 🚩
Natty: 5
Report link

Facing the similar issue. Did you got the solution for this issue ?

Reasons:
  • RegEx Blacklisted phrase (3): Did you got the solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the similar issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Shouvik Das

79443493

Date: 2025-02-16 16:17:42
Score: 6.5 🚩
Natty: 4.5
Report link

I was able to reproduced the jiggle both in Debian 12.x and CentOS 9 running your demo program with Java 23.0.2. In Debian the jiggle always happens. In CentOS the jiggle happens once or twice in a row, then a couple of times everything works ok, but then the jiggle comes back, and so on. I changed the visual effects setting and nothing changed. I removed the alert.initOwner() and nothing changed. Have you found a solution to this problem?

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution to this problem
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eduardo Ostertag

79443469

Date: 2025-02-16 16:03:38
Score: 8.5 🚩
Natty:
Report link

I'm facing the same problem, I need to update relations but the integer "id" field is required for this and I didn't get it from anywhere , in my case I have "users" collection that have a many-to-one relationship with "position" collection my update graphql looks like this:

mutation AssignUserToPosition($id: ID!, 
$data:UsersPermissionsUserInput!) {
updateUsersPermissionsUser(id: $id, data: $data) {
  data {
    documentId
  }
}}

when I pass this for variables:

{
  id: "asdfghjkdsjkgjdvgskl",
  data: { position: "laskfjfpgiewjgwp" }
}

I found it like this in strapi v5 documentation this article

So please it's Urgent If anyone knows a solution or can give us a hint of how to preceed with this.

Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): m facing the same problem
  • Blacklisted phrase (1): anyone knows
  • RegEx Blacklisted phrase (2): Urgent
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Low reputation (1):
Posted by: Assia Nour

79443428

Date: 2025-02-16 15:36:31
Score: 4
Natty:
Report link

Found this which looks good (quite new, still in development) https://github.com/fontanf/packingsolver

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

79443342

Date: 2025-02-16 14:45:19
Score: 9.5 🚩
Natty:
Report link

O problema que você está enfrentando parece estar relacionado à forma como você está tentando extrair uma ArrayList<String> de um HashMap<String, Object>. A dificuldade pode estar na maneira como o conteúdo do HashMap está sendo interpretado ou convertido.

Aqui estão algumas possíveis razões e soluções:

  1. Tipo de Dados no HashMap:

    • O HashMap está declarado como HashMap<String, Object>, o que significa que o valor associado a qualquer chave é do tipo Object. Quando você tenta extrair uma ArrayList<String>, o Java pode não estar conseguindo fazer o cast automaticamente para ArrayList<String> porque o valor é tratado como um Object.
    • Solução: Faça um cast explícito para ArrayList<String> ao extrair o valor. Por exemplo:
      ArrayList<String> test = (ArrayList<String>) mappings.get("role");
      
  2. Verificação de Nulo:

    • Antes de fazer o cast, verifique se o valor não é nulo para evitar NullPointerException.
    • Solução:
      if (mappings.get("role") != null) {
          ArrayList<String> test = (ArrayList<String>) mappings.get("role");
      }
      
  3. Tipo Real do Objeto:

    • O valor associado à chave "role" pode não ser realmente uma ArrayList<String>, mas sim outro tipo de lista ou coleção. Isso causaria uma ClassCastException.
    • Solução: Verifique o tipo real do objeto antes de fazer o cast:
      Object role = mappings.get("role");
      if (role instanceof ArrayList) {
          ArrayList<?> test = (ArrayList<?>) role;
          // Se você precisar garantir que é uma lista de Strings, pode fazer um cast adicional ou verificar o tipo dos elementos.
      }
      
  4. Problemas com o DRL (Drools Rule Language):

    • Se você está usando Drools, pode haver uma incompatibilidade na forma como o DRL interpreta os tipos de dados. Certifique-se de que o DRL está corretamente configurado para lidar com ArrayList e HashMap.
    • Solução: Verifique a sintaxe e as importações no arquivo .drl para garantir que todos os tipos de dados estão corretamente referenciados.
  5. Exemplo Completo:

    • Aqui está um exemplo completo de como você poderia extrair e verificar a ArrayList<String>:
      if (mappings != null && mappings.containsKey("role")) {
          Object role = mappings.get("role");
          if (role instanceof ArrayList) {
              ArrayList<?> tempList = (ArrayList<?>) role;
              if (!tempList.isEmpty() && tempList.get(0) instanceof String) {
                  ArrayList<String> test = (ArrayList<String>) tempList;
                  // Agora você pode usar `test` como uma ArrayList<String>
              }
          }
      }
      

Resumindo, o problema provavelmente está relacionado ao cast de tipos ou à verificação de tipos. Certifique-se de que o valor no HashMap é realmente uma ArrayList<String> e faça o cast e as verificações necessárias para evitar erros.

Reasons:
  • Blacklisted phrase (3): você
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): de Dados
  • Blacklisted phrase (1): de dados
  • Blacklisted phrase (1): porque
  • Blacklisted phrase (1): não
  • Blacklisted phrase (2): Solução
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Matheuzin SA

79443288

Date: 2025-02-16 14:24:13
Score: 5.5
Natty: 5
Report link

I want to thank you for your link

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

79443268

Date: 2025-02-16 14:05:09
Score: 5
Natty: 6.5
Report link

I found this blog, and it have a solution,

Adding request headers to image requests using a service worker

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

79443220

Date: 2025-02-16 13:39:03
Score: 4
Natty: 4
Report link

you can check this

https://github.com/LRGEX/backarosa

might help you to do what you want

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

79443211

Date: 2025-02-16 13:34:00
Score: 6.5 🚩
Natty:
Report link

Facing the same issue - specially for the android phones. Changed some setting according to the article and hence it redirected to the browser in Metamask. https://birbz.medium.com/fix-for-metamask-deep-links-not-opening-on-android-eb966ed31560

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same issue
  • Low reputation (1):
Posted by: Lokesh Bhavsar

79443093

Date: 2025-02-16 11:59:40
Score: 10.5
Natty: 7.5
Report link

is there any solution to this problem at present?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): is there any
  • RegEx Blacklisted phrase (2): any solution to this problem at present?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): is there any solution to this
  • Low reputation (1):
Posted by: 旭伟卢

79442855

Date: 2025-02-16 09:14:04
Score: 6 🚩
Natty: 4
Report link

hey could you tell me what are the results that u found ? because i'm building a tool similiar to it and snyk

Reasons:
  • RegEx Blacklisted phrase (2.5): could you tell me what
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Omar Moussaoui

79442849

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

You to be honest with me and I am waiting for you to be honest with me and I am waiting

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

79442616

Date: 2025-02-16 05:16:17
Score: 12 🚩
Natty: 4
Report link

Please i need help. my website [uniprojectmaterials.com][1]

[1]: https://uniprojectmaterials.com is downloading webiste instead of opening browswer. i hosted it on [godaddy.com][1]

[1]: https://godaddy.com i have chat them severally they keep telling me the problem is from my .htacess file. i dont have knowledge on .htaccess. please can someone help me please

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (2.5): i need help
  • RegEx Blacklisted phrase (3): can someone help me
  • RegEx Blacklisted phrase (2): help me please
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: uniproject

79442597

Date: 2025-02-16 04:47:10
Score: 6 🚩
Natty:
Report link

I have same issue. I tried creating new but even after I got same issue.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Yangjee Sherpa

79442572

Date: 2025-02-16 03:58:01
Score: 5.5
Natty:
Report link

-...- -...- / ---... ---... ---... -...- -...- -...- -...- -...- -...- -...- / ---... ---... ---... -...- -...- -...- -...- -...- / ---... ---... ---... -...- -...- -...- -...- / ---... ---... ---... / ---... ---... ---... -...- -...- -...- -...- -...- / ---... ---... ---... -...- -...- -...- -...- / -...- -...- / ---... ---... ---... / -...- -...- -...- / -...- -...- -...- / ---... ---... ---... / ---... ---... ---... / -...- -...- -...- / ---... ---... ---... / ---... ---... ---... / ---... ---... ---... / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- -...- -...- -...- / -...- -...- -...- -...- -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- -...- -...- -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- -...- -...- -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- / -...- -...- -...- -...- -...- -...- -...- / -...- -...- -...- / -...- -...- -...-

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (3.5):
  • Low entropy (1):
  • Low reputation (1):
Posted by: Winston

79442571

Date: 2025-02-16 03:53:59
Score: 5.5
Natty:
Report link

@Botje helped me out here. simply needed to restart terminal for jenv to update

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @Botje
  • Self-answer (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: TheUltimateHack

79442494

Date: 2025-02-16 01:56:39
Score: 4.5
Natty: 5
Report link

Start with the perceptron. No calculus needed: https://sites.google.com/site/tomspagesthirdmillennium/home/a-demonstration-of-artificial-intelligence-for-beginners

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

79442462

Date: 2025-02-16 01:17:31
Score: 10 🚩
Natty: 4
Report link

Have you found solution to this? having similar problems

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found solution to this
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): having similar problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: overdeveloping

79442459

Date: 2025-02-16 01:12:29
Score: 10.5 🚩
Natty: 4.5
Report link

I know this post is old, but did you ever end up fixing this? I'm having the exact same problem

Reasons:
  • RegEx Blacklisted phrase (3): did you ever
  • RegEx Blacklisted phrase (1.5): fixing this?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the exact same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: RobsonDaSheep

79442427

Date: 2025-02-16 00:30:22
Score: 5
Natty: 4.5
Report link

Gurt propuesta.

Hemos visto tu negocio y creemos que tiene mucho potencial.

Publicaremos tu empresa en más de 60 periódicos digitales de alta autoridad, lo que mejorará tu reputación, y posicionará tu web en las primeras posiciones de Internet. Así, cuando los clientes busquen información sobre ti, verán que tu empresa es conocida y confiarán más en ella.

Además, queremos ofrecerte dos meses gratuitos para que pruebes el impacto sin compromiso.

¿Podrías facilitarme un número de teléfono para comentarte los detalles?

Quedo pendiente de tu respuesta.

PD: Si prefieres no recibir más información, responde con "No estoy interesado" y no volveremos a contactarte.

Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (2): estoy
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Estefania

79442379

Date: 2025-02-15 23:29:11
Score: 4
Natty:
Report link

just wondering if there's a way I can get rid of the 2d map on the side of the raycaster.

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

79442340

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

In my case the channel was private once I created a new public chat and used the chat @username, the issue was resolved.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @username
  • Single line (0.5):
  • Low reputation (1):
Posted by: Alisa Fodorov

79442328

Date: 2025-02-15 22:33:59
Score: 4
Natty: 4.5
Report link

thanks. would not have been able to figure this out. Thanks for including the screen shots as well. I'll update if it works or not.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sr Bruno

79442204

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

Excellent, this worked like a charm.

Reasons:
  • Blacklisted phrase (1): worked like a charm
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: rahul_jk

79442176

Date: 2025-02-15 20:13:28
Score: 4
Natty:
Report link

Soved by adding iconipy "assets" folder into "_internal" as whole folder inside pyinstaller .spec file + add "iconipy" as hiddenimports: Soluiont

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Jan Vaško

79442132

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

The reason is the file extension you placed in the VM. In iOS, the extension and the format of the extension are different from Linux or Windows. This is the issue, and I don’t have a perfect solution, but the temporary solution is to change the VM each time you change the device. Put the VM code in a text file and replace it every time you change the device. If you find a perfect and permanent solution, please let me know.(instagram : @AmeedDarawsha)

Reasons:
  • Whitelisted phrase (-1): solution is
  • RegEx Blacklisted phrase (2.5): please let me know
  • No code block (0.5):
  • User mentioned (1): @AmeedDarawsha
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ameed Darawsheh

79442046

Date: 2025-02-15 18:45:08
Score: 8.5 🚩
Natty: 6
Report link

do you already fixed it? im facing the same problem anh try many way but maybe the response is fixing...

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (1.5): fixed it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): facing the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Khôi Nguyễn Vũ

79441949

Date: 2025-02-15 17:14:48
Score: 4
Natty:
Report link

I installed anaconda and was then able to install Darts with no issue.

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

79441900

Date: 2025-02-15 16:49:42
Score: 4
Natty:
Report link

alright i find out i didn't use the right library , my bad, i used "vis-network/standalone" and i need to use :react-vis-network-graph"

Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: gabriel delset

79441873

Date: 2025-02-15 16:31:37
Score: 6 🚩
Natty: 5.5
Report link

Maybe libiconv instead for conversion?

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

79441843

Date: 2025-02-15 16:17:32
Score: 10 🚩
Natty:
Report link

Can you please provide the logs from Azure? Do they indicate any kind of error? Do you have access to a console in the Azure Web App? What does it say if you try ping the service from the webapp itself?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please provide
  • RegEx Blacklisted phrase (2.5): Do you have a
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you please
  • Low reputation (1):
Posted by: Cowboy_Patrick

79441677

Date: 2025-02-15 14:27:09
Score: 5
Natty: 5
Report link

regarding your question I guess you are trying to find angle between two parts ? Do you know if angle between two parts is stored as parameter in the STEP (STP) or OBJ files generated by Autocad, Autodesk ?

regards

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

79441665

Date: 2025-02-15 14:18:05
Score: 6.5 🚩
Natty: 4
Report link

class MyHttpOverrides extends HttpOverrides { final String cert;

MyHttpOverrides(this.cert);

@override HttpClient createHttpClient(SecurityContext? context) { final SecurityContext securityContext = SecurityContext(withTrustedRoots: false); securityContext.setTrustedCertificatesBytes(cert.codeUnits); return super.createHttpClient(securityContext) ..badCertificateCallback = (X509Certificate cert, String host, int port) => true; }

I call this in main.dart:

final cert = await rootBundle.loadString('assets/certificates/dev-cert.pem'); HttpOverrides.global = MyHttpOverrides(cert);

I used this method but sometimes it works and sometimes it doesn't. Now it doesn't work anymore. I think maybe the certificate file has changed. please help me

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): please help me
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • User mentioned (1): @override
  • Low reputation (1):
Posted by: ziba amri

79441662

Date: 2025-02-15 14:14:04
Score: 9 🚩
Natty: 5.5
Report link

did you find an answer for this question ?

Reasons:
  • RegEx Blacklisted phrase (3): did you find an answer
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find an answer for this
  • Low reputation (1):
Posted by: Dinuka Jayalath

79441660

Date: 2025-02-15 14:13:02
Score: 6.5 🚩
Natty:
Report link

What version of InfluxDB are you using?

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Heather Downing

79441606

Date: 2025-02-15 13:37:54
Score: 7.5 🚩
Natty:
Report link

Any solutions for this error / problem?

Reasons:
  • Blacklisted phrase (1.5): Any solution
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Eclesiaste Lucien

79441576

Date: 2025-02-15 13:17:49
Score: 4
Natty: 4
Report link

silly naming. Or idiotic. Or trumpic. Or muskic.

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

79441526

Date: 2025-02-15 12:41:40
Score: 6.5 🚩
Natty: 5
Report link

I have the same problem and the code is similar to this above. Customized button in right-click menu is not visible in Excel 365 but I checked the code in Excel 2021 and it works. So maybe some option need to be turned on in Excel365 but I don't know which or maybe latest update of Excel365 broke something.

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

79441525

Date: 2025-02-15 12:41:39
Score: 11.5
Natty: 7.5
Report link

Did you get the form to redirect to your own confirmation page, if so can you share?

Reasons:
  • RegEx Blacklisted phrase (2.5): can you share
  • RegEx Blacklisted phrase (3): Did you get the
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: jo7er7 aka Looker

79441518

Date: 2025-02-15 12:36:37
Score: 9.5 🚩
Natty: 5.5
Report link

Did you find any ans for this ?

Reasons:
  • RegEx Blacklisted phrase (3): Did you find any
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find any
  • Low reputation (1):
Posted by: Nishchay Bhatt

79441515

Date: 2025-02-15 12:32:36
Score: 4.5
Natty: 5.5
Report link

Apollo: how would I adapt that formula to get the percent change. From what I can tell that is from the child div ((@class='JwB6zf') of a parent div ([@class='enJeMd')? Unfortunately, I am such a newb that the syntax eludes. Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: texasmike

79441469

Date: 2025-02-15 12:06:29
Score: 6.5 🚩
Natty: 6
Report link

How to know if the font is a variable font or a static font ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Bassam Kutet

79441463

Date: 2025-02-15 12:01:27
Score: 4.5
Natty:
Report link

Sorry but I have some problem with my (newly created) account on Stack Overflow... I cannot operate on this post, it seems the system doesn't recognize me as the author: I asked Help Center to check my account in order to mark this post as "solved". @grawity_u1686 Thank you a lot!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I cannot
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @grawity_u1686
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dvd1975

79441440

Date: 2025-02-15 11:45:20
Score: 6 🚩
Natty:
Report link

Hi checking for any updated regarding the error i also facing the same issue

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i also facing the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nisal Tharusha Fernando

79441334

Date: 2025-02-15 10:35:04
Score: 4
Natty: 4
Report link

It needs to be a yourlink.github.io/image.png to add in the image

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

79441225

Date: 2025-02-15 09:04:47
Score: 4
Natty:
Report link

Window >> Preference >> Validation ,Remove JavaScript Validation enter image description here

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

79441214

Date: 2025-02-15 08:56:43
Score: 7.5 🚩
Natty: 5
Report link

I've installed the package with your method, and met with the same ModuleNotFoundError as you said, do you know how to import metatrader?

Reasons:
  • RegEx Blacklisted phrase (2.5): do you know how
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Hill

79441150

Date: 2025-02-15 08:01:30
Score: 4
Natty: 4.5
Report link

In my case will-change: transform helped. From the answer here: Fixing Transparent Line Between Div with Clip-Path and Parent Div

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

79441131

Date: 2025-02-15 07:35:25
Score: 4
Natty: 7
Report link

can you use this in reverse? and if so, do I put +1 for scale? and im lost on the -qscale 3?? I googled how to use ffmpeg to convert a 480p mp4 to 720p mp4 and i ended up here. ahah sorry in advance

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you use this in
  • Low reputation (1):
Posted by: J R