79735334

Date: 2025-08-14 11:27:56
Score: 4
Natty:
Report link

Please take a reference from this; you get a better understanding.

https://docs.oracle.com/javase/tutorial/jdbc/basics/sqlxml.html

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

79735192

Date: 2025-08-14 09:32:27
Score: 11.5
Natty: 5
Report link

I have the same question. Unfortunately, both links in the highlighted answer are now outdated. Does anyone have newer info on this?

For the condition I tried:

#intentName1 && #intentName2

intents.contains('intentName1') && intents.contains('intentName2')

intents.values.contains('intentName1') && intents.values.contains('intentName2')

The first two didn't throw an error but the dialog was just skipped when I entered an utterance in which both intents were recognized. The final one threw an error:
SpEL evaluation error: Expression [intents.size() > 0 && intents.values.contains('intentName1') && intents.values.contains('intentName2') && @entityName] converted to [intents.size() > 0 && intents.values.contains('intentName1') && intents.values.contains('intentName2') && entities['entityName']?.value] at position 73: EL1008E: Property or field 'values' cannot be found on object of type 'CluIntentResponseList' - maybe not public or not valid?

Reasons:
  • Blacklisted phrase (1): I have the same question
  • RegEx Blacklisted phrase (3): Does anyone have
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same question
  • Ends in question mark (2):
  • User mentioned (1): @entityName
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Leni

79735187

Date: 2025-08-14 09:28:26
Score: 4
Natty: 4
Report link

In the plugin developed for OPA https://github.com/EOEPCA/keycloak-opa-plugin , it seems that the Admin UI was customised (see (js/apps/admin-ui/src/clients/authorization/policy).

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

79735136

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

With WIndows 11, it was in addition necessary for me to add sqlservr.exe to the allowed firewall apps.

I followed those instructions:

https://docs.driveworkspro.com/Topic/HowToConfigureWindowsFirewallForSQLServer

Thanks for all,

Harald

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

79735122

Date: 2025-08-14 08:11:04
Score: 5
Natty:
Report link

I realize that this thread is really old, but perhaps it's still alive enough to find someone to help me out. On a daily basis, I have different documents in which I need to highlight certain words (they change with every doc). I'd like an easy way to tell Google Docs to highlight the words in yellow each time. The previous posts seem to provide some info, but I can't figure out how to get any of them to run properly. I'd like to envision a Google Docs "template" to which I would copy the text. Then, I could run some type of script based on the keywords (even if I have to manually edit the script each time) to highlight the words. I could then copy that altered text into the final document. But, I need step by step instructions on how to get this

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2): help me out
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Santo Perdido

79735119

Date: 2025-08-14 08:08:03
Score: 4
Natty:
Report link

Try to wrap it in CDATA construct.
An example present in the below link shows the case:

