79544353

Date: 2025-03-30 08:49:51
Score: 5
Natty:
Report link

I try to create an event on specific date to be open on oulook app

I use ms-outlook://events/new

with parameters start=2025-04-30T10:00:00 and end=2025-04-30T12:00:00

but it opens only on current day

Please suggest

Reasons:
  • RegEx Blacklisted phrase (2.5): Please suggest
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Julia

79544350

Date: 2025-03-30 08:46:50
Score: 4
Natty:
Report link
api/v1/security/csrf_token/

this route code ?

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Admin

79544339

Date: 2025-03-30 08:35:48
Score: 4
Natty:
Report link

I hope you're doing well.

I wanted to introduce you to SheMed, a platform dedicated to helping women achieve their weight loss

goals.

Feel free to visit our https://www.shemed.co.uk/blog/how-to-balance-macronutrients-for-weight-loss  for more information.

If you have any questions, please don’t hesitate to reach out.

Best regards,

Marissa

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Marissa Ward

79544336

Date: 2025-03-30 08:34:47
Score: 4.5
Natty:
Report link

This error can be caused because of various things. Firstly, the Cocos2d framework requires the pyglet framework (To me, its just a different version of pygame.) to be installed. Which can be installed with:

pip install pyglet

But if that's the case, i suppose that installing pygame would help too. To install pygame:

pip install pygame

Secondly, like the other guy said pygame depends on the C/C++ library "SDL (Simple DirectMedia Layer)"; and when this library is missing from your system (Its not too likely to be the case) you have to install it manually.

Lastly, those are just my predictions about the error message. Can you show the whole error message please?

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you show
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Beacon Can

79544304

Date: 2025-03-30 07:53:40
Score: 5.5
Natty: 4
Report link

If you are still experiencing this issue on sandbox.

Ensure you visit the products section of your app Add the Login kit feature and then specify a redirect_uri,you have options to add more than 1 redirect_uris

Your authorization_url should look like this ?

https://www.tiktok.com/v2/auth/authorize/?client_key=xxxxxxxxxxx&scope=user.info.basic&response_type=code&redirect_uri=https://fairlauncher-ui.vercel.app&state=9CZ7saUFzj3mJdTIAFhofA

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Filler text (0.5): xxxxxxxxxxx
  • Low reputation (1):
Posted by: viktorRex

79544262

Date: 2025-03-30 06:59:31
Score: 4.5
Natty:
Report link

ienter image description here was so stupid, its right here on top

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

79544245

Date: 2025-03-30 06:27:25
Score: 4
Natty:
Report link

how to crystal report bangla type and sqldatabase add

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): how to
  • Low reputation (1):
Posted by: Arpon Paul

79544152

Date: 2025-03-30 03:20:53
Score: 4
Natty:
Report link

I am having the same issue but when creating comps at different frame rates or aspect ratios. It works fine in the floating panel but it falls apart when I am trying to make it dock-able. What would be a good approach to solving my issue at hand?



var button_margin           = 20,
    button_width            = 160,
    button_height           = 35,
    top_margin              = 80,
    panel_margin            = 10;

var l_button_left           = button_margin,
    l_button_right          = l_button_left + button_width,
    m_button_left           = l_button_right + button_margin,
    m_button_right          = m_button_left + button_width,
    r_button_left           = m_button_right + button_margin,
    r_button_right          = r_button_left + button_width,
    t_button_top            = top_margin,
    t_button_bottom         = top_margin + button_height
    m_button_top            = t_button_bottom + button_margin,
    m_button_bottom         = m_button_top + button_height,
    b_button_top            = m_button_bottom + button_margin,
    b_button_bottom         = b_button_top + button_height;

var win_width               = (panel_margin * 2) + (button_width * 3) + (button_margin * 4),
    win_height              = (panel_margin * 2) + (button_height * 3) +(button_margin * 3) + top_margin,
    panel_right             = win_width - panel_margin,
    panel_bottom            = win_height - panel_margin;
            
