79533320

Date: 2025-03-25 10:15:44
Score: 6.5 🚩
Natty: 5.5
Report link

I know it is allmost 3 years back but worth the try. I have been using the CentroidTracker to track multiple objects in python implementation, but the tracker is not very efficient dealing with occlution so I am trying to use CSRT tracker with MultiTracker function of openCV, but run into the same problem as you that the attribute is not in the module. I have tryed with the leagcy prefix, but that is not present either. now I am using version 4.11.0 of the openCV. Have you guys been using this recently? I have tried all possible ways of reinstalling openCV and using the openCV-contrib- vetc. etc but nothing working. Any suggestions, GitHub Copilot is also exhausted on indeas!

regards Thor

Reasons:
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (1): but nothing work
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (2): Any suggestions
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Thor P

79533313

Date: 2025-03-25 10:13:43
Score: 4
Natty:
Report link

you can refer these links where they suggest using version 1.8.1.

1] https://github.com/coral-xyz/anchor/issues/3614#issuecomment-2745025030
2] https://github.com/coral-xyz/anchor/issues/3606#issuecomment-2738357920

Reasons:
  • Blacklisted phrase (1): these links
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ri dev

79533298

Date: 2025-03-25 10:07:41
Score: 4
Natty:
Report link

Can you please share the VideoCallActivity code also? Also, maybe share some screenshots or a video recording so we can understand the issue better.

You can try removing the Stream code in a step-by-step manner, just to see if the issue is related. Start by removing it from one activity, then from both, then from the Application class, then also remove the dependency from the build.gradle.kts file.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you please share
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you please share thecode also
  • Low reputation (1):
Posted by: Liviu Timar

79533223

Date: 2025-03-25 09:39:34
Score: 7.5 🚩
Natty: 6
Report link

do you know how can I provide username and password in ActivationConfigProperty, or how can i set up the username and password for conection factory .

Thanks

Cheers

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): Cheers
  • Blacklisted phrase (0.5): how can I
  • Blacklisted phrase (0.5): how can i
  • RegEx Blacklisted phrase (2.5): do you know how
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user3171785

79533202

Date: 2025-03-25 09:32:31
Score: 10.5 🚩
Natty: 5.5
Report link

Did you found a solution for this problem? I am facing the same one.

Thanks in advanced!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (3): Thanks in advanced
  • RegEx Blacklisted phrase (3): Did you found a solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: blanca flores

79533154

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

Currently Microsoft logic app standard allows to filter logs by category (like the host.json provided in the question).

No, built in way to filter logs based on the logic app connectors. Have to collect logs in log analytics table then do custom KQL query.

Refer: How to send only selected connectors logs to Application Insights/Log Analytics from Azure Logic App Standard workflow?

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

79533142

Date: 2025-03-25 09:06:22
Score: 10.5 🚩
Natty: 6
Report link

Did you get any solution on this? I also have a similar requirement and struggling to implement this.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you get any solution
  • RegEx Blacklisted phrase (2): any solution on this?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Ravi Chauhan

79533100

Date: 2025-03-25 08:51:18
Score: 5
Natty:
Report link

Custom visuals is not supporting more than 30,000 records.
Please check this link: https://learn.microsoft.com/en-us/power-bi/developer/visuals/dataview-mappings
Below is highlighted points for reference:
You can modify the count value to any integer value up to 30000. R-based Power BI visuals can support up to 150000 rows.

Reasons:
  • Blacklisted phrase (1): Please check this
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sanjeev Mukhia

79533017

Date: 2025-03-25 08:13:09
Score: 4.5
Natty:
Report link

Install Heatwave extension for Visual Studio from https://www.firegiant.com/heatwave/, you will get the Wix toolset 5 automatically with templates.

Now, Create Wix projects from the newly available heatwave templates. This alone is enough.

I have tried installing nuget package as dependency for Wix projects from https://www.nuget.org/packages/wix, it is not working for me.

Reasons:
  • RegEx Blacklisted phrase (3): not working for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Girivasan

79533009

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

Where I have to insert this code to display the featured image of the post when I share it on Social Media?