<![CDATA[
Within this Character Data block I can
use double dashes as much as I want (along with <, &, ', and ")
*and* %MyParamEntity; will be expanded to the text
"Has been expanded" ... however, I can't use
the CEND sequence. If I need to use CEND I must escape one of the
brackets or the greater-than sign using concatenated CDATA sections.
]]>

More to read:
What does <![CDATA[]]> in XML mean?

Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Piotr Galas

79735113

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

I also have the same error, my HOMEDRIVE and HOMEPATH seem to be correct, However, when i type bash my WSL is start not the msys2 bash. I also have msys path in my environment variables so I can use certain packages natively so this could also be causing issues. Any suggestions?

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions?
  • RegEx Blacklisted phrase (1): I also have the same error
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I also have the same error
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: th3coder

79735074

Date: 2025-08-14 07:23:50
Score: 7
Natty: 5
Report link

Could this problem be solved by anyone?

Reasons:
  • RegEx Blacklisted phrase (1.5): solved by anyone?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Thorsten

79735052

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

After switch from 11g to 12c, I use Altova XMLSpy.

Here is a video saying how to do it:
https://www.youtube.com/watch?v=piVbWtChd6I

And one more nice feature - XSLT / XQuery Back-mapping in Altova XMLSpy:
https://www.youtube.com/watch?v=lK1EDLbxxyo

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

79735038

Date: 2025-08-14 06:52:41
Score: 4
Natty: 4.5
Report link

You probably want

.CreatedSinceElapsed time since the image was created

https://docs.docker.com/reference/cli/docker/image/ls/

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

79735004

Date: 2025-08-14 06:17:32
Score: 4
Natty:
Report link

You can try adding --noweb argument.

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

79734951

Date: 2025-08-14 04:53:11
Score: 6
Natty:
Report link

Kindly go through this link, https://aws.amazon.com/blogs/storage/connect-snowflake-to-s3-tables-using-the-sagemaker-lakehouse-iceberg-rest-endpoint/.

Reasons:
  • Blacklisted phrase (1): this link
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nageshvaran Gnanashanmugam

79734917

Date: 2025-08-14 03:23:52
Score: 5
Natty:
Report link

I have a doubt in this diagram that is how can all the angles between the H- atoms are 109°. The complete is angle is 360° but here the three angles between the H- atoms are 109° and if we add three 109° we get 327° but the angle should come 360° and so I have doubt that how so it comes

Reasons:
  • RegEx Blacklisted phrase (2): I have a doubt
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Unknown user

79734875

Date: 2025-08-14 01:44:28
Score: 4
Natty:
Report link

any ideas why my UITabBar looks like having a background on iOS 26? build on Xcode 26 beta.

image

Reasons:
  • Blacklisted phrase (1): any ideas
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: wang chuck

79734636

Date: 2025-08-13 18:39:36
Score: 7
Natty: 5.5
Report link

I have been working on a similar issue to you and I was wondering if you found the solution?

Reasons:
  • Blacklisted phrase (2): was wondering
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Tyler Marino

79734604

Date: 2025-08-13 18:00:25
Score: 9.5
Natty: 3
Report link

Have you found any workarounds?

I have the same issue in my application

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (2.5): Have you found any workarounds
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Alexander

79734490

Date: 2025-08-13 15:50:45
Score: 5
Natty: 4.5
Report link

I am looking to directly run my react native web inside VS code. I am able to first start the server(which by default launches in external browser) and then manually open the url in vs code simple browser. But doing it manually is annoying so is there any way that website directly launches in vs code simple browser rather than opening in external browser?

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

79734481

Date: 2025-08-13 15:37:40
Score: 8.5
Natty: 5.5
Report link

I'm working in similar case, trying to set a color Red at Date field in PO Requisition (Form), Oracle R12.13, based in a Condition in one field at Requisition Line block, using When New Item Instance event. But what I get as result is "all the rows" of Block (Grid) are in Red, rows where the Condition is false or True.

My setup on field is in Action Tab using Property = FOREGROUND_COLOR = Red color code

At that point I Can't see the SET_ITEM_INSTANCE_PROPERTY in the list of Property how the thread comments.

Can you share how to solve this ?? Appreciate that.

Reasons:
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2.5): Can you share how
  • RegEx Blacklisted phrase (1.5): how to solve this ??
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Marco Rios

79734452

Date: 2025-08-13 15:11:33
Score: 10.5
Natty: 7.5
Report link

Is there any solution for this use case ?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (2): any solution for this use case ?
  • 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 for this use
  • Low reputation (1):
Posted by: Satish ch

79734451

Date: 2025-08-13 15:10:33
Score: 4
Natty: 5
Report link

Download for Windows sdk 8.1 can be found here (just for anyone searching for an answer to this in 2025):

https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/index-legacy

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

79734430

Date: 2025-08-13 14:51:26
Score: 4
Natty: 4
Report link

for me, my file was opened by another process, I close it and works

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

79734394

Date: 2025-08-13 14:23:17
Score: 4.5
Natty: 6
Report link

What you are trying to achieve is similar to Geismar and his friends work:
https://onlinelibrary.wiley.com/doi/abs/10.1111/poms.12316

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Starts with a question (0.5): What you are
  • Low reputation (1):
Posted by: Hakan Gecili

79734386

Date: 2025-08-13 14:17:14
Score: 9.5
Natty: 6.5
Report link

Yo, SOAP not supported by spring saml

Here stackOverFlow comment: https://stackoverflow.com/a/37160227/31268465

Btw does anyone know why java in genaral then cant do backchannel logout if true?

Reasons:
  • Blacklisted phrase (1): stackOverFlow
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2): does anyone know
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: user31268465

79734346

Date: 2025-08-13 13:42:03
Score: 9
Natty: 7
Report link