var win                     = new Window('palette', 'Floating Comp Creator'),
    panel                   = win.add('panel', [panel_margin, panel_margin, panel_right, panel_bottom]),
    divider0                = panel.add('panel', [l_button_left, panel_margin * 4, r_button_right, panel_margin * 4]),
    divider1                = panel.add('panel', [l_button_right + (button_margin / 2), t_button_top - (panel_margin * 2.5), l_button_right + (button_margin / 2), b_button_bottom]),
    divider2                = panel.add('panel', [m_button_right + (button_margin / 2), t_button_top - (panel_margin * 2.5), l_button_right + (button_margin / 2), b_button_bottom]),
    label0                  = panel.add('statictext', [m_button_left, panel_margin, m_button_right, button_height], 'Click to create the desired comp.'),
    label1                  = panel.add('statictext', [l_button_left + (button_width / 2) - 12, t_button_top - 22, l_button_right, t_button_top - 12], '16:9'),
    label2                  = panel.add('statictext', [m_button_left + (button_width / 2) - 12, t_button_top - 22, m_button_right, t_button_top - 12], '9:16'),
    label3                  = panel.add('statictext', [r_button_left + (button_width / 2) - 10, t_button_top - 22, r_button_right, t_button_top - 12], '1:1'),
    button0                 = panel.add('button', [l_button_left, t_button_top, l_button_right, t_button_bottom], '23.976 fps'),
    button1                 = panel.add('button', [l_button_left, m_button_top, l_button_right, m_button_bottom], '24 fps'),
    button2                 = panel.add('button', [l_button_left, b_button_top, l_button_right, b_button_bottom], '30 fps'),
    button9                 = panel.add('button', [l_button_left, m_button_top, l_button_right, m_button_bottom], '59.94 fps'),
    button10                = panel.add('button', [l_button_left, b_button_top, l_button_right, b_button_bottom], '60 fps'),
    button3                 = panel.add('button', [m_button_left, t_button_top, m_button_right, t_button_bottom], '23.976 fps'),
    button4                 = panel.add('button', [m_button_left, m_button_top, m_button_right, m_button_bottom], '24 fps'),
    button5                 = panel.add('button', [m_button_left, b_button_top, m_button_right, b_button_bottom], '30 fps'),
    button11                = panel.add('button', [l_button_left, m_button_top, l_button_right, m_button_bottom], '59.94 fps'),
    button12                = panel.add('button', [l_button_left, b_button_top, l_button_right, b_button_bottom], '60 fps'),
    button6                 = panel.add('button', [r_button_left, t_button_top, r_button_right, t_button_bottom], '23.976 fps'),
    button7                 = panel.add('button', [r_button_left, m_button_top, r_button_right, m_button_bottom], '24 fps'),
    button8                 = panel.add('button', [r_button_left, b_button_top, r_button_right, b_button_bottom], '30 fps');
    button13                = panel.add('button', [l_button_left, m_button_top, l_button_right, m_button_bottom], '59.94 fps'),
    button14                = panel.add('button', [l_button_left, b_button_top, l_button_right, b_button_bottom], '60 fps'),

win.bounds = [0,0,win_width,win_height];
win.center();   
win.show();

button0.onClick = function()
{
    app.project.items.addComp('horizontal - 16:9 - 23.976', 1920, 1080, 1, 30, 23.976);
}

button1.onClick = function()
{
    app.project.items.addComp('horizontal - 16:9 - 24', 1920, 1080, 1, 30, 24);
}

button2.onClick = function()
{
    app.project.items.addComp('horizontal - 16:9 - 30', 1920, 1080, 1, 30, 30);
}

button3.onClick = function()
{
    app.project.items.addComp('vertical - 9:16 - 23.976', 1080, 1920, 1, 30, 23.976);
}

button4.onClick = function()
{
    app.project.items.addComp('vertical - 9:16 - 24', 1080, 1920, 1, 30, 24);
}

button5.onClick = function()
{
    app.project.items.addComp('vertical - 9:16 - 30', 1080, 1920, 1, 30, 30);
}

button6.onClick = function()
{
    app.project.items.addComp('square - 1:1 - 23.976', 1080, 1080, 1, 30, 23.976);
}

button7.onClick = function()
{
    app.project.items.addComp('square - 1:1 - 24', 1080, 1080, 1, 30, 24);
}

button8.onClick = function()
{
   app.project.items.addComp('square - 1:1 - 30', 1080, 1080, 1, 30, 30);
}