<?php 
if ( have_posts() ) {
    while ( have_posts() ) {
        the_post(); 
        the_post_thumbnail();
    }  //end while
} //end if
?>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Where I have to in
  • Low reputation (1):
Posted by: user30052968

79532974

Date: 2025-03-25 07:55:03
Score: 4
Natty:
Report link

I've seen an announcement here that the problem will be solved tomorow night

future update of create-blocks packages

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: lionel-dev-fr

79532951

Date: 2025-03-25 07:39:00
Score: 5
Natty:
Report link

123412341234 dhdhdvdbhdhdhdhdddddddd

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): dddddddd
  • Low reputation (1):
Posted by: Abhi-test

79532939

Date: 2025-03-25 07:33:58
Score: 4.5
Natty:
Report link

Have a look at scrapy.spiders.SitemapSpider._parse_sitemap

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

79532924

Date: 2025-03-25 07:24:56
Score: 9 🚩
Natty: 6.5
Report link

Did you solve it? I'm facing the same confusion now.

Reasons:
  • RegEx Blacklisted phrase (3): Did you 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 you solve it
  • Low reputation (1):
Posted by: 張勝泓

79532835

Date: 2025-03-25 06:38:45
Score: 5
Natty:
Report link

50 top interview questions and answers about Spring Boot: https://medium.com/@g.edwinlal/50-top-interview-questions-and-answers-about-spring-boot-786816beaf82

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

79532819

Date: 2025-03-25 06:19:42
Score: 4
Natty:
Report link

We were facing same issue with custom schemes in Flutter app. Was running fine with default runner configuration, but there was an issue with our uat flavor.

By updating the "Override Architecture" to "Use Target Settings" in "Edit Schemes" worked for us.

enter image description here

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing same issue
  • Low reputation (0.5):
Posted by: Slashbin

79532793

Date: 2025-03-25 05:58:35
Score: 6 🚩
Natty:
Report link

Did someone found the solution to the issue? I tried with this in bitbucket-pipeline.yml

step
    size: 4x
      ...
      docker build --memory=8g --memory-swap=8g

In Dockerfile

ENV NODE_OPTIONS=--max-old-space-size=4096

But no luck. With so much resource, it stuck forever and

Reasons:
  • Blacklisted phrase (1): no luck
  • RegEx Blacklisted phrase (3): Did someone found the solution to the
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did someone
  • Low reputation (1):
Posted by: Prashant Verma

79532767

Date: 2025-03-25 05:40:31
Score: 4.5
Natty: 5.5
Report link

Maybe you can try this plugin:

https://marketplace.visualstudio.com/items?itemName=levelio.vscode-family-switcher

Reasons:
  • Blacklisted phrase (1): this plugin
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Eirin

79532765

Date: 2025-03-25 05:39:30
Score: 6 🚩
Natty: 5
Report link

Is there any frequency or way to avoid this? Something that destroys eardrums or makes those involved deaf?Is there any frequency or way to avoid this? Something that destroys eardrums or makes those involved deaf?

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

79532755

Date: 2025-03-25 05:29:28
Score: 4
Natty:
Report link

Changing the catalog value for an already created linked server isnt possible without dropping and re-creating the linked server. Thanks for everyone's time and effort.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Enzo

79532749

Date: 2025-03-25 05:25:26
Score: 4
Natty: 5.5
Report link

Same here, followed every step in the configuration and the toast just never disappears, even after clicking on the close button or manually using this.toastrService.clear();.

No error in the console, any ideas?

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

79532747

Date: 2025-03-25 05:24:26
Score: 4.5
Natty: 4
Report link

Gjjjbjhgghhjujbvhhnnvfdsf ghjjyfdegbjiuggvbkkj

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

79532723

Date: 2025-03-25 04:59:21
Score: 8.5
Natty: 7.5
Report link

Can you help me de code lo******@g****.***

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

79532613

Date: 2025-03-25 03:13:03
Score: 4.5
Natty:
Report link

platform_device_add() works great

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Aakash

79532593

Date: 2025-03-25 02:51:58
Score: 4
Natty:
Report link