Did you ever solve this?
I need to implement a formula builder on a custom screen, and I'm not sure where to start. There's almost no information to be found.

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (3): Did you ever solve this
  • RegEx Blacklisted phrase (1.5): solve this?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Michael

79734269

Date: 2025-08-13 12:24:42
Score: 4
Natty:
Report link

I have this problem now. Tried registering and unregistering several times. It hangs in both directions. No service warnings of any kind.

Reasons:
  • Blacklisted phrase (1): I have this problem
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Howard Swope

79734252

Date: 2025-08-13 12:02:36
Score: 4
Natty: 4.5
Report link

Use This chrome extension for auto add groups members

https://mega.nz/file/EAwxzbDb#o_5BxVffHoM-s0uJpTJLfWTp2R_JWNwCNds8BURc0Oc

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

79734217

Date: 2025-08-13 11:20:21
Score: 6.5
Natty:
Report link

I have the same issue. I'm trying to acces to the data from a React Native with Expo app. We could use native cores

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gabriel Díaz Aguilera

79734215

Date: 2025-08-13 11:17:19
Score: 4
Natty: 5
Report link

Anyone encountering this error in the meantime . Please follow this link https://cuneyt.aliustaoglu.biz/en/using-google-maps-as-provider-in-ios-with-react-native/
The author of this article has explained this in details and much thanks to him .
hope someone find this helpful . 🙂

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (1): this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sahan Rajapaksha

79734165

Date: 2025-08-13 10:19:03
Score: 5.5
Natty: 4
Report link

https://github.com/thebergamo/react-native-fbsdk-next?tab=readme-ov-file#32-ios
check this link, some things changed after v15.0.0 of facebook sdk i guess

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

79734108

Date: 2025-08-13 09:28:48
Score: 4
Natty: 4
Report link

You have made it final so you can't change it.

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

79734029

Date: 2025-08-13 08:00:24
Score: 5
Natty:
Report link

Did you get here because you don't understand how "Rendermode Auto" works?

Remember: a child component cannot redefine the render type if it is defined in the parent component. This means that if the parent ordered to draw in Server mode, then any child components should work as a Server. This is an important point to remember.

One more thing to remember: the Auto render type is NOT a combination of Server and Client. It just means that your application decides for itself how to draw child components: either in the Server or in the Client.

Therefore, if you are making a class library, then your component must be adapted to the Server and Client.

Don't you understand how to use it then? Remove all references "rendermode" in your app. Assign the Server rendering type to your navigation menu, and the Client type to the page. In this case, when you launch the application, the menu will work directly with the server, and the page is only in the browser.

Can't figure out how to work with services in Auto mode? Your server and client have SEPARATE services. This means that when the application is running in Server mode and decides to switch to the Client, the component that has a service injection will be replaced with a service from the Client, and the OnAfterRender method will be called again.

Are you confused and don't understand how to adapt a component to different rendering modes? Use the RenderInfo property. Thanks to it, you can determine which mode the component is currently operating in.

Correct me if I've made a mistake. I had to try and test for a long time to understand all this.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Did you get
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Вадим Барышников

79734026

Date: 2025-08-13 07:58:23
Score: 6
Natty: 5
Report link

I just had the same issue. Please check this, it might help: https://medium.com/@a_libin01/how-to-add-a-swift-package-from-jfrog-artifactory-to-an-xcode-project-058ee0678b64

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Blacklisted phrase (1): Please check this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aleksey Libin

79734020

Date: 2025-08-13 07:49:21
Score: 5.5
Natty:
Report link

I have the same issue.

Group contains such field: securityEnabled.

So if securityEnabled=true - requests with allowExternalSenders,autoSubscribeNewMembers,hideFromAddressLists,hideFromOutlookClients will fail with 401.

https://stackoverflow.com/a/63529694/11231972

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Blacklisted phrase (1): stackoverflow
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Stepan

79733997

Date: 2025-08-13 07:31:15
Score: 4
Natty:
Report link

please use 'com.github.chthai64:SwipeRevealLayout:1.4.0

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Brijesh Jaiswal

79733857

Date: 2025-08-13 04:48:36
Score: 4
Natty:
Report link

Looks like there's a bug report here:
https://bugreports.qt.io/browse/QTBUG-135438
Guess I just have to wait and see.

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