button9.onClick = function()
{
    app.project.items.addComp('horizontal - 16:9 - 59.94', 1920, 1080, 1, 30, 59.94);
}

button10.onClick = function()
{
   app.project.items.addComp('horizontal - 16:9 - 60', 1920, 1080, 1, 30, 60);
}

button11.onClick = function()
{
    app.project.items.addComp('vertical - 9:16 - 59.94', 1080, 1920, 1, 30, 59.94);
}

button12.onClick = function()
{
    app.project.items.addComp('vertical - 9:16 - 60', 1080, 1920, 1, 30, 60);
}

button13.onClick = function()
{
    app.project.items.addComp('square - 1:1 - 59.94', 1080, 1080, 1, 30, 59.94);
}

button14.onClick = function()
{
   app.project.items.addComp('square - 1:1 - 60', 1080, 1080, 1, 30, 60);
}

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I am having the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: spenc ar

79544078

Date: 2025-03-30 00:59:30
Score: 4.5
Natty: 5
Report link

i built a free api for this old issue

https://tgapi.mohammadalian.ir/

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

79543855

Date: 2025-03-29 20:29:41
Score: 5
Natty:
Report link

I think your issue here is the path of that cookie.

As in the protected route you are calling is the /dashboard but your cookie has the path /authentication/* so the middleware doesnt get it since its a RSC? maybe?.

I have the same issue thinking that its the http-only part but I have another cookie that isn't http-only with the path /api/* and it doesn't appear either on my frontend the only cookie that works on the middleware is my session_id with the path / and http-only being true. this being the case you might need your cookie to be a empty path to work properly if the routes dont match.

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Zeroos

79543852

Date: 2025-03-29 20:25:39
Score: 7.5 🚩
Natty:
Report link

Could you share a bit more of what you have "X" out in your image. Is it just the filename, also, are there additional details after all of the module names and paths?

Reasons:
  • RegEx Blacklisted phrase (2.5): Could you share
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: SamuraiJack42

79543827

Date: 2025-03-29 20:03:34
Score: 4.5
Natty:
Report link

You can access to is url in your navigator ?

Or when you run your code the profiler tell what ?

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Néo

79543770

Date: 2025-03-29 19:16:24
Score: 8 🚩
Natty: 5.5
Report link

l am looking to do the same thing but my api json response doesn’t have that [data] attribute, how should it be handled? Thank you in advance.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): how should i
  • RegEx Blacklisted phrase (3): Thank you in advance
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Benjamin P

79543761

Date: 2025-03-29 19:09:22
Score: 5
Natty: 4
Report link

@deype0 what kind of call do we have to make using the graph API explorer. I just added all permissions and sent a GET request to id name...

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @deype0
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: JPres

79543718

Date: 2025-03-29 18:36:15
Score: 4.5
Natty:
Report link

When I try to do Item 1 (Under 3 above) where it says "In Excel, go to Data ribbon → Get Data → From Other Sources → From Microsoft Query", I don't find "From Microsoft Query". All I get is From Table/Range, From Web, From OData Feed, From ODBC, From OLEDB, From Picture, and Blank Query. The stated option → From Microsoft Query isn't there. So I still can't get the query. What am I missing here?

Reasons:
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: John

79543713

Date: 2025-03-29 18:33:13
Score: 6.5 🚩
Natty: 4.5
Report link

when I use this CSS :

  list-style: none;
  padding-left: 0;
}

ul li:before {
  content: '✓';
}

in elementor it drops the line.  I do not see it in alignment with the content <li> Is there a way to fix this?
Reasons:
  • Blacklisted phrase (1): Is there a way
  • RegEx Blacklisted phrase (1.5): fix this?
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): when I use this
  • Low reputation (1):
Posted by: ellie

79543640

Date: 2025-03-29 17:37:02
Score: 4
Natty: 6
Report link

Même problème ! Mais toute ces suggestions ne fonctionnent pas ! Besoin d'aide

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

79543613

Date: 2025-03-29 17:13:57
Score: 4
Natty: 4
Report link

Wow. Thats the best, shortest, and most straight forward printing code ....

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

79543569

Date: 2025-03-29 16:49:51
Score: 4
Natty:
Report link

The problem lied within Bun's v1.2.6 update. Reverting back to 1.2.5 fixed this issue.

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

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