There is no functionality for testing socket.io rooms in Postman. You have to use some basic frontend :(

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Himanshu Parashar

79532571

Date: 2025-03-25 02:28:54
Score: 4
Natty:
Report link

There was an issue with the apt update. I modified the /etc/apt/sources.list file to ensure that the package list can be retrieved.

I would like to provide the details, but there is a character limit for writing. If you need it, please contact me, and I will send you the file separately.

Reasons:
  • Blacklisted phrase (0.5): contact me
  • Blacklisted phrase (1): please contact me
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: sejun

79532557

Date: 2025-03-25 02:15:51
Score: 4.5
Natty: 5
Report link

This may not fix the issue, finally i find we also need change the template file in path/to/flutter-sdk/packages/flutter_tools/templates/module/ios/library/Flutter.tmpl/podhelper.rb.tmpl, Then replace File.exists? with File.exist?

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

79532482

Date: 2025-03-25 01:14:39
Score: 4
Natty:
Report link

Make sure your xcode version in 16.0 selected.

enter image description here

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

79532469

Date: 2025-03-25 01:03:37
Score: 4
Natty:
Report link

https://thewebtoolspro.com provide unit conversion, currency conversion, color codes like color to hex

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

79532467

Date: 2025-03-25 01:01:35
Score: 10 🚩
Natty: 6.5
Report link

I am also facing the same issue. And my AZDO service connection is using federated credentials from Azure App registration.

Could you please advise where to find the configuration for token max time, and how could I change it ?

Reasons:
  • Blacklisted phrase (1): I am also facing the same issue
  • RegEx Blacklisted phrase (2.5): Could you please advise
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Riley910

79532455

Date: 2025-03-25 00:51:32
Score: 6.5 🚩
Natty: 6
Report link

Any other way for windows please?

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

79532415

Date: 2025-03-25 00:14:24
Score: 6 🚩
Natty:
Report link

Есть ли какие-либо оговорки относительно конечной точки временной шкалы, о которых мне следует знать?

Будет ли проверка /questions/{id}?filter=!BhNhTkF7J7vS1yZYE0 и сравнение last_activity_date более надежными?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Алёна Петрова

79532379

Date: 2025-03-24 23:30:15
Score: 4
Natty:
Report link

Yes you right
Stack Overflow (новые ответы/комментарии) и мне нужен наиболее эффективный способ обнаружения любых изменений с момента последней проверки. Я использую конечную точку /questions/{id}/timeline с этими параметрами

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • No latin characters (1.5):
  • Low reputation (1):
Posted by: Алёна Петрова

79532308

Date: 2025-03-24 22:41:02
Score: 6.5 🚩
Natty: 4
Report link

I need help!

Title: Clearing Site Data with JavaScript

Hi everyone, how's it going? So... if I try to clear those options in the console, I'm not able to remove all of them. Is there any JavaScript code that can trigger the "Clear site data" button? Thank you all.

Some can't be deleted by code. Therefore, a function that specifically presses that button would be necessary.

https://linustechtips.com/topic/1605402-title-clearing-site-data-with-javascript/#comment-16685403

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (2.5): I need help
  • Blacklisted phrase (1): Is there any
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Arthur Melo

79532300

Date: 2025-03-24 22:36:00
Score: 5.5
Natty:
Report link

recently spent a lot of time, and finally I found solution from this video https://youtu.be/XFVrIyAzsk4?si=qP7ZZUKedRvVhmb_

and also here on GitHub. https://github.com/CommunityToolkit/Maui/issues/1993 you can find working code

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Blacklisted phrase (1): this video
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: tima kozlov

79532192

Date: 2025-03-24 21:30:44
Score: 4.5
Natty:
Report link

You need to untick the box in the picture. enter image description here. No idea how this setting survived an uninstall and reinstall but there you have it.

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

79532105

Date: 2025-03-24 20:45:29
Score: 5.5
Natty:
Report link

I just ran your code in github codespaces and the logback works like charme there. So do you get the logs when executing locally but not when running in docker?

enter image description here

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

79532091

Date: 2025-03-24 20:35:26
Score: 4
Natty:
Report link

You need to enable long filenames

https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry

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

79532088

Date: 2025-03-24 20:31:25
Score: 4
Natty: 5
Report link

If you are using Windows install Microsoft redistributable package. here https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170. This will help you solve the issue.

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

79532067

Date: 2025-03-24 20:26:24
Score: 4.5
Natty:
Report link

You need to use ModelMetadataType and not MetadataType attribute. Answered here: https://stackoverflow.com/a/37375987/955688

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Shiva Naru

79531965

Date: 2025-03-24 19:22:08
Score: 5
Natty:
Report link
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: PRATAP SENEVASAM

79531962

Date: 2025-03-24 19:21:07
Score: 8.5 🚩
Natty:
Report link

Did you ever get an answer to this? I've been having the same problem. If I comment out the following it does not crash.

  .backgroundTask(.appRefresh("backgroundTask")){ 
    //run task in background
}
Reasons:
  • Blacklisted phrase (1): answer to this?
  • RegEx Blacklisted phrase (3): Did you ever get an answer to this
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): having the same problem
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Paul Boyce