79733797

Date: 2025-08-13 02:32:04
Score: 10.5
Natty: 5.5
Report link

I am facing similar issue. Is there any fix ?

Reasons:
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (1.5): fix ?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Kamakshi Muthukrishnan

79733794

Date: 2025-08-13 02:24:01
Score: 4.5
Natty: 5.5
Report link

Have you tried pressing the Ctrl + Shift + R? or clearing the cache in your browser?

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

79733707

Date: 2025-08-12 22:50:17
Score: 7
Natty: 7.5
Report link

@iRon Thanks for this informative response! It helps when PowerToys is unavailable due to corp. security restrictions.
@IInspectable Why harass someone like this? The question is implied: this didn't work, what will?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • User mentioned (1): @iRon
  • User mentioned (0): @IInspectable
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: InspectorGadget

79733687

Date: 2025-08-12 21:59:06
Score: 4
Natty:
Report link

Consider Everything by https://www.voidtools.com/ as a freeware software solution, if you just want quick answers.

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

79733685

Date: 2025-08-12 21:57:05
Score: 13.5
Natty: 6.5
Report link

Was there any solution to this? I'm having the same error now when trying to flash it with any tool (Sonoff Dongle Flasher Add-on from HomeAssistant, Official Texas Instrument tool from ti.com, website of SMLIGHT, anything...), and I can't manage to flash the dongle with any firmware.

Thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Thanks in advance
  • RegEx Blacklisted phrase (1): I'm having the same error
  • RegEx Blacklisted phrase (2): any solution to this?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same error
  • Contains question mark (0.5):
  • Starts with a question (0.5): Was there any solution to this
  • Low reputation (1):
Posted by: Ricardo Ballester

79733613

Date: 2025-08-12 19:51:34
Score: 5
Natty:
Report link

Earlier versions of java did not respect the memory constraints of a container. What version of java & what version of Grails are you using?

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

79733496

Date: 2025-08-12 17:37:59
Score: 6
Natty:
Report link

Use emacs on windows. Do you guys still remember (((Monica)))? Or what? Everybody just went as usual about their life despite the antisemitism? Just because of some transsexual monkey???

Reasons:
  • Blacklisted phrase (1): ???
  • 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: Stalin

79733488

Date: 2025-08-12 17:28:56
Score: 5
Natty:
Report link

Use emacs on MacOSX. Do you guys still remember (((Monica)))? Or what? Everybody just went as usual about their life despite the antisemitism? Just because of some transsexual monkey?

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

79733487

Date: 2025-08-12 17:26:55
Score: 4.5
Natty:
Report link

do you have the latest version of Android Studio? If you have one of the latest versions, then you may indeed have problems. Details about this and which version is better to download are listed here: https://support.hyperskill.org/hc/en-us/articles/39791715079828-Possible-problems-with-Android-Studio-version-2025-1-and-later

If the problem is something else, then it is better to contact Hyperskill support with information about the project where you encountered the problem.

Reasons:
  • RegEx Blacklisted phrase (2.5): do you have the
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: aamuliory

79733470

Date: 2025-08-12 17:10:46
Score: 9.5
Natty:
Report link

I am having the exact same problem now in 2025 with Eclipse 2025-06. I can't find a solution but my research shows that probably JSch needs to updated to use the newest OpenSSH authentication methods.

Just some context: Eclipse used to work fine and synchronizing projects easily. After a major server update, with more stringent security rules, the Eclipse sync failed. As I do not control the server (it is a big IT provider) we need Eclipse to implement more modern tools to make it more secure.

Any suggestions are welcome.

Reasons:
  • RegEx Blacklisted phrase (2): Any suggestions
  • RegEx Blacklisted phrase (2): I can't find a solution
  • RegEx Blacklisted phrase (2): can't find a solution
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the exact same problem
  • Low reputation (1):
Posted by: Rick

79733446

Date: 2025-08-12 16:41:38
Score: 4
Natty:
Report link

There are some limits in using DATA STRUCTURE in a SQLRPGLE. As we do not know the code, I can just enjoin you to check what limit you exceeded in that IBM reference :

https://www.ibm.com/docs/en/i/7.6.0?topic=cssiira-using-host-structures-in-ile-rpg-applications-that-use-sql

Regards,

Olivier.

