79543502

Date: 2025-03-29 16:05:42
Score: 5.5
Natty: 7
Report link

testssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Filler text (0.5): ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
  • Low entropy (1):
  • Low reputation (1):
Posted by: Павел Здерев

79543497

Date: 2025-03-29 15:58:41
Score: 4.5
Natty: 4
Report link

I have the same query as in the question above.

Regarding the answer by @oliver

As a MWE, I wish to create a simple test package with 2 files.

$ cat hello.sh 
#!/usr/bin/sh
cat mydatafolder/data.txt

$ cat mydatafolder/data.txt 
Hello World!


hello-world-1.0 $ tree -L 1
.
├── debian
├── hello.sh
└── mydatafolder

3 directories, 1 file

Now how do I refer to data.txt so that the same incantation works both while creating the package and after installing it.

Here is what I tried:

hello-world-1.0$ cat debian/install 
hello.sh usr/bin
mydatafolder/* usr/share/mydatafolder
hello-world-1.0$ echo $XDG_DATA_DIRS 
/usr/share/gnome:/usr/local/share/:/usr/share/

When I create and install the package it says :

$ hello.sh
cat: mydatafolder/data.txt: No such file or directory

Should'nt mydatafolder which is in /usr/share/ be in the list of folders in $XDG_DATA_DIRS ? Is that not how it works? What am I missing?

Reasons:
  • Blacklisted phrase (1): how do I
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • User mentioned (1): @oliver
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: user2338823

79543482

Date: 2025-03-29 15:50:39
Score: 5.5
Natty:
Report link

are you doing namaste react? i'm also stuck in same problem

Reasons:
  • RegEx Blacklisted phrase (1.5): i'm also stuck
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ashish N M

79543464

Date: 2025-03-29 15:36:35
Score: 5
Natty:
Report link

hi i think you need to install lsp server, you can do it with mason.

https://www.youtube.com/watch?v=h4g0m0Iwmys&ab_channel=typecraft

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

79543433

Date: 2025-03-29 15:12:30
Score: 7
Natty: 7
Report link

Need help with this too Where should I put this function or is it a file I need to save?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1.5): Where should I
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Fredrick Aniebonam

79543366

Date: 2025-03-29 14:12:19
Score: 8
Natty: 7
Report link

I have the same problem. Can I also use this code and do I replace your_login, your_nicename, your_email and your_name everywhere it occurs? What does that "varchar" mean? Do I have to replace that with something too?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Bianca T.

79543290

Date: 2025-03-29 13:12:06
Score: 11.5 🚩
Natty: 5.5
Report link

were you able to overcome that issue? Did you get the version column increased?

Reasons:
  • RegEx Blacklisted phrase (3): Did you get the
  • RegEx Blacklisted phrase (3): were you able
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Randy Guerrero

79543216

Date: 2025-03-29 12:13:56
Score: 4
Natty: 5
Report link

Why everytime I am getting ServletContextHandler not found

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

79543194

Date: 2025-03-29 11:55:52
Score: 5.5
Natty: 5.5
Report link

as i'm working on the timmer registres for pwm on a giga r1 I'm trying to run this ino code on the arduino ide but it doesn't work. I missed someting ?

thanks :)

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: galinou

79543164

Date: 2025-03-29 11:28:45
Score: 8 🚩
Natty:
Report link

After a few days of retrying and researching, and thanks to grawity_u1686 advice. I managed to solve the problem.

The problem is that in my AD Server, Active Directory Users and Computers > abc.local > Users. In the Account tab from the Properties of my linux user record (linux-wec), the User logon name holds the value of HTTP/linux-wec.abc.local, indicating that the principal used should be HTTP, not http. By recreating the keytab with HTTP principal, my NXLog managed to work normally.

Help appreciated with thanks.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): appreciated
  • RegEx Blacklisted phrase (3): thanks to grawity_u1686 advice
  • RegEx Blacklisted phrase (3): Help appreciated
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: KLZ Canon

79543025

Date: 2025-03-29 09:15:21
Score: 4.5
Natty:
Report link

Looks like my question was duplicate of this one here: https://forums.raspberrypi.com/viewtopic.php?t=376135 I switched to X11 backend, it seems to work now! Thanks a lot to @life888888

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @life888888
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Daniel Bashlak

79542979

Date: 2025-03-29 08:47:15
Score: 4
Natty:
Report link

There is now a solution for this:

@unnest_wider macro in TidierData.jl

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @unnest_wider
  • Low reputation (1):
Posted by: skuss

79542956

Date: 2025-03-29 08:26:10
Score: 4.5
Natty:
Report link

Thank you, yes it worked with @soruce

@source '../components/src/';

thank you so much :D

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): thank you
  • Whitelisted phrase (-1): it worked
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @soruce
  • User mentioned (0): @source
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Christian Munk-Nissen

79542906

Date: 2025-03-29 07:31:59
Score: 5.5
Natty:
Report link

any one can help how to get

&bg=
Reasons:
  • RegEx Blacklisted phrase (3): any one can help
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: SalahEddine Sarkaf

79542889

Date: 2025-03-29 07:10:54
Score: 5.5
Natty: 4.5
Report link

Hello is anyone help me to remove this type of page https://gyanyogbreath.com/?attachment_id=6924 from my website this page showing 404 error in aherf so my website health goes down i have website relate to 200 Hour Yoga Teacher Training in India

Reasons:
  • Blacklisted phrase (1): help me
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Chris

79542839

Date: 2025-03-29 05:43:40
Score: 4
Natty:
Report link

Finally, After one week I found it:
https://npmjs.com/package/expo-alarm-module
It wasn't updated, So here my little update (You must use it manualy):
https://github.com/hamednazeri/expo-alarm-module/tree/expo-alarm-module-3

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

79542804

Date: 2025-03-29 04:58:32
Score: 5.5
Natty:
Report link

Facing same issue, I have added Map also and option to start and stop location tracking but still apple is rejecting it.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): Facing same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ganesh Mohane

79542774

Date: 2025-03-29 03:59:21
Score: 4.5
Natty:
Report link

Go to https://plaid.com/docs/link/returning-user/. Look under "Testing in Sandbox" and use the seeded phone numbers.

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

79542701

Date: 2025-03-29 02:20:05
Score: 4.5
Natty:
Report link
     M&A_gross_2025 M&A_net_2025 AMP_2025
cat                                      
code                                     
L32D           30.0         18.0     25.0
UBEO           70.0         47.0     50.0

How do I drop the row 'cat'?
Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30098819

79542650

Date: 2025-03-29 01:15:53
Score: 6 🚩
Natty: 6
Report link

Are you able to make the lan* recieve any packet? Or ping one port to another?

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

79542640

Date: 2025-03-29 00:59:50
Score: 10.5 🚩
Natty: 6
Report link

I am trying to write an app which java desktop application uses Mapforge.. I have issue that market is moving slightly at difftzoom level. Can anyone please help me to solve this issue??

Is there any better option instead of Mapforge, I have to use offline map which can matk POIs as per user selection.

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): Is there any
  • RegEx Blacklisted phrase (3): please help me to
  • RegEx Blacklisted phrase (1.5): solve this issue??
  • RegEx Blacklisted phrase (0.5): anyone please help
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: chetan soni

79542544

Date: 2025-03-28 22:57:26
Score: 5
Natty:
Report link

I have the resource loaded in the project properties.

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

79542511

Date: 2025-03-28 22:28:20
Score: 4
Natty:
Report link

Line order really matter here!

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

79542504

Date: 2025-03-28 22:22:19
Score: 4.5
Natty:
Report link

Me sucedio algo similar cuando actualice de primeng 16 a primeng 17. Solución:

Eliminar los módulos obsoletos de app.module.ts, en mi caso: ❌ CodeHighlighterModule ❌ LightboxModule ❌ GMapModule

Despues recompilar con limpieza: ng cache clean rm -rf node_modules package-lock.json npm install

Tambien revisa en tu archivo "angular.json" la propiedad "aot: true", puedes colocarla en "false" compilar el proyecto con "ng-serve", despues puedes volver a la configuracion inicial "aot: true".

Reasons:
  • Blacklisted phrase (3): Solución
  • No code block (0.5):
  • Low reputation (1):
Posted by: Samuel Hernandez

79542495

Date: 2025-03-28 22:15:17
Score: 4
Natty: 4.5
Report link

new link with the hints (old link was 404):

https://tomickigrzegorz.github.io/leaflet-examples/#13.svg-markers-width-legends

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Xavier de Pedro AjBCN

79542478

Date: 2025-03-28 21:59:13
Score: 6 🚩
Natty: 4.5
Report link

What is wrong with you people?!!

Someone close to me has been hacking me for more then 10 years and you guys are telling them how to do it or 'fix' their FAKE @$$ software whenever i get 1 step ahead you people tell them how to rehack me. Im a grown ass woman, i dont work for anyone and i dont go to school, and their hacking me claiming to be my 'administrator' so they can control and configure any device, account, phone number email etc. i get or make. How about u be part of the solution and not the problem!!!

HOW DO I GET THE FAKE SOFTWARE OFF MY PERSONAL, YES PERSONAL PHONE?! THIS HAS LITERALLY DESTROYED MY FAMILY, MARRIAGE AND NOT TO MENTION, MY REAL BUSINESS, I HAD! BECAUSE IM NOT ALLOWED TO HAVE AN ADMIN ACCOUNT. SO NOW THEY ALSO CONTROL MY DOMAIN AND BUSINESS ACCOUNTS/PLATFORMS AND HAVE ME AS AN EMPLOYEE OF MY OWNNNN BUSINESS!!!

So PLEASEEEE how do i get the Kernel off my phone and running scripts when i have no access to MY accounts they took over and locked me out of?!

Reasons:
  • Blacklisted phrase (1): HOW DO I
  • Blacklisted phrase (1): how do i
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What is
  • Low reputation (1):
Posted by: Stay at home Mom

79542421

Date: 2025-03-28 21:24:05
Score: 4
Natty:
Report link

Thank you both for answering, turns out, a simple restart solved the issue. If anyone else runs into this, try restarting your system first before diving into complex fixes lol.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: trabelsi wejden

79542419

Date: 2025-03-28 21:21:04
Score: 4.5
Natty: 4
Report link

I am running Xcode 16.2 and was working with the same code (from a tutorial). My code is identical to the fixed code above except that the SwiftUI "Hello World" template now ends with the following:

#Preview {

ContentView()

}

To initialize the color, this becomes:

#Preview {

ContentView(backgroundColor: .blue)

}

When I do this, I get no errors, but the canvas fails to build and the simulator also fails to build. Why is that?

Reasons:
  • RegEx Blacklisted phrase (1): I get no error
  • RegEx Blacklisted phrase (0.5): Why is that
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: John Sorensen

79542392

Date: 2025-03-28 21:04:00
Score: 4.5
Natty:
Report link

I ended up implementing an rpy ball spring: https://github.com/RobotLocomotion/drake/compare/master...krish-suresh:drake:ball_spring which is running faster than the linearbushing+ball constraints, unsure why exactly that is the case.

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

79542386

Date: 2025-03-28 20:58:59
Score: 4.5
Natty: 5
Report link

This issue was recently fixed in https://github.com/oracle/odpi/commit/3a578197cae567028bfe9d39e7e05bfc5869c650 and will be released as part of python-oracledb 3.1.0

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

79542385

Date: 2025-03-28 20:57:59
Score: 5
Natty:
Report link

Is there a way to count the number of times a person is scheduled to work at a specific time? I have a calendar in Excel by month, with the employes scheduled at 2 time slots per day, throughout the omonth. and I have tried all versions of countif to return the number of shifts per employee and get no actual data, so I am counting them manually. I have tried the Countifs and it wont work. Is there another formula to help?

=COUNTIFS(A4:N39,"="&TIME(9,0,0),A4:N39,P6)

P6 = the employee name, the month grid is A4:N39.

Help? Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Is there a way
  • Long answer (-0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is there a
  • Low reputation (1):
Posted by: Lake Country

79542283

Date: 2025-03-28 19:43:44
Score: 4
Natty: 4
Report link

idk what this is, i cant read it:

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

79542247

Date: 2025-03-28 19:18:37
Score: 6.5
Natty: 7
Report link

Same problem whit xiaomi andorid 11, any update?

Reasons:
  • RegEx Blacklisted phrase (1): Same problem
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Adrian De Seta

79542230

Date: 2025-03-28 19:10:35
Score: 9 🚩
Natty: 6
Report link

I am facing issue to connect and post on Facebook pages which are added under business portfolio, as I don’t have business _management advance access approved.

If there any way to do without that permission ? Can someone help me to get advance access approval if that must require?

Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): I am facing issue
  • RegEx Blacklisted phrase (3): Can someone help me
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Vishal Patel

79542109

Date: 2025-03-28 17:57:19
Score: 6.5 🚩
Natty: 4
Report link

Did you ever figure this out? The only reply you got makes zero sense, and I also cannot figure out how to just select the user from the trigger in the response part of the workflow.

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever figure this out
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Valerie Quevedo

79542016

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

Newer versions require the provider as per the PrimeNg Docs https://primeng.org/installation#provider

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

79541951

Date: 2025-03-28 16:39:02
Score: 5
Natty: 4.5
Report link

How did an entire file get converted to angular-material.min.js? I cant even open files that have been renamed/converted. What is going on?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): How did an
  • Low reputation (1):
Posted by: James Walker

79541939

Date: 2025-03-28 16:33:00
Score: 4
Natty: 5
Report link

I tried this and it actually work. 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: YINMII

79541887

Date: 2025-03-28 16:04:54
Score: 4.5
Natty: 5
Report link

Thank you, it was great solution

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: venkat prasad Juntipally

79541825

Date: 2025-03-28 15:35:47
Score: 4.5
Natty: 6
Report link

Follow the instructions here in the link below:

https://www.jetbrains.com/help/pycharm/2024.3/working-with-the-ide-features-from-command-line.html?Working_with_the_IDE_Features_from_Command_Line

Reasons:
  • Blacklisted phrase (1): the link below
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Debojyoti Chatterjee

79541822

Date: 2025-03-28 15:34:46
Score: 4
Natty:
Report link

You're on the right track. I do a ton of this in my day job as an AWS TAM for an MSP**

RE: Reduce delay in cost awareness**: Teams should know about unexpected costs as soon as possible.

AWS Budgets allows gives you a few options here. You can not only set up spend-based alert thresholds, which could go to your email address, but I would use a distro. There are also some newer AI-oriented anomaly detection functions also.

RE: Identify wasted resources easily: Instead of playing a guessing game, we should pinpoint which resources are consuming costs unnecessarily.

Two options jump out at me here:
#1 The AWS Trusted Advisor report. This is an in-depth spreadsheet sent out to clients with enterprise-grade support levels, meaning partner-led support with a 3rd party accredited support provider, AWS OnRamp, or AWS Enterprise-level support tiers.

This report tells you exactly which servers are grossly oversized and other components that could be optimized, archived, or downscaled to save money.

#2 There's a module for an opensource tool called PowerPipe called "Thrifty", which can assist there also.

The AWS console under Cost Explorer will also show you your available instance reservation options and/or savings plans.

RE:Find top cost contributors: Generate a report showing the top 5-10 resources that are contributing to high costs.

I would highly encourage you to learn how AWS Cost Allocation tags work. There are defaults which will give you what you're asking for, but there's some much more advanced and granular options with what are called "User Generated" Cost allocation tags.

RE: Questions I Need Help With Should I build a unified multi-cloud system, or is that too ambitious for a beginner?

If you are new to cloud infrastructure, I would definitely not start off with a multi-cloud environment. Even if you weren't a beginner, there needs to be a very compelling reason to chase "best in breed" services across a provider boundary. This is almost always more hassle than it's worth.

Reasons:
  • Blacklisted phrase (0.5): I Need
  • Blacklisted phrase (2.5): I Need Help
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: John Garrett

79541800

Date: 2025-03-28 15:25:44
Score: 8 🚩
Natty: 4
Report link

I am having the very same issue :(

Reasons:
  • Blacklisted phrase (1): :(
  • Low length (2):
  • No code block (0.5):
  • Me too answer (2.5): I am having the very same issue
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Otto Oliveira

79541760

Date: 2025-03-28 14:59:38
Score: 6.5 🚩
Natty: 5
Report link

I have the same problem, I was using SQLite, but is too slow with a lot of records, so I tried to use Dexie on Mobile, however, it only worked on web...

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

79541723

Date: 2025-03-28 14:44:34
Score: 6.5 🚩
Natty: 5
Report link

Is that what are you looking for? https://uikit.plus/snippets/uikit-navigation-wrapping-67e689903549eccccc871a8b

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is that
  • Low reputation (0.5):
Posted by: Gordon Freeman

79541703

Date: 2025-03-28 14:34:30
Score: 6.5 🚩
Natty: 4
Report link

is the spark support removed now https://github.com/alteryx/featuretools/releases/tag/v1.31.0

any plans to add the spark support in later versions ?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): is the
  • Low reputation (1):
Posted by: Shashikant Deore

79541673

Date: 2025-03-28 14:25:27
Score: 4
Natty:
Report link

After 2 days of searching, I didn't find any solution so, I just use react-hook-observer and threshold works as intended, I do not know whether or not it's react thing that threshold doesn't work but I couldn't find any answers online. So for now I am happy to share that everything works much better.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Zura Gabichvadze

79541613

Date: 2025-03-28 13:57:19
Score: 4
Natty:
Report link

You should use the NullUUID type which is described in the uuid package from google.
https://github.com/google/uuid/blob/master/null.go

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

79541579

Date: 2025-03-28 13:43:15
Score: 7.5 🚩
Natty: 4.5
Report link

did u get it the answer? let me know if possible

Reasons:
  • RegEx Blacklisted phrase (3): did u get it the answer
  • 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: Sakibur Rahman

79541557

Date: 2025-03-28 13:36:12
Score: 6 🚩
Natty:
Report link

I tried it out on the basis of an online tutorial. In this tutorial, a queue is used in the context object for the elements to be processed.

I don't really like my solution. But switching to a solution with a list did not work.

<?xml version="1.0" encoding="UTF-8"?>
<job id="hugeImport" xmlns="https://jakarta.ee/xml/ns/jakartaee" version="2.0">
    <step id="dummyItems" next="chunkProcessor">
        <batchlet ref="dummyItemsBatchlet">
            <properties>
                <property name="numberOfDummyItems" value="10"/>
            </properties>
        </batchlet>
    </step>

    <step id="chunkProcessor" next="reloadItemsQueue_001">
        <chunk>
            <reader ref="itemReader">
                <properties>
                    <property name="numberOfItems" value="2"/>
                </properties>
            </reader>
            <processor ref="itemMockProcessor"/>
            <writer ref="itemJpaWriter"/>
        </chunk>
        <partition>
            <plan partitions="2"></plan>
        </partition>
    </step>

    <step id="reloadItemsQueue_001" next="chunkProcessortest">
        <batchlet ref="reloadItemQueueBatchlet">
        </batchlet>
    </step>

    <step id="chunkProcessortest">
        <chunk>
            <reader ref="itemReader">
                <properties>
                    <property name="numberOfItems" value="3"/>
                </properties>
            </reader>
            <processor ref="itemMockProcessor"/>
            <writer ref="itemJpaWriter"/>
        </chunk>
        <partition>
            <plan partitions="2"></plan>
        </partition>
    </step>
</job>
public class ImportItem {
    private Long id;
    private String name;

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public ImportItem(long id, String name) {
        this.id = id;
        this.name = name;
    }

    @Override
    public String toString() {
        return "ImportItem{" + "id=" + id + ", name=" + name + '}';
    }
}
import java.util.List;

public class ImportItems {

    private List<ImportItem> items;

    public List<ImportItem> getItems() {
        return items;
    }

    public void setItems(List<ImportItem> items) {
        this.items = items;
    }

}
import jakarta.batch.runtime.context.JobContext;
import jakarta.inject.Inject;
import jakarta.inject.Named;

import java.util.*;
import java.util.concurrent.ConcurrentLinkedQueue;

@Named
public class ImportJobContext {
    @Inject
    private JobContext jobContext;

    private final Queue<ImportItem> itemsToDo = new ConcurrentLinkedQueue<>();
    private final Queue<ImportItem> itemsForNextStep = new ConcurrentLinkedQueue<>();

    public void addItems(List<ImportItem> items) {
        getImportJobContext().itemsToDo.addAll(items);
    }

    public synchronized void reloadQueue(){
        getImportJobContext().itemsToDo.clear();
        getImportJobContext().itemsToDo.addAll(getImportJobContext().itemsForNextStep);
        getImportJobContext().itemsForNextStep.clear();
    }

    public synchronized List<ImportItem> getItems(int count) {
        List<ImportItem> items = new ArrayList<>(count);
        for (int i = 0; i < count; i++) {
            var item = getImportJobContext().itemsToDo.poll();

            if(item == null) {
                continue;
            }

            items.add(item);
            getImportJobContext().itemsForNextStep.add(item);
        }

        return items.isEmpty() ? null : items;
    }

    private ImportJobContext getImportJobContext() {
        if (jobContext.getTransientUserData() == null) {
            jobContext.setTransientUserData(this);
        }
        return (ImportJobContext) jobContext.getTransientUserData();
    }
}
import jakarta.batch.api.AbstractBatchlet;
import jakarta.batch.api.BatchProperty;
import jakarta.batch.runtime.BatchStatus;
import jakarta.inject.Inject;
import jakarta.inject.Named;

import java.util.ArrayList;
import java.util.List;

@Named
public class DummyItemsBatchlet extends AbstractBatchlet {

    @Inject
    private ImportJobContext jobContext;

    @Inject
    @BatchProperty
    private String numberOfDummyItems;

    @Override
    public String process() throws Exception {

        List<ImportItem> list = new ArrayList<>();
        for(int i=0; i<Integer.parseInt(numberOfDummyItems); i++){
            list.add(new ImportItem(i, "dummyItem" + i));
        }
        jobContext.addItems(list);

        return BatchStatus.COMPLETED.name();
    }
}
import jakarta.batch.api.BatchProperty;
import jakarta.batch.api.chunk.AbstractItemReader;
import jakarta.inject.Inject;
import jakarta.inject.Named;

import java.util.List;

@Named
public class ItemReader  extends AbstractItemReader {

    @Inject
    ImportJobContext importJobContext;

    @Inject
    @BatchProperty
    private String numberOfItems;

    @Override
    public List<ImportItem> readItem() throws Exception {

        int numberOfWorkerItems = 2;
        if(numberOfItems != null){
            numberOfWorkerItems = Integer.parseInt(numberOfItems);
        }

        return importJobContext.getItems(numberOfWorkerItems);
    }
}
import jakarta.batch.api.chunk.ItemProcessor;
import jakarta.inject.Named;

@Named
public class ItemMockProcessor implements ItemProcessor {

    @Override
    public Object processItem(Object o) throws Exception {
        System.out.println("--> processing " + o);
        return o;
    }
}
import jakarta.batch.api.chunk.AbstractItemWriter;
import jakarta.inject.Named;

import java.util.List;

@Named
public class ItemJpaWriter  extends AbstractItemWriter {

    @Override
    public void writeItems(List<Object> list) throws Exception {

        for (Object obj : list) {
            List<ImportItem> item = (List<ImportItem>) obj;
            System.out.println("--> Persisting " + item);
        }
    }
}
@Named
public class ReloadItemQueueBatchlet  extends AbstractBatchlet {

    @Inject
    private ImportJobContext jobContext;

    @Override
    public String process() throws Exception {
        System.out.println("ReloadItemQueueBatchlet.process");
        jobContext.reloadQueue();

        return BatchStatus.COMPLETED.name();
    }
}

Can you please give me tips on how I can optimize the code?

Reasons:
  • Blacklisted phrase (1): this tutorial
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (2.5): Can you please give me
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Net_Hans

79541551

Date: 2025-03-28 13:34:09
Score: 10.5 🚩
Natty: 6
Report link

im having the same doubt, can you show me what your ajax request looks like ??

thanks in advance.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • RegEx Blacklisted phrase (2.5): can you show me what your
  • RegEx Blacklisted phrase (3): thanks in advance
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Sebastián Suazo

79541533

Date: 2025-03-28 13:23:04
Score: 6.5 🚩
Natty: 5.5
Report link

do you find out the reason for this error message? I was using Business central and get the same error message. Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): get the same error
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: IndianWells

79541527

Date: 2025-03-28 13:21:03
Score: 4
Natty:
Report link

With different version of llvm, different argument required

https://github.com/lich4/llvm-pass-hikari

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

79541483

Date: 2025-03-28 13:01:59
Score: 5.5
Natty:
Report link

By searching the MicroC PRO IDE forums, it seems to you to enable the ADC option under the Library Manager. Does this solve your problem?

Reasons:
  • RegEx Blacklisted phrase (1.5): solve your problem?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
Posted by: pm101

79541481

Date: 2025-03-28 13:01:59
Score: 4.5
Natty: 4
Report link

Try this plugin https://moodle.org/plugins/quizaccess_quizproctoring which has more advanced feature including live proctoring.

Reasons:
  • Blacklisted phrase (1): this plugin
  • Whitelisted phrase (-1): Try this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mahendra Soni

79541450

Date: 2025-03-28 12:44:54
Score: 4
Natty:
Report link

Ever found a solution to this? I'm facing the same going from Xcode 15.3 to Xcode 16.2.

https://developer.apple.com/forums/thread/776427

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Yonic Surny

79541427

Date: 2025-03-28 12:32:51
Score: 5
Natty:
Report link

Check work of stackoverflow answers

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

79541401

Date: 2025-03-28 12:24:49
Score: 4.5
Natty:
Report link

Having the same issue and tried #Sannnekk answer and too my surprise the ng19 site runs fine with the Brave shield up...not down. Runs on Chrome and Edge too.

Disable shields on Brave and bam...

enter image description here

go figure.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): Having the same issue
Posted by: Darren Street

79541394

Date: 2025-03-28 12:17:47
Score: 5
Natty: 5.5
Report link

Hi u can use this https://instagram-postid-extractor-production.up.railway.app/ I developed it recently

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

79541376

Date: 2025-03-28 12:08:45
Score: 4
Natty: 4.5
Report link

Did you try to change the billing settings from request-based to instance-based?

Reasons:
  • Whitelisted phrase (-2): Did 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): Did you
  • Low reputation (1):
Posted by: Giuseppe Colello

79541343

Date: 2025-03-28 11:53:39
Score: 6.5 🚩
Natty:
Report link

have you tried turning it off an on again?? enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): have you tried
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Arvid Håland

79541339

Date: 2025-03-28 11:51:36
Score: 10.5 🚩
Natty: 6
Report link

i need help please bomboclats......................

Reasons:
  • Blacklisted phrase (0.5): i need
  • Blacklisted phrase (2.5): i need help
  • RegEx Blacklisted phrase (1.5): help please
  • RegEx Blacklisted phrase (1): i need help please
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Filler text (0.5): ......................
  • Low reputation (1):
Posted by: pier

79541285

Date: 2025-03-28 11:28:30
Score: 5.5
Natty: 4.5
Report link

I have the same problem and I think there is no way to find out with VBA.
Apparently Occurences and PatternEndDate return matching values for the same end.
So I decided to primarily use the PatternEndDate.

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (1):
Posted by: Peter Stock

79541258

Date: 2025-03-28 11:15:27
Score: 4
Natty: 5
Report link

Working on a NetUtils plugin if still interested!
https://github.com/macchie/capacitor-net-utils

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

79541228

Date: 2025-03-28 11:01:23
Score: 4
Natty:
Report link

I wrote a function based on Nizam Mohamed's answer. Please find the code here: https://github.com/ilario/replicate_object_python.

An usage example is reported here: https://stackoverflow.com/a/79539546/5033401 or in the readme of the repository.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Ilario Gelmetti

79541159

Date: 2025-03-28 10:25:14
Score: 7 🚩
Natty: 5
Report link

Cannot upvote, {PH1} SPACE is the solution, thank youuu

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (0.5): upvote
  • RegEx Blacklisted phrase (2): Cannot upvote
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Cannot
  • Low reputation (1):
Posted by: Edoardo Lagostina

79541136

Date: 2025-03-28 10:14:07
Score: 6.5 🚩
Natty:
Report link

I'm a newer for the autodesk forge,and also meet this problem. Have you solved it? I have update the endpoint to the latest number, but stillnot working.

Reasons:
  • Blacklisted phrase (2): Have you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Dan Yin

79541132

Date: 2025-03-28 10:14:06
Score: 9 🚩
Natty: 5.5
Report link

did you find a way to list all pages by ID from a Notion workspace?

Reasons:
  • RegEx Blacklisted phrase (3): did you find a way to
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): did you find a
  • Low reputation (1):
Posted by: Olivenders

79541092

Date: 2025-03-28 10:04:03
Score: 4
Natty: 4.5
Report link

See also Qt Project: WIP: Add jemalloc support https://codereview.qt-project.org/c/qt/qtbase/+/620056 .

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

79541008

Date: 2025-03-28 09:24:52
Score: 6 🚩
Natty: 4.5
Report link

i have same issue!! 2 year and problem still there...

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): i have same issue
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: no_one

79541001

Date: 2025-03-28 09:21:51
Score: 4.5
Natty: 4
Report link

My answer is the same as the in above

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

79540969

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

Try reinstalling node, and clear cache

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

79540932

Date: 2025-03-28 08:54:44
Score: 7 🚩
Natty: 6.5
Report link

Hi Barbara have you solved the problem ? I have same one too.

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

79540808

Date: 2025-03-28 07:49:30
Score: 7 🚩
Natty:
Report link

https://stackoverflow.com/a/67659159/30072585

isn't this working?

  1. delete .next/ folder.
  2. restart server
  3. refresh browser
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • RegEx Blacklisted phrase (2): working?
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): isn't this
  • Low reputation (1):
Posted by: 정제로

79540787

Date: 2025-03-28 07:37:27
Score: 9 🚩
Natty: 5.5
Report link

I've encountered the same problem, have you solved it?

Reasons:
  • Blacklisted phrase (2): have you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: zervih

79540780

Date: 2025-03-28 07:34:26
Score: 8.5
Natty: 8.5
Report link

same issue here, I'm trying to investigate this

have you found a solution?

Reasons:
  • RegEx Blacklisted phrase (2.5): have you found a solution
  • RegEx Blacklisted phrase (1): same issue
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: FlyingRacoon51

79540738

Date: 2025-03-28 07:05:20
Score: 4.5
Natty:
Report link

I found the answer to this in: https://learn.microsoft.com/en-us/answers/questions/1343108/nuget-error-nu1101. Follow the answer provided by: Tianyu Sun-MSFT. Thank you all.

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

79540719

Date: 2025-03-28 06:52:17
Score: 6.5 🚩
Natty: 5
Report link

Is there any way to get data from a table from a specific keyspace from ScyllaDB using DynamoDB API?

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 any
  • Low reputation (1):
Posted by: Justin George

79540656

Date: 2025-03-28 06:16:08
Score: 5
Natty:
Report link

Try if it works using github.com/Genymobile/scrcpy .

Reasons:
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammed Zohil P.K

79540598

Date: 2025-03-28 05:35:59
Score: 9 🚩
Natty: 5.5
Report link

Did someone resolve the issue about <pending> IP address when LoadBalancer is used?

Reasons:
  • RegEx Blacklisted phrase (3): Did someone resolve the
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did someone
  • Low reputation (1):
Posted by: Furieux F

79540432

Date: 2025-03-28 03:04:30
Score: 4.5
Natty:
Report link

The platform is win11. Thank you everyone.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: 听风语

79540407

Date: 2025-03-28 02:35:24
Score: 7 🚩
Natty: 4
Report link

Have you solved it?I encountered this question recently,too.Later,I found out that the file name I entered in the terminal was wrong.

Reasons:
  • Blacklisted phrase (2): Have you solved it
  • RegEx Blacklisted phrase (1.5): solved it?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Maggie Gordon

79540324

Date: 2025-03-28 01:18:07
Score: 4
Natty: 4.5
Report link

I read your answer and it works perfectly for what I was looking for. I only have trouble with adding another javascript to the pdf. For example, besides the contact list, I will also want to have a dropdown menu for "guests". If I do this in a separate javascript, the previous one stops working. If I add it in the same javascript, the previous stops working too. What do you think might be my problem?

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

79540247

Date: 2025-03-27 23:58:52
Score: 4.5
Natty:
Report link

Thank you so much. This indeed works! But I want to make sure I understand how and why this works. Here is my breakdown of how I think it is functioning. But I'm stumped why add the data[0].length. What is that doing that just data.length doesn't do?

if (mealSkip === true) {
  row[2] = false; // Updates the "data" variable above within just this script.
  activePage.getRange(2,1,data.length, data[0].length).setValues(data); // Takes the updated "data" from this script and applies it to the whole row.
  console.log("Set mealSkip to equal FALSE"); // DEBUGGING LOGS

  // activePage.getRange(2,1,data.length, data[0].length).setValues(data);
  // ^ The active spreadsheet, called at the top of this function
  //           ^ getRange(row, column, numRows, numColumns) 
  //           ^ https://developers.google.com/apps-script/reference/spreadsheet/sheet#getRange(Integer,Integer,Integer,Integer)
  //                    ^ 2 = Unlike the row[#] above, THESE rows count starts at 1, so to skip the first row, we start at 2.
  //                       ^ 1 = The first column. Since we don't skip the first column, it is set to 1. 
  //                         ^ data.length = "data" is the variable established at the top of this function
  //                         ^ data.length = "length" is a property that returns an int that is the amount of rows for this range.
  //                                      ^ data[0].length = Same as above, except the [0] ?????
  //                                                     ^ setValues(data) = This will update all the cells in this row with the "data" variable, including any changes we applied via the script. 
}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): ???
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kim

79540181

Date: 2025-03-27 23:00:38
Score: 9 🚩
Natty: 5.5
Report link

did you find a solution for this problem ?

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

79540156

Date: 2025-03-27 22:42:34
Score: 4
Natty:
Report link

Well to continue the trend here is another online JSON Visualiser:

  1. https://jsonvisualizer.com

  2. https://jsoncrack.com

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

79540070

Date: 2025-03-27 21:33:21
Score: 5
Natty:
Report link

I'm using the recommended Hardcodet NotifyIcon and having the same problem. The balloon tip icon (the small one, in the upper left corner, left from the balloon title) is just old, shows an icon, that was already deleted from the application. The big balloon icon can be set without any problems, just the small one is wrong.

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): having the same problem
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Luděk

79539998

Date: 2025-03-27 20:46:11
Score: 11 🚩
Natty: 4.5
Report link

Did you find a solution for this? I'm facing the same problem

Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • RegEx Blacklisted phrase (3): Did you find a solution
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution for this
  • Low reputation (1):
Posted by: Maddalena Scagliusi

79539920

Date: 2025-03-27 20:08:02
Score: 4.5
Natty: 5
Report link

Found this old thread. Well, there is an Android app for this task: https://play.google.com/store/apps/details?id=com.wloc

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

79539861

Date: 2025-03-27 19:35:54
Score: 5
Natty: 4
Report link

Is there anyway somebody can write a program to be able to have my ipfs fully functional? And to be able to hold my Bitcoin in my phone

Reasons:
  • Blacklisted phrase (1): Is there any
  • 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 any
  • Low reputation (1):
Posted by: Jose Mendez

79539852

Date: 2025-03-27 19:29:52
Score: 6.5 🚩
Natty:
Report link

@zorancz's answer was perfect.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • User mentioned (1): @zorancz's
  • Has no white space (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: John Dough

79539782

Date: 2025-03-27 18:48:43
Score: 4
Natty:
Report link

The problem is solved today 2025-03-27 with the update of the packages

@wordpress/create-block change log

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

79539760

Date: 2025-03-27 18:38:41
Score: 4
Natty: 5
Report link

actually i have a question

we know that we can change bodey property of scafolled with bottom navigation bar but what if you had wrote your code in diffrent dart files and u want to put a simple botton and say go to home tab and show other things?

im a new learner

Reasons:
  • Blacklisted phrase (1.5): i have a question
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: mohsen karimi

79539744

Date: 2025-03-27 18:33:39
Score: 5
Natty:
Report link

I created a package that makes it super simple. Check it out at https://pypi.org/project/gc-data-storage/

Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aymone Kouame

79539742

Date: 2025-03-27 18:32:38
Score: 4
Natty:
Report link

We are facing the same problem with eclipse-temurin:17.0.12_7-jdk and application has been deployed in AKS and using the below GC parameters for one the application, still seeing G1 Old Gen utilization is more than 70%.

-XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=512m -Xms256m -Xmx4096m -Xms512m -XX:+UseStringDeduplication -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:ParallelGCThreads=20 -XX:ConcGCThreads=5 -XX:InitiatingHeapOccupancyPercent=45

Reasons:
  • No code block (0.5):
  • Me too answer (2.5): facing the same problem
  • Low reputation (1):
Posted by: gsb

79539730

Date: 2025-03-27 18:27:37
Score: 4
Natty:
Report link

make postcss.config.js -> postcss.config.mjs

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: Sri Ram

79539706

Date: 2025-03-27 18:13:33
Score: 12.5 🚩
Natty:
Report link

Did you ever manage to fix it? I'm having same issue whereby embeddings are being retrieved correctly, but the agent simply sends a "output":"" as a response?

Reasons:
  • RegEx Blacklisted phrase (3): Did you ever manage to fix it
  • RegEx Blacklisted phrase (1.5): fix it?
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm having same issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Ferdinando Valsecchi FVAudio

79539630

Date: 2025-03-27 17:35:24
Score: 4.5
Natty:
Report link
Problema com envio de e-mails no projeto Java utilizando Jakarta Mail

Contexto: No projeto Java utilizando Jakarta Mail, ocorreu um erro relacionado à falta da implementação completa da API de email. O erro específico gerado foi:

java.lang.IllegalStateException: No provider of jakarta.mail.util.StreamProvider was found

Solução: O problema foi resolvido ao remover as dependências:

jakarta.mail-api-2.1.0.jar

jakarta.activation-api-2.1.2.jar

Estas não forneciam uma implementação completa da API de e-mail. A solução foi substituir essas dependências pela dependência:

com.sun.mail:jakarta.mail versão 2.0.1.

Dependência Maven:

<dependency>
    <groupId>com.sun.mail</groupId>
    <artifactId>jakarta.mail</artifactId>
    <version>2.0.1</version>
</dependency>

Essa dependência fornece a implementação completa necessária para o envio de e-mails.

Para enviar para o trabalho, use uma senha de aplicativo e ative a verificação em duas etapas na sua conta, pois o Google desativou o recurso de acesso a aplicativos menos seguros

Uma senha de app tem 16 dígitos e autoriza o acesso à sua Conta do Google por um dispositivo ou um app menos seguro. As senhas de app podem ser usadas apenas em contas que tenham a verificação em duas etapas ativada.

site para cadastrar: https://support.google.com/accounts/answer/185833?p=InvalidSecondFactor

só depois disso conseguimos fazer tode o processo para envio de email
Reasons:
  • Blacklisted phrase (1): não
  • Blacklisted phrase (2): Solução
  • Blacklisted phrase (2): solução
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: security axel

79539602

Date: 2025-03-27 17:23:21
Score: 5.5
Natty:
Report link

Could you provide more details about the issue you're facing with clean_names from the janitor package? It would be helpful to know if you're encountering any error messages, as well as how your dataset looks before and after applying the function. Additionally, knowing the versions of janitor and pandas you're using could help diagnose the problem more effectively. With this information, we can better understand the issue and provide a solution. Looking forward to your response!

Reasons:
  • Blacklisted phrase (1.5): Looking forward to your
  • RegEx Blacklisted phrase (2.5): Could you provide
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jack boom

79539585

Date: 2025-03-27 17:15:20
Score: 4.5
Natty:
Report link

You can simply visit the link below and download Microsoft Visual C++ Redistributable that match to your system requirements.

https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

Reasons:
  • Blacklisted phrase (1): the link below
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Akash Rahman

79539579

Date: 2025-03-27 17:11:18
Score: 5.5
Natty: 5
Report link

Can anyone help decode what I need to do to fix this? Latest Octave on Sequoia and can't get control or signal:

3 warnings generated.
ld: warning: duplicate -bundle_loader option, '/usr/local/Cellar/octave/9.4.0/bin/octave-9.4.0' ignored
ld: warning: search path '/usr/local/opt/gcc/bin/../lib/gcc/current/gcc/x86_64-apple-darwin23/14' not found
ld: warning: search path '/usr/local/opt/gcc/bin/../lib/gcc/current/gcc/x86_64-apple-darwin23/14/../../..' not found
ld: library 'emutls_w' not found
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [__control_slicot_functions__.oct] Error 1
cd slicot/src && \
          /usr/local/Cellar/octave/9.4.0/bin/mkoctfile-9.4.0 -w -c MA02ID.f; mv MA02ID.f x && \
                /usr/local/Cellar/octave/9.4.0/bin/mkoctfile-9.4.0 -c *.f ../../TG04BX.f ../../src_aux/*.f && \
                mv x MA02ID.f
/usr/local/Cellar/octave/9.4.0/bin/mkoctfile-9.4.0 -Wall  __control_helper_functions__.cc
ar -rc slicotlibrary.a slicot/src/*.o
LDFLAGS="-L/usr/local/Cellar/octave/9.4.0/lib/octave/9.4.0 -L/usr/local/Cellar/octave/9.4.0/lib -bundle -undefined dynamic_lookup -bind_at_load -bundle_loader /usr/local/Cellar/octave/9.4.0/bin/octave-9.4.0  -L/usr/local/opt/openblas/lib -lopenblas  -L/usr/local/opt/gcc/bin/../lib/gcc/current/gcc/x86_64-apple-darwin23/14 -L/usr/local/opt/gcc/bin/../lib/gcc/current/gcc -L/usr/local/opt/gcc/bin/../lib/gcc/current/gcc/x86_64-apple-darwin23/14/../../.. -lemutls_w -lheapt_w -lgfortran -lquadmath" \
    /usr/local/Cellar/octave/9.4.0/bin/mkoctfile-9.4.0 -Wall  __control_slicot_functions__.cc common.cc slicotlibrary.a

error: pkg: error running 'make' for the control package
error: called from
    configure_make at line 117 column 9
    install at line 202 column 7
Reasons:
  • Blacklisted phrase (0.5): I need
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (3): Can anyone help
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can anyone help
  • Low reputation (1):
Posted by: user22996054