79531743

Date: 2025-03-24 17:30:40
Score: 4
Natty:
Report link

Is there a reason it needs to be detected within the iframe? Because you could try detecting the input in the parent window and checking if the iframe is active.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: John-Paul D'Agostino

79531650

Date: 2025-03-24 16:51:29
Score: 5
Natty:
Report link

You can change the mustache that handles the model naming. Not easy but this would be a good alternative as opposed getting rid of it.

I have never seed names like this. Maybe you have some other mistakes that confuse the generator to add the number sufix ?

Reasons:
  • RegEx Blacklisted phrase (1.5): fix ?
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mircea Sirghi

79531472

Date: 2025-03-24 15:33:10
Score: 4.5
Natty:
Report link

I encountered an error related to #include <json/json.h> in my project. After reviewing the comments(by @IInspectable), I followed the suggestion of moving the #include <json/json.h> to the top of my includes, and the error was resolved. Thanks for the help!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @IInspectable
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: LeeNux

79531359

Date: 2025-03-24 14:46:58
Score: 4.5
Natty:
Report link

It could well be a Sparx-specific stereotype applied to metaclasses - https://sparxsystems.com/enterprise_architect_user_guide/17.0/modeling_frameworks/metaconstraint.html

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

79531306

Date: 2025-03-24 14:21:52
Score: 4.5
Natty:
Report link

Did you find the solution?

You can add the following on your list and then set it to active programatically

@State private var editMode = EditMode.active
List(...) {
...        
}
.environment(\.editMode, $editMode)
Reasons:
  • RegEx Blacklisted phrase (3): Did you find the solution
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find the solution
  • Low reputation (0.5):
Posted by: Alex Kristensen

79531207

Date: 2025-03-24 13:36:40
Score: 4
Natty: 5
Report link

I observed this same issue! Thank you for doing the benchmarking.

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

79531195

Date: 2025-03-24 13:28:38
Score: 8 🚩
Natty: 5.5
Report link

I'm running into similar issues with multi module spring project, do you have your source code somewhere on GitHub for reference? Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): do you have your
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Meekme

79531125

Date: 2025-03-24 12:54:27
Score: 7.5 🚩
Natty:
Report link

Have you solved this issue ? I am also facing similar problem but didnt get any workaround.

Reasons:
  • RegEx Blacklisted phrase (1.5): solved this issue ?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing similar problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Raman

79531074

Date: 2025-03-24 12:35:21
Score: 8.5 🚩
Natty:
Report link

hi did you get the answer?

because i am getting the same issue i cant monitor or cache https traffic

Reasons:
  • RegEx Blacklisted phrase (3): did you get the answer
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i am getting the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sufyan

79531068

Date: 2025-03-24 12:34:20
Score: 13 🚩
Natty: 5.5
Report link

I'm facing the same issue. Has anyone found a solution for it?

Reasons:
  • Blacklisted phrase (2): anyone found
  • RegEx Blacklisted phrase (3): Has anyone found
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30042658

79531020

Date: 2025-03-24 12:11:14
Score: 5
Natty: 4.5
Report link

Eduardmartinez 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: Veronica

79530914

Date: 2025-03-24 11:20:04
Score: 4
Natty:
Report link

[Forms]![MainFormName]![SubFormName]!TextBoxName

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: sameer bhokare