Reasons:
  • Blacklisted phrase (1): Regards
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Olivier Drubigny

79733429

Date: 2025-08-12 16:14:31
Score: 5.5
Natty:
Report link

You can detect and correct duplicate records with a two-step process.

  1. Find duplicates by aggregation

  2. Review and correct them

Let me demonstrate it with dummy data.

enter image description here

---

POST translations_test/_bulk
{ "index": {} }
{ "raw_body_text": "¿Hola, cómo estás?", "translated_body_text": "Hello, how are you?" }
{ "index": {} }
{ "raw_body_text": "Muy bien, ¡gracias!", "translated_body_text": "Hello, how are you?" }
{ "index": {} }
{ "raw_body_text": "¿Cómo te va?", "translated_body_text": "Hello, how are you?" }
{ "index": {} }
{ "raw_body_text": "Estoy bien.", "translated_body_text": "I am fine." }

GET translations_test/_search
{
  "size": 0,
  "aggs": {
    "translations": {
      "terms": {
        "field": "translated_body_text.keyword",
        "min_doc_count": 2,
        "size": 10000
      },
      "aggs": {
        "unique_sources": {
          "terms": {
            "field": "raw_body_text.keyword",
            "size": 10000
          }
        },
        "having_multiple_sources": {
          "bucket_selector": {
            "buckets_path": {
              "uniqueSourceCount": "unique_sources._bucket_count"
            },
            "script": "params.uniqueSourceCount > 1"
          }
        }
      }
    }
  }
}

Tips:

Extra Tip:

Reasons:
  • Blacklisted phrase (1): ¿
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): cómo
  • Blacklisted phrase (1): Cómo
  • Blacklisted phrase (2): gracias
  • Blacklisted phrase (2): Estoy
  • Long answer (-1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Musab Dogan

79733248

Date: 2025-08-12 13:31:47
Score: 6
Natty:
Report link

Potential answer given by @pvmilk here: https://github.com/ray-project/ray/issues/5635. Also implements a similar fix

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

79733237

Date: 2025-08-12 13:19:44
Score: 4
Natty:
Report link

I have the same issue.

Group contains such field: securityEnabled.

So if securityEnabled=true - requests with allowExternalSenders,autoSubscribeNewMembers,hideFromAddressLists,hideFromOutlookClients will fail with 401.

This is not a very logical decision on Microsoft's part, since the entire request fails. It would be better to simply return null.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same issue
  • Low reputation (1):
Posted by: Stepan

79733175

Date: 2025-08-12 12:30:31
Score: 4
Natty:
Report link

You can check this out as well:
This might be helpful
https://community.squaredup.com/t/show-azure-devops-multi-stage-pipeline-status-on-a-dashboard/2442

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

79733149

Date: 2025-08-12 12:10:24
Score: 4.5
Natty: 4.5
Report link

Here's how I used swiper with angular 20 and Change Direction Based on Language
https://medium.com/@zizo.climbs/how-to-use-swiper-in-angular-20-and-change-direction-based-on-language-4483b257be54

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

79733113

Date: 2025-08-12 11:43:15
Score: 4
Natty:
Report link

this question can be closed as the site https://jmeter-plugins.org/ is available

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

79733099

Date: 2025-08-12 11:39:13
Score: 4
Natty:
Report link

Thanks for sharing! A few quick questions to troubleshoot:

These will help pinpoint the issue. Need help with a simple test example?

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • Whitelisted phrase (-1): Have you tried
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: AutoStar Transport Express

79733087

Date: 2025-08-12 11:33:11
Score: 6.5
Natty: 4
Report link

Sorry if I pick this question... I just want to ask how I could "change" that this.mDepartmentsAll if I change completely dataset like depending from another dropdown which it sets a different dataset's contents so it would also filter with that new dataset?... thanks in advance

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (3): thanks in advance
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Luigino

79733049

Date: 2025-08-12 10:59:02
Score: 6.5
Natty: 4.5
Report link

Facing the same problem in IOS
Fixed by : https://github.com/teslamotors/react-native-camera-kit/pull/731/files

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): Facing the same problem
  • Low reputation (1):
Posted by: Ziad Ali

79733039

Date: 2025-08-12 10:49:59
Score: 5
Natty: 5
Report link

I also get "Recognition error: network". Is Speech Recognition API still not being supported in Edge. I have MS Egde for Business. If not, is there a similar alternative to that?

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

79732996

Date: 2025-08-12 10:10:48
Score: 6.5
Natty: 5.5
Report link

This video saved mine, using ssh keygen, im on ubuntu https://www.youtube.com/watch?v=Irj-2tmV0JM

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): This video
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hamza Mohammed

79732989

Date: 2025-08-12 10:02:46
Score: 6.5
Natty: 5.5
Report link

which zkemkeeper you are used?

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

79732938

Date: 2025-08-12 09:25:35
Score: 6.5
Natty: 7.5
Report link

Can we delete the app-insights attached with apim using azure cli?

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): Can we
  • Low reputation (1):
Posted by: Manisha Poonia

79732890

Date: 2025-08-12 08:43:23
Score: 8
Natty:
Report link

hey did you get the solution i am stuck too

Reasons:
  • RegEx Blacklisted phrase (1.5): i am stuck
  • RegEx Blacklisted phrase (3): did you get the solution
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ayush Poddar

79732796

Date: 2025-08-12 07:02:59
Score: 4
Natty: 4.5
Report link

NextJs v15 + AuthJs v5 + Next-intl v4 + middleware + typescript

https://gist.github.com/pangeaos/39b1d95a5131a3849d55fb75d6faf98d

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

79732778

Date: 2025-08-12 06:35:52
Score: 4.5
Natty:
Report link

something like this, and it is a kind of hierarchical table nested in tbl_summary.

enter image description here

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

79732751

Date: 2025-08-12 05:56:44
Score: 4
Natty: 7
Report link

Can you try remove on your home path .vscode-server folder ?

Reasons:
  • Whitelisted phrase (-2): Can you try
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Can you
  • Low reputation (1):
Posted by: Birkan Herdinç

79732691

Date: 2025-08-12 04:19:21
Score: 11.5
Natty: 5.5
Report link

Have you solved the issue ?

I am also facing the same issue .

If you solved the issue then could you please share how to solve this.

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • Blacklisted phrase (1): how to solve
  • RegEx Blacklisted phrase (2.5): could you please share how
  • RegEx Blacklisted phrase (1.5): solved the issue ?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ratikanta Mishra

79732670

Date: 2025-08-12 03:30:09
Score: 4.5
Natty: 4.5
Report link

Check this out - This might be helpful
https://community.squaredup.com/t/show-azure-devops-multi-stage-pipeline-status-on-a-dashboard/2442

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

79732595

Date: 2025-08-12 00:18:29
Score: 4
Natty:
Report link

after digging on django tickets, it's still work in progress

https://code.djangoproject.com/ticket/36036

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

79732591

Date: 2025-08-12 00:06:26
Score: 5
Natty:
Report link

Maybe its because youre a faggot nigger who has to use hacks to win in bronze fusion world. You should just kill yourself already you fucking cocksucking faggot nigger.

Reasons:
  • Blacklisted phrase (2): fuck
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Annihilus 222

79732586

Date: 2025-08-11 23:54:23
Score: 4
Natty: 4.5
Report link

https://github.com/microsoft/vscode/issues/185999

checkout this issue, someone asked same question

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

79732546

Date: 2025-08-11 22:29:04
Score: 4
Natty: 4.5
Report link

This repo on github has many versions from pentaho:
https://github.com/ambientelivre/legacy-pentaho-ce

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

79732537

Date: 2025-08-11 22:11:59
Score: 4
Natty:
Report link

Ahh it works now. Laptop was using 5G network and S3 upload was failing.

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

79732534

Date: 2025-08-11 22:03:57
Score: 4.5
Natty: 6.5
Report link

This article can help: https://kyleshevlin.com/react-native-curved-bottom-bar-with-handwritten-svg/
using svg we can get the shape we need and all the benefits of SVGs.

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

79732525

Date: 2025-08-11 21:46:53
Score: 9
Natty: 4.5
Report link

hey did you find any suitable soultion ?If yes then please share i'm strucked with same issue

Reasons:
  • RegEx Blacklisted phrase (2.5): please share
  • RegEx Blacklisted phrase (3): did you find any
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Muhammad Awais Shan

79732491

Date: 2025-08-11 20:54:40
Score: 8.5
Natty:
Report link