79530891

Date: 2025-03-24 11:10:01
Score: 5.5
Natty: 5.5
Report link

The Oracle database is not concerned/tested in your example; is it?

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

79530713

Date: 2025-03-24 09:48:44
Score: 11
Natty: 7
Report link

i have the same question.

do you know how to do this?

Reasons:
  • Blacklisted phrase (1): i have the same question
  • RegEx Blacklisted phrase (2.5): do you know how
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have the same question
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: user27890784

79530695

Date: 2025-03-24 09:43:41
Score: 9.5 🚩
Natty: 4.5
Report link

Have you found the root cause?

If yes, could you share the solution to obtain the correct data payload?

Reasons:
  • RegEx Blacklisted phrase (2.5): could you share the solution
  • RegEx Blacklisted phrase (2.5): Have you found the root cause
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Xiaoxiong Yin

79530638

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

YAWS needs Docroot dir. Even yaws is working only as backend server.

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

79530621

Date: 2025-03-24 09:09:34
Score: 5.5
Natty: 5
Report link

Is it possible to modify the padding of a single tab heading in react-navigation's Material Top Tabs? If yes, how can it be done? Here’s a screenshot for reference: [![enter image description here]] 1] 1

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Blacklisted phrase (1): Is it possible to
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is it
  • Low reputation (1):
Posted by: Ankit Pandey

79530594

Date: 2025-03-24 08:54:29
Score: 12 🚩
Natty:
Report link

Can anybody help me please?

– Reyer Sneller

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can anybody help me
  • RegEx Blacklisted phrase (2): help me please
  • Contains signature (1):
  • Low length (2):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): Can anybody help me please
  • Low reputation (1):
Posted by: Reyer Sneller

79530547

Date: 2025-03-24 08:38:25
Score: 5.5
Natty: 4
Report link

I'm having the same issue. Tested with the example provided in the instructions: https://github.com/Azure-Samples/azure-spring-boot-samples/tree/main/aad/spring-cloud-azure-starter-active-directory/web-client-access-resource-server/aad-resource-server

This endpoint, http://localhost:8082/webapiB/clientCredential, is only protected after adding the code specified in option 2.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having the same issue
  • Low reputation (1):
Posted by: Nils Anders Hvinden

79530408

Date: 2025-03-24 07:34:10
Score: 8 🚩
Natty:
Report link

I tried @Shant Dashjian's solution but I am getting the following exception.

"main" java.lang.reflect.InaccessibleObjectException: Unable to make field transient java.lang.Object[] java.util.ArrayList.elementData accessible: module java.base does not "opens java.util" to unnamed module @2a139a55

Here is my piece of code, could you please help me?

import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;

public class ArrayListExample {
    public static void main(String[] args) throws Exception  {
        List l = new ArrayList<>();
        l.add(1);
        System.out.println(cap(l));
        
    }
    public static int cap(List a) throws Exception {
        Field f = ArrayList.class.getDeclaredField("elementData");
        f.setAccessible(true);
        return  (( Object[] ) f.get(a)).length;
    }
}
Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): could you please help me
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @Shant
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Aakash Sirohi

79530407

Date: 2025-03-24 07:34:10
Score: 4
Natty:
Report link

If you’re seeing the same error duplicated across all targets in Xcode 14 or newer, even though only one target is active, here’s the actual fix:

Go to Xcode > Settings > General, and under the “Issues” section and disable “Show live issues”.

This setting is responsible for scanning and reporting issues from all targets in your project or workspace, regardless of which one is currently selected. That includes static analysis, preprocessor errors, and undeclared identifiers – all duplicated for each target that includes the source file.

Tested and confirmed to resolve the issue.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): seeing the same error
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Piotr

79530403

Date: 2025-03-24 07:32:09
Score: 4.5
Natty: 4.5
Report link

How to route audio to bluetooth? app is crashing in android

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How to
  • Low reputation (1):
Posted by: Pranav Jha

79530381

Date: 2025-03-24 07:17:06
Score: 8 🚩
Natty: 4
Report link

Are you able to release the app with the same issues as mentioned above?

Issue found: Voice commands

• Media Apps

Your app does not respond (no music played or error message shown) after issuing a voice command.

Have you found a way to resolve the issue?

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve the issue?
  • RegEx Blacklisted phrase (2.5): Have you found a way to resolve the issue
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Nirali Bhatt

79530280

Date: 2025-03-24 06:20:53
Score: 6.5 🚩
Natty:
Report link

version 0.9.3 works fine use it i have the same issue in margin left but 0.9.3 is works fine

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: getasew adane

79530256

Date: 2025-03-24 06:04:49
Score: 10
Natty: 9
Report link

I follow the steps from (https://learn.microsoft.com/en-us/onedrive/developer/file-handlers/?view=odsp-graph-online), it can not show any custom icons and my new action, can you help me ?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can you help me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sean

79530168

Date: 2025-03-24 05:17:39
Score: 5.5
Natty: 5.5
Report link

Here is official Documentation

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ha Shing Thang

79530097

Date: 2025-03-24 03:51:23
Score: 5.5
Natty: 5.5
Report link

Would it work if you split the column using (type)/ as the separator and then just keep the last column?

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

79530066

Date: 2025-03-24 03:14:17
Score: 4
Natty: 5
Report link

Hey so I received some 4wmm on base the code is messed up I need to run an account bpass/upgrade. Is anyone willing to help I’ll make it worth it for any help if I’m able to do this there’s a lot of 0’s at the end of the number

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): any help
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jesse82

79530011

Date: 2025-03-24 02:18:06
Score: 4
Natty:
Report link

Looks like there is no way to do this. Please upvote this feature request if you are interested in Microsoft adding it: https://feedback.azure.com/d365community/idea/a5403f9c-7226-ec11-b6e6-000d3a4f032c

Reasons:
  • Blacklisted phrase (0.5): upvote
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: Orlando Colamatteo

79530003

Date: 2025-03-24 02:06:04
Score: 9 🚩
Natty: 4.5
Report link

Have you found the answer? I am facing the same issue.

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found the answer
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ekta-NZTR

79529921

Date: 2025-03-24 00:30:47
Score: 6 🚩
Natty:
Report link

Which version of android studio do you use?

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 (1):
Posted by: user30036029

79529918

Date: 2025-03-24 00:26:46
Score: 4.5
Natty:
Report link
**Logins**

Forgot password

buypbc code

thanks for contacting enter image description here

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Blue pay Customer service

79529910

Date: 2025-03-24 00:19:44
Score: 8 🚩
Natty: 6
Report link

I am running into the same issue. Could you maybe help me understand your answer?

How should the data be shaped? I thought it should be x=(batch_size, number_of_nodes, number_of_features, number_of_timesteps), edge_index=(batch_size, 2, number_of_edges). However, that does not seem to work and I am getting the same error as you. How exactly is your answer transofrming the input so that it works?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (1): I am getting the same error
  • No code block (0.5):
  • Me too answer (2.5): I am getting the same error
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Tobi

79529899

Date: 2025-03-24 00:10:41
Score: 4
Natty:
Report link

No, debugging single file is not supported. See https://github.com/dotnet/vscode-csharp/wiki/Troubleshoot-loading-the-.NET-Debug-Services.

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

79529876

Date: 2025-03-23 23:49:37
Score: 4
Natty:
Report link

My issue has been solved. I am sorry to anyone whose time I had wasted but I had another function that called that createSession one. I didn't realize it because it was so long ago that I put it in there and I honestly don't know why I did in the first place. Simply a case of bad programming practices.

Please let me know if I should just delete this question. Otherwise thanks to everyone who contributed.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ethan Deardorff

79529873

Date: 2025-03-23 23:47:35
Score: 7 🚩
Natty: 4.5
Report link