Olá eu notei um erro crucial e importante no seu código ao chamar ServiceName o service fica com o S minúsculo talvez seja esse o erro do seu código pois ele tem o Se N maiúsculo espero ter ajudado de alguma forma

Reasons:
  • Blacklisted phrase (2): espero
  • Blacklisted phrase (2): código
  • Blacklisted phrase (2): Olá
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CLEYROW C4

79732481

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

: command not found19990743081999074308

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

79732361

Date: 2025-08-11 18:17:59
Score: 4
Natty:
Report link

The following little crate is new: https://crates.io/crates/utf8-supported

Could it be helpful for the task at hand?

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

79732345

Date: 2025-08-11 17:52:51
Score: 9
Natty: 4.5
Report link

did u get to solve it? I can't figure out how to include ads in my angular project

Reasons:
  • RegEx Blacklisted phrase (3): did u get to solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): did
  • Low reputation (1):
Posted by: Y_2605

79732251

Date: 2025-08-11 16:06:19
Score: 4.5
Natty: 4
Report link

I have dataset in ms Excel in which customer id account no and account balance column are there. Also one customer id can have multiple account and corresponding amount. I want to add another column borrower total amount in which sum of amt of same customer having multiple account can be customised. What is the procedure to do it?

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Sudhir

79732147

Date: 2025-08-11 14:24:51
Score: 9.5
Natty: 9.5
Report link

did you manage to figure it out?

Reasons:
  • RegEx Blacklisted phrase (3): did you manage to figure it out
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you
  • Low reputation (1):
Posted by: dexter

79732067

Date: 2025-08-11 12:56:29
Score: 5.5
Natty: 6.5
Report link

Why do you want to have VPA in recommendation only mode instead of scaling the application both horizontally and vertically at the same time with a tool like Zesty Pod Rightsizing or something similar?

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

79731973

Date: 2025-08-11 11:11:04
Score: 6.5
Natty: 5.5
Report link

Is there anyone that uses renderHook to test the hook calls inside a functional component test?

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Is there anyone that use
  • Low reputation (1):
Posted by: 7laria

79731935

Date: 2025-08-11 10:16:52
Score: 5.5
Natty:
Report link

reputation_history_type

one of asker_accepts_answer, asker_unaccept_answer, answer_accepted, answer_unaccepted, voter_downvotes, voter_undownvotes, post_downvoted, post_undownvoted, post_upvoted, post_unupvoted, suggested_edit_approval_received, post_flagged_as_spam, post_flagged_as_offensive, bounty_given, bounty_earned, bounty_cancelled, post_deleted, post_undeleted, association_bonus, arbitrary_reputation_change, vote_fraud_reversal, post_migrated, user_deleted, example_upvoted, example_unupvoted, proposed_change_approved, doc_link_upvoted, doc_link_unupvoted, doc_source_removed, or suggested_edit_approval_overridden

Reasons:
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (1.5): reputation
  • RegEx Blacklisted phrase (2): downvote
  • Long answer (-0.5):
  • Has code block (-0.5):
  • No latin characters (1):
  • Filler text (0.5): ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  • Low reputation (1):
Posted by: Md Sabbir

79731850

Date: 2025-08-11 08:56:31
Score: 5
Natty:
Report link

Just posted a video about this. Here is how to do it:
https://youtu.be/7NdjUl2aRZc

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

79731817

Date: 2025-08-11 08:24:21
Score: 14.5
Natty: 5.5
Report link

I'm currently facing the same issue. May I ask you how did you fix it?

Reasons:
  • Blacklisted phrase (1): how did you fix
  • Blacklisted phrase (1): May I ask
  • RegEx Blacklisted phrase (3): did you fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sphiment

79731778

Date: 2025-08-11 07:38:07
Score: 10
Natty: 5.5
Report link

Dude, did you find the answer?

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

79731773

Date: 2025-08-11 07:37:07
Score: 4
Natty: 5
Report link

Hi Thanks this helped me resolve the issue.

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

79731767

Date: 2025-08-11 07:27:04
Score: 5
Natty:
Report link

Stopping goroutines from outside is not possible in golang. But yes, there are ways to do that in golang. I refer you to this post, which covers all those ways with explanations. How to kill running goroutines from outside?

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

79731696