I am having the same problem as the original user. I want to track user-ids, but nothing seems to be registering in the user explorer view. I have followed the advice given here (which is also what Google suggests, about using

gtag('config', 'GA_MEASUREMENT_ID', { 'user_id': 'USER_ID' });

but nothing registers. Here is my code:

<!-- Google tag (gtag.js) -->

<script async src='https://www.googletagmanager.com/gtag/js?id=G-L3ZPB6S5H6'></script>

<script>window.dataLayer = window.dataLayer || [];

function gtag(){dataLayer.push(arguments);}gtag('js', new Date());

gtag('config', 'G-L3ZPB6S5H6', {'user_id': 'DRCUSASK'})

</script>

What am I doing wrong? Is there some kind of mismatch between GA code and gtag code?

Reasons:
  • Blacklisted phrase (1): What am I doing wrong?
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I am having the same problem
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: peter

79529847

Date: 2025-03-23 23:18:28
Score: 4.5
Natty: 5
Report link

I have experience this. Any proper solution for this? I already use NEXT_PUBLIC_

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Test Ribbon

79529820

Date: 2025-03-23 22:50:14
Score: 11.5
Natty: 8.5
Report link

Can you please share your dataset of the names as I need it for my project?

Thanks in advance

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (2.5): Can you please share your
  • RegEx Blacklisted phrase (3): Thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Can you please share you
  • Low reputation (1):
Posted by: Seif Hossam

79529729

Date: 2025-03-23 21:40:00
Score: 4.5
Natty: 4
Report link

You can take a look on for example
https://www.freetoolsland.com/free-image-cropper/

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

79529616

Date: 2025-03-23 20:12:42
Score: 5.5
Natty:
Report link

i just found this because im having this issue with my uni project, i have been extracting the fingerprint template and storing it externally and want to put the template back onto the chip as the built in comparison function it has saves time, did you find a solution ? i tried putting it onto a buffer and then load the buffer into the memory but it doesnt like it

Reasons:
  • RegEx Blacklisted phrase (3): did you find a solution
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30025366

79529605

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

bgsdfvsccmclkasmdcklamsdclamdclkamcds

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Артем Демьянов

79529592

Date: 2025-03-23 20:00:38
Score: 4
Natty: 6.5
Report link

https://temu.to/k/e2t5hbxpgik aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAADFGGHHHHJJJJJJDNFJFJFJJFJFFJJFJFFBFJFJFJFJRJDKJFJDNCNNFNFFNFJFNFJFJFJJFFJFJ

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaAA
  • Low reputation (1):
Posted by: Vladqq

79529492

Date: 2025-03-23 18:34:22
Score: 4
Natty:
Report link

How about using cross method?

DF1.merge(DF2, how = 'cross'))
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How
  • Low reputation (0.5):
Posted by: user159941

79529476

Date: 2025-03-23 18:31:21
Score: 4
Natty: 4.5
Report link

In python 3.8, dir_exist_ok was added.

Use shutil.copytree(src, dst, dir_exist_ok=True)

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: евгений ярыкин

79529407

Date: 2025-03-23 18:17:16
Score: 9.5 🚩
Natty: 5
Report link

Have you figured out solution as i have same problem and used background services and also stop on some devices

Reasons:
  • Blacklisted phrase (1): i have same problem
  • RegEx Blacklisted phrase (3): Have you figured out
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have same problem
  • Single line (0.5):
  • Low reputation (1):
Posted by: codearabia

79529349

Date: 2025-03-23 17:29:07
Score: 4
Natty:
Report link

You can write your own scripts to do the job via Microsoft EntraID Rest API (https://learn.microsoft.com/en-us/graph/api/group-update?view=graph-rest-1.0&tabs=http) and Google Workspace Admin API (https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/update) or use synkto saas service.

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

79529304

Date: 2025-03-23 17:01:00
Score: 4
Natty:
Report link

thank you very much for your effort to help me. This very old version of Indy server is embeded in unmaintaned larger SW, which is still buy by very bad company TRITONDIGITAL.com, which facticaly refuse any support for this SW. They bought SW in time when it was number one and did not maintain it. You can have notice that I am strange that I bought this SW 3 years ago. I had no information that they bought unmaintained SW in this time, because this SW looked like maintained with actual update dated on user interface. But it was unfortunately only their masquerade and it was lie from this bad company. But this SW is exelent and still almost fully functional. I have problem now that this terrible TRITONDIGITAL.com also killed server Audiorealm.com without any notice to clients and some functionality stopped working. I am trying to resolve this lost functionality where it needs send HTTP/text string to IP and port of Indy V.8 server. I suppose that the string could look like this:

POST /request=11139, hostIP=37.188.184.127 HTTP/1.1
Post: 213.220.250.193

I would like to find the simply way if it is syntax correct and how to test it by the most easiest way. I do not know how to activate ECHO in Telnet, because when I connect to Indy server, there is only blinked cursor in left upper corner and typed characters are invisible.

I was not fully sucessful to find documentation for Indy server, which is clear for me. Thank you for your understanding and thank you for any help and ideas how to do it easy.

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): any help
  • Blacklisted phrase (1): I am trying to
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Tomas Ra