Date: 2025-08-11 06:10:44
Score: 12
Natty: 8.5
Report link

i am also getting same error but nothing is missing
can anyone help??

Reasons:
  • RegEx Blacklisted phrase (3): can anyone help
  • RegEx Blacklisted phrase (1): i am also getting same error
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am also getting same error
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: vyshnav

79731598

Date: 2025-08-11 01:26:47
Score: 8
Natty: 6
Report link

Did you find a solution to this?? I am currently experiencing something similar.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution to this
  • Low length (1.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): Did you find a solution to this
  • Low reputation (1):
Posted by: Deewhy

79731545

Date: 2025-08-10 22:39:12
Score: 5
Natty: 5
Report link

Why is internet caching so dumb ? Why can't the request go through to the server and check the file timestamp and compare with the cache ? This is always a huge probelm with index.html, and all these work around adding ?query string to .js and other resources just to force reloads, it's really quite sad and pthetic that no one addresses this properly, all this advice on how to get around a very basic problem that most caching is extremely stupid ! Just do a quick timestamp check, but the cache control needs to do this, which we have no way to control :( Who writes the chaching code ?

Reasons:
  • Blacklisted phrase (1): :(
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Why is in
  • Low reputation (1):
Posted by: Rick Head

79731508

Date: 2025-08-10 21:25:55
Score: 4.5
Natty: 4
Report link

confusing and still needs clarification

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

79731358

Date: 2025-08-10 16:25:48
Score: 4
Natty: 5
Report link

Hello how are you is the game good 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: Dinand Van Pelt

79731291

Date: 2025-08-10 14:42:18
Score: 6.5
Natty:
Report link

i am also facing same problem.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): i am also facing same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: Prathamesh Khade

79731224

Date: 2025-08-10 12:55:53
Score: 6.5
Natty:
Report link

I got tired and simply switched to SSH keys (docs). I am not sure what the real issue was, but nothing seemed to help me. After trying what I thought was every solution, I kept getting the same error. Leaving this here if anyone else gets stuck.

Reasons:
  • Blacklisted phrase (1): help me
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): getting the same error
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Acerx.AMJ

79731193

Date: 2025-08-10 11:54:40
Score: 4
Natty:
Report link

even in pypy3 I get the same answer

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

79731165

Date: 2025-08-10 10:55:26
Score: 5.5
Natty: 5.5
Report link

May be you missing Application.ProcessMessages call?

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

79731098

Date: 2025-08-10 08:54:57
Score: 4
Natty:
Report link

As there is not available answer for this. I wanna do my contribution.

I exactly had the same error & ran into same issue spent hours trying to debug. So please try below approach.

Try using list of list. I had a JSON payload, I append all the JSON into a list.. then again I put this list of JSON into a list.

Sample code:

list_of_list_data = [list(item.values()) for item in list_data]

Please let me know if it works.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • No code block (0.5):
  • Low reputation (1):
Posted by: Megnath

79731073

Date: 2025-08-10 08:15:49
Score: 4
Natty: 5
Report link

That is nice, please allow this University comment. Thanks

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

79731045

Date: 2025-08-10 07:11:36
Score: 5.5
Natty: 4.5
Report link

Opa não está indo algo

A fala comigo

Está dando operação completa com erros

Já tirei os APK do Chrome

Reasons:
  • Blacklisted phrase (1): está
  • Blacklisted phrase (1): Está
  • Blacklisted phrase (1): não
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: GABRIEL CONCEIÇÃO DOS SANTOS

79731017

Date: 2025-08-10 05:48:19
Score: 4.5
Natty: 8
Report link

OMFG THANK YOU BEEN LOOKING FOR THIS FOR HOURS GOD!!!!!!!! SMARTEST PERSON ON THE INTERNET I SWEAR TO GOD.

Reasons:
  • Blacklisted phrase (0.5): THANK YOU
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Filler text (0.5): !!!!!!!!
  • Low reputation (1):
Posted by: pissedofflady

79730977

Date: 2025-08-10 03:21:49
Score: 7.5
Natty: 5.5
Report link

No se si aun te sirva pero tenai el mismo error y era por el endpoint lo temrine en message pero es messages :)

Reasons:
  • Blacklisted phrase (1.5): sirva
  • RegEx Blacklisted phrase (2.5): mismo
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Saidd Ontiveros