79529237

Date: 2025-03-23 16:13:50
Score: 8 🚩
Natty:
Report link

Apparently I cannot make requests from /passwords to /api/passwords. Works literally perfectly with /api/passwordss

Can anyone help with why this is happening?

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • RegEx Blacklisted phrase (3): Can anyone help
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: pareshaann

79529197

Date: 2025-03-23 15:38:44
Score: 5.5
Natty:
Report link

Your question lacks details. Are you facing a login issue, permission error, or regional access problem? Please provide more context so that others can help you better.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Zainab Ansari

79529183

Date: 2025-03-23 15:27:41
Score: 8.5 🚩
Natty: 6
Report link

Have you found the answer to your question? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (2.5): Have you found the answer to your question
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rex Nguyen

79529127

Date: 2025-03-23 14:52:34
Score: 5.5
Natty:
Report link

I have the exact same issue on my Pixel 7 Pro. My other devices (iOS and PC) have no issues.

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

79529125

Date: 2025-03-23 14:50:33
Score: 11.5 🚩
Natty: 5
Report link

Heading ##so i have same issue but i cant find explanation or how to fix it in react native expo go on android

can anyone help me please

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): can anyone help me
  • RegEx Blacklisted phrase (2): help me please
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have same issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: sandro

79529120

Date: 2025-03-23 14:48:31
Score: 6 🚩
Natty:
Report link

How about convert the reports attribute to a text field?

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
  • Low reputation (1):
Posted by: Wu Qun

79528927

Date: 2025-03-23 12:21:03
Score: 7.5 🚩
Natty:
Report link

i am also having same issue with geolocator package

please reply if found solution

thanks

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1.5): please reply
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i am also having same issue
  • Low reputation (1):
Posted by: Brijesh Gangwar

79528917

Date: 2025-03-23 12:13:01
Score: 5
Natty:
Report link

Its damn annoying when having to compile codes from different sources to run as one project and some dipstick written his bit in rust. Now we have to spend all the time again trying to convert it to c++ so it matches all the other code so not having to run multiple OS. Just why do idiots do this? Oh its rust, its easy, well, fuck you, you were supposed to write it in c++ not some stupid other code then do a runner.

Reasons:
  • Blacklisted phrase (2): fuck
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jan DJures

79528865

Date: 2025-03-23 11:32:52
Score: 10.5 🚩
Natty: 5.5
Report link

I am looking for a solution to synchronize the attendance data from my ZKTECO K40 kits to my private online server. If someone can help me understand how the ADMS protocol works, I would be very grateful. I have already tried everything without a solution. I have configured my K40 KITS on the ADMS protocol with the parameters of my online server, I used WIRESHARK to analyze the traffic but I realize that my kits do not send communication as one might expect.

Thank you for your help.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (1): I have already tried
  • Whitelisted phrase (-0.5): Thank you for your help
  • RegEx Blacklisted phrase (3): someone can help me
  • RegEx Blacklisted phrase (2): I would be very grateful
  • No code block (0.5):
  • Low reputation (1):
Posted by: Gaston Yomatcha

79528850

Date: 2025-03-23 11:20:49
Score: 4
Natty:
Report link

Turning off the brave shields fixed it for me

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

79528817

Date: 2025-03-23 10:47:42
Score: 4.5
Natty:
Report link

Since the big boys in blue wanna lock down MY system, heres how you tell them to get fucked and stay winning

echo 0 | sudo tee /proc/sys/net/ipv4/ip_unprivileged_port_start

begone demons

Reasons:
  • Blacklisted phrase (2): fuck
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ashley Smith