79629889

Date: 2025-05-20 06:29:49
Score: 1
Natty:
Report link

I had a similar issue. Finally it turned out that via the URL I requested CSV, but in the headers I've forgotten to change the -H 'Accept: application/json header. So it was really impossible to satisfy both.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: szabozoltan

79629875

Date: 2025-05-20 06:18:46
Score: 2.5
Natty:
Report link

I've been informed that you can simply include the absolute path to the script, e.g. INSTALL_DIRECTORY/AppOpener.sh as a line in .profile(or a similar file). I tried and it works, that is exactly what I was looking for. Thank you David C. Rankin for the reply on Staging Ground.

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

79629863

Date: 2025-05-20 06:06:43
Score: 2
Natty:
Report link

I found a workaround. The issue was that the placeholder was getting split and becoming part of a different run.
First, I sysout each run and found - ${ - run1, collegName - run2 , } - run 3. So, inside the Word document, I removed the placeholder "${collegeName}" and replaced it with just "collegeName". And in the service I just checked, is this word part of the run, If yes, I replaced the text. It worked, but I feel this is not the correct way to do it. I want to know how to make these 3 runs ${ - run 1, collegName - run 2, } - run 3, into a single run.

Before -
// Replace placeholders
String updatedText = fullText.toString();
for (Map.Entry<String, String> entry : data.entrySet()) {
updatedText = updatedText.replace("${" + entry.getKey() + "}", entry.getValue());
}

Now -
for (int i = 0; i < runs.size(); i++) {
XWPFRun run = runs.get(i);
String runText = run.getText(0);
if (runText != null) {
for (Map.Entry<String, String> entry : data.entrySet()) {
String placeholder = entry.getKey();
if (runText.contains(placeholder)) {
runText = runText.replace(placeholder, entry.getValue());
run.setText(runText, 0); // Replace text without affecting formatting
}
}
}

And I think answer given by @NiXiang also should work, as he is Concatenating all run texts and perform replacement.

Reasons:
  • Blacklisted phrase (1): I want to know
  • Whitelisted phrase (-1): It worked
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @also
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: MKSHRI

79629858

Date: 2025-05-20 06:04:42
Score: 3
Natty:
Report link

In 2024.3.5, click the layout setting, toggle the Console and you will see it. enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Chris Kao

79629853

Date: 2025-05-20 06:00:41
Score: 3.5
Natty:
Report link

+19159997418 please protect kali. lee 123456765432123456765432000000

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

79629847

Date: 2025-05-20 05:56:40
Score: 0.5
Natty:
Report link

My problem was using export specifically in the App.tsx file

in the App.tsx file you should only use the default export

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: elad BA

79629845

Date: 2025-05-20 05:55:39
Score: 2
Natty:
Report link

In the early node v23 versions, there are a few major issues (e.g. 1, 2) affecting path and fs handling. Use a different node version

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

79629843

Date: 2025-05-20 05:49:37
Score: 9 🚩
Natty: 5.5
Report link

Did anyone manage to solve this with google or any other geocoding API?

Reasons:
  • RegEx Blacklisted phrase (3): Did anyone manage to solve this
  • 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 anyone
  • Low reputation (1):
Posted by: Max Hayward

79629828

Date: 2025-05-20 05:31:32
Score: 8 🚩
Natty: 6
Report link

@Steve - did you get the solution? I'm facing similar trouble while setting up mTLS via ALB

Reasons:
  • RegEx Blacklisted phrase (3): did you get the solution
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Aswin M

79629823

Date: 2025-05-20 05:29:31
Score: 1.5
Natty:
Report link
git add .
git reset main/dontcheckmein.txt
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: flux0987

79629800

Date: 2025-05-20 05:04:25
Score: 1.5
Natty:
Report link

Unfortunately, there's no way to play sounds unless there's an explicit user interaction. Simply most modern browsers won't allow it (see this entry on Chrome for devs or this thread).

In this case, I'd recommend to ensure that the audio is triggered directly by a user event (the user could trigger the toast by some button interaction); if this is not possible for your application, then an alternative would be to get user permission via a click on a modal or dialog when your application loads.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Carlos Vara

79629782

Date: 2025-05-20 04:36:17
Score: 2.5
Natty:
Report link

As someone currently pursuing a digital marketing course, I often get asked this question by friends, colleagues, and aspiring marketers: “Which is the best institute for digital marketing in Ahmedabad ?”

Let me answer this based on my personal experience. My name is Ravi Mohan, and I am currently a student at Digital Sandip Academy (DSA) — and I can say with full confidence that DSA is the best institute for digital marketing in Ahmedabad and Gandhinagar.

This is not just a bold statement, but one grounded in real, practical experience.

What Makes Digital Sandip Academy the Best?

There are many institutes offering digital marketing courses in Ahmedabad and Gandhinagar. But what truly sets Digital Sandip Academy apart is its authenticity, practicality, and mentorship.

1. Led by India’s Leading Digital Marketer – Sandip Trivedi

Digital Sandip Academy is founded by Mr. Sandip Trivedi, one of India’s top digital marketing experts. He is a Google Ads Certified Professional and has been featured by many reputed platforms for his contributions in the field of digital marketing.

What makes Sandip Sir truly different is that he is not just a trainer — he is an active digital marketer running successful campaigns and consulting brands. That means everything he teaches is based on real-life experience, not just theory from books or slides.

He has trained over 50,000+ students and professionals, including entrepreneurs, freelancers, and job-seekers. His passion and energy during sessions are truly inspiring.


2. 100% Practical and Job-Oriented Training

When I joined DSA, I was very clear about one thing: I didn’t want just theory. I wanted to learn by doing. And that's exactly what I got.

Every session is filled with practical demonstrations. We are encouraged to:

We’re not just learning tools — we’re learning strategy, market behavior, and how to deliver results.

Unlike other institutes that only give pre-recorded videos, Digital Sandip Academy offers live sessions that are interactive and engaging. You can ask doubts in real time, participate in discussions, and even get feedback on your personal projects.

3. Updated, In-Depth Curriculum

The curriculum at DSA is not only comprehensive but also constantly updated based on industry trends. Here’s a quick overview of what the course covers:

Every topic is covered in depth with real-world examples and case studies. We even analyze competitor websites and ad strategies as part of our learning.


4. Live Projects and Real-Time Campaigns

One of the highlights for me as a student is working on live projects. We don’t just simulate campaigns — we actually run them, monitor performance, optimize budgets, and create detailed reports.

This gives me the confidence and experience I need to freelance or take on client work, even while I’m still a student.

There are assignments, quizzes, and mock interviews to help you apply your knowledge. The academy also has dedicated modules on how to get clients, how to price your services, and how to pitch as a freelancer.


5. Internship, Placement, and Freelance Support

Digital Sandip Academy has a dedicated team that helps with:

Many of my batchmates have already started working with clients — some even before completing the course! The community support is strong, with alumni always ready to help.

If you want to get placed in an agency, start your own digital freelancing career, or grow your business — the academy gives you the path and support.


6. Lifetime Access and Affordable Pricing

Another big plus point is that DSA provides lifetime access to session recordings, tools, and future updates. This is something not many institutes offer.

The course fee is very affordable when you compare it to the value provided. Plus, they offer EMI options, which is great for students and working professionals.

You don’t just pay for a course — you invest in a career ecosystem.


7. Community, Mentorship, and Motivation

Beyond just technical learning, Digital Sandip Academy focuses on building the right mindset. As students, we are encouraged to:

Sandip Sir often brings in guest experts, shares motivational stories, and conducts Q&A sessions to keep us on track.

This community feeling — of learning together, growing together — is what really makes DSA special.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Ravi

79629780

Date: 2025-05-20 04:34:17
Score: 1.5
Natty:
Report link

Better late than never?

In WPF, the DependencyPropertyDescriptor class exposes lots of information about DependencyProperty's.

I wish the same existed for WniUI3 and UWP, but no love.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: John Tasler

79629775

Date: 2025-05-20 04:27:14
Score: 8.5 🚩
Natty: 6.5
Report link

I am not able to connect, can you please help. Thank you.

enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I am not able to
  • RegEx Blacklisted phrase (3): can you please help
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Karnikamit

79629747

Date: 2025-05-20 03:40:02
Score: 1.5
Natty:
Report link

I had a similar issue in Replit where my local got out of sync with Git. I opted to go with the local discard any differences. Steps below. All executed in the Shell.

~/workspace$ rm -f .git/index.lock

~/workspace$ git rebase --abort

~/workspace$ git fetch origin

~/workspace$ git branch backup-main origin/main

~/workspace$ git checkout main

~/workspace$ git add -A

~/workspace$ git commit -m "Replace codebase with latest local version"

~/workspace$ git push --force-with-lease origin main

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Daniel Oakley

79629746

Date: 2025-05-20 03:37:01
Score: 2.5
Natty:
Report link

p(z_i) means the possibility of the value of z_i

if uniformity is very high, for example, 99% of intensity is the value of 150, and 1% of the intensity is 10,

p(150) = 0.99 and p(10) = 0.01.

So, if do the calculation

the uniformity is

0.99^2 + 0.01^2 = 0.9802

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: simsim

79629745

Date: 2025-05-20 03:37:01
Score: 1.5
Natty:
Report link

Since no one has mentioned this, one of the simplest way to fix this issue is to add your target architecture in the preprocessor definitions.

The can be done by going to:

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: ASr

79629730

Date: 2025-05-20 03:15:56
Score: 1.5
Natty:
Report link

You must mark your componente as Standalone, after generate your module add in the @component after styleUrls the line

standalone: false

now your component looks like:

import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-solpage1',
  templateUrl: './solpage1.page.html',
  styleUrls: ['./solpage1.page.scss'],
  standalone: false
})
export class Solpage1Page implements OnInit {

  constructor() { }

  ngOnInit() {
  }

}
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @component
  • Low reputation (1):
Posted by: Axel Osorio

79629724

Date: 2025-05-20 03:03:53
Score: 2.5
Natty:
Report link

SELECT fullname FROM `table` WHERE fullname LIKE '%Artist\\\\\''s Proof%'

in my php document where I make the mysqli call, five backslashes and two apostrophe get it done

at my cpanel console five backslashes and one apostrophe does the trick

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: guest

79629721

Date: 2025-05-20 02:59:51
Score: 4
Natty: 4
Report link

style.xml file and also another xml file

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

79629720

Date: 2025-05-20 02:59:51
Score: 2
Natty:
Report link

For NextJS 15, I just removed the rewrite logic in Amplify and it works perfectly.

Apparently in Newer version of Next JS handles routes internally in Amplify so just remove the rewrites.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rahul Retnan

79629719

Date: 2025-05-20 02:58:51
Score: 0.5
Natty:
Report link

I was trying to find something in the source code on GitHub to help me confirm this, so I will be working on an assumption.

What Axios is probably setting as a default of data is probably {}, and it will then set the content-length header because there is a data object, it's just that the object contains no data.

When you set the data argument to null, this is telling Axios that you are not sending any data at all. If data is not being sent, why would we need to set the content-length header?

Looking at the typescript in Axios's source code, they set data to be defined or optional.

post<T = any, R = AxiosResponse<T>, D = any>(url: string, data?: D, config?: AxiosRequestConfig<D>): Promise<R>;

Because of this, I do not believe they intend for null to be passed in as an argument, and can explain why this is happening.

So this begs the question as well, is your backend expecting a content-length for this method? If so, then why are you sending no data at all or is this a limitation of whichever framework you are using?

Reasons:
  • Blacklisted phrase (1): help me
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-1):
Posted by: Matthew

79629718

Date: 2025-05-20 02:56:50
Score: 4
Natty: 5.5
Report link

i kmow is the aside 1 in the left side but theyre going to the left together i need that aside1 go to left and aside2 going to the right.

Reasons:
  • Blacklisted phrase (0.5): i need
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrian

79629714

Date: 2025-05-20 02:43:47
Score: 4.5
Natty:
Report link

You should put an __init__.py file in each directory. This tells Python that your folder is a package.

See this StackOverflow page: What is __init__.py for?

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

79629710

Date: 2025-05-20 02:36:46
Score: 3
Natty:
Report link

Ryszard Czech, that not JSON dude, that's a dict. The import json is unused.
That is the best way to do it though.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Adrian

79629707

Date: 2025-05-20 02:33:44
Score: 2
Natty:
Report link

When using the hive writeback function, several points need to be paid attention to:

  1. Open the new global optimizer set global enable_nereids_planner = true
  2. Close the fallback set global enable_fallback_to_original_planner=false

For some clusters upgraded from old versions, the default values ​​of the above parameters may still be old, so they need to be adjusted manually.

In addition, it is recommended to upgrade to a stable version >= 2.1.5

Reasons:
  • No code block (0.5):
  • Starts with a question (0.5): When
  • Low reputation (1):
Posted by: Hayden

79629704

Date: 2025-05-20 02:32:44
Score: 2.5
Natty:
Report link

Refer to the document ty suppression comments

a = 10 + "test"  # ty: ignore[unsupported-operator]
Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lei zhang

79629703

Date: 2025-05-20 02:31:42
Score: 7.5 🚩
Natty: 5
Report link

This is a 1 year old question, but with no answers. Still need help? Could you show your CreateTodoCommand Handler?

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

79629701

Date: 2025-05-20 02:28:41
Score: 2
Natty:
Report link

I took this from another thread

data = "bangers & Mash"

from html import unescape
node.set('data', unescape(data)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: TazLikesBoats

79629694

Date: 2025-05-20 02:17:37
Score: 1.5
Natty:
Report link

The issue isn’t with GitHub Pages but with how browsers handle PDF loading in iframes—onload fires when the PDF viewer is initialized, not when the actual PDF content is fully rendered and visible, so your loading screen disappears too early. Since you can't reliably detect when the PDF becomes visually ready from an iframe, a simple workaround is to delay hiding the loading screen using setTimeout (e.g., 5–7 seconds) after the iframe's onload event. For a more accurate solution, you'd need to use something like PDF.js, which gives proper rendering events—but for most cases, a timed delay does the trick.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Lucian Wu

79629690

Date: 2025-05-20 02:12:35
Score: 0.5
Natty:
Report link

Thanks PBulls, that was the solution, I was able to get it work by just adding the vname(). I didn't want to use column numbers because they could change as I add and remove columns. I didn't need to add the .sum part to the variable names.

proc report nowd data=x;
column cat -- medb dummy;
define dummy / computed noprint;
compute dummy;
    array avar(3) biga smaa meda;
    array bvar(3) bigb smab medb;
    do i = 1 to dim(avar);
        if avar(i) ^= vname(bvar(i)) then call define(bvar(i),'style','style=[font_weight=bold]');
    end;
endcomp;
run;
;quit;
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: catquas

79629683

Date: 2025-05-20 01:56:31
Score: 2.5
Natty:
Report link

Does adding target="_blank" to the <a> tag not work?
Write something like: <a target="_blank" href="https://m.youtube.com">Youtube</a>.
The target attribute opens the link in a new tab, and one would assume in a browser window, if not already in one.

See the target attribute of <a>: https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/a#target

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: MaxCodes

79629681

Date: 2025-05-20 01:55:31
Score: 0.5
Natty:
Report link

The query burns down to just:

SELECT *
FROM  ( 
   SELECT DISTINCT ON (initial_record_id)
   FROM   marketplace_messages
   ORDER  BY initial_record_id, id DESC
   ) sub
ORDER  BY id DESC;

The tricky bit is that leading ORDER BY expressions must cover DISTINCT ON expressions. So sort a second time in the outer query.

See:

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Erwin Brandstetter

79629674

Date: 2025-05-20 01:44:28
Score: 1.5
Natty:
Report link

Try replacing print(f"x = {x}") with print("x = {}".format(x))

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Dinux

79629673

Date: 2025-05-20 01:43:27
Score: 9 🚩
Natty: 6.5
Report link

Hi is this site still active? saw your answer to rob about deleting object using macro, I tried it in my end but it doesn't work. I want to delete a picture named "Picture3" in every slide of my PowerPoint presentation. hope you can help me. thank you

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): you can help me
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mae

79629670

Date: 2025-05-20 01:42:26
Score: 2
Natty:
Report link

各位前辈,我注意到了“Does anyone know where to find out the final definition to check out that it is an unsigned int (or the like)?”,如果仅仅是要检测size_t是否为typedef unsigned int 或者是 typedef unsigned long long, 我有一种不知道是否合理的溢出实验:


#include <stdio.h>

int main()
{
    unsigned int a = 0, b = 1000000;
    while (1)
    {
        printf("a = %lld  b = %lld\n", a, b);
        a = b;
        b += 1000000;
        if (a > b)
        {
            printf("a = %lld  b = %lld\n", a, b);
            break;
        }
    }
    return 0;
}

在最后一行会输出:a = 4294000000 b = 32704

#include <stdio.h>

int main()
{
    int a = 0, b = 1000000;
    while (1)
    {
        printf("a = %lld  b = %lld\n", a, b);
        a = b;
        b += 1000000;
        if (a > b)
        {
            printf("a = %lld  b = %lld\n", a, b);
            break;
        }
    }
    return 0;
}

在最后一行会输出:a = 2147000000 b = 2148000000

上述代码都发生了数据溢出。

对于size_t,是否可以通过类似的方法来验证size_t为typedef unsigned inttypedef unsigned long long

(代码测试:Windows11-VS2022-MSVC-C++14-Debug-x64)

Reasons:
  • RegEx Blacklisted phrase (2): Does anyone know
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: 王善圳

79629669

Date: 2025-05-20 01:41:26
Score: 3.5
Natty:
Report link

In case JS works, here is one example with an interactive widget: Unit Circle

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Hamid Reza Hassanzadeh

79629667

Date: 2025-05-20 01:38:25
Score: 1
Natty:
Report link

I would try adjusting the fill color and the stroke color on the svg component. I know its inline but it'll work.

 <FontAwesomeIcon fill="red" stroke="green" icon={faMagnifyingGlass} />

This will get your svg styled. You will also no longer need the className as you are styling inline.

Good Luck!

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jesse Vanderwerf

79629661

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

Resolve by issue by creating the exceptions within the container.

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

79629659

Date: 2025-05-20 01:27:22
Score: 2
Natty:
Report link

The Kotlin Multiplatform Shared Module template is now part of Android Studio--no plugin needed. Download a current version of Android Studio, File>>New>>New Module, and you will see it.

For details on on adding this template to your Android project, check out the codelab at https://developer.android.com/codelabs/kmp-get-started#0

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mattdyor

79629643

Date: 2025-05-20 00:55:15
Score: 4.5
Natty: 5.5
Report link

It's not in the Android API and it's OEM specific, just looking at this file in an app it show its OEM specific: https://github.com/mroczis/netmonster-core/blob/master/library/src/test/java/cz/mroczis/netmonster/core/feature/NrNsaStateParserTest.kt

Reasons:
  • 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: jeff

79629637

Date: 2025-05-20 00:48:13
Score: 1
Natty:
Report link

Lee from Vercel made a video about how to approach multi-tenant in nextjs of recent, check it out here: https://x.com/leerob/status/1922398671884190181

You'd be able to do something like leerob.acme​.com, unclebigbay.acme​.com, another.acme​.com with middleware rewrite.

Reasons:
  • Blacklisted phrase (0.5): check it out
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: UncleBigBay

79629632

Date: 2025-05-20 00:22:06
Score: 3.5
Natty:
Report link

what if you wanted to extract the drawings inside this picture or pdf that you have what approach will you use

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): what if you
  • Low reputation (1):
Posted by: Fares Montasser

79629630

Date: 2025-05-20 00:18:05
Score: 2
Natty:
Report link

var arg functions in Lua don't use retrun shorthands (RETURN0 and RETURN1), logic of correcting call frame base is present only in full featured RETURN

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: vanilla

79629620

Date: 2025-05-20 00:00:00
Score: 4
Natty:
Report link

Just create your "app" san save txt files locally.
https://jcoimbras.blogspot.com/

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

79629619

Date: 2025-05-19 23:58:59
Score: 1
Natty:
Report link

Coming from year 2025 where vibe coding with Cursor is up. I ran into this error when the Ai agent moved some files for me. The error is caused by the conflict in project.pbxproj. To fix, simply remove the references in XCode(delete the red filenames) and it will be fixed.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: MohaElder

79629617

Date: 2025-05-19 23:56:59
Score: 3
Natty:
Report link

I found this way to do it:

    public class RabbitMqService
    {
        private readonly string _rabbitMqConnectionString;
        private IConnection? _connection;
        private IChannel? _channel;
        private readonly ILogger<RabbitMqService> _logger;
        private readonly IHttpContextAccessor _httpContextAccessor;
        private bool _initialized = false;
        public RabbitMqService(
            IConfiguration configuration,
            ILogger<RabbitMqService> logger,
            IHttpContextAccessor httpContextAccessor
        )
        {
            var rabbitMqSection = configuration.GetSection("RabbitMq");
            _rabbitMqConnectionString = rabbitMqSection["ConnectionString"]!;
            _logger = logger;
            _httpContextAccessor = httpContextAccessor;
        }

        private string GetCorrelationId()
        {
            return _httpContextAccessor.HttpContext?.TraceIdentifier 
                ?? Guid.NewGuid().ToString();
        }

        public async Task InitAsync()
        {
            if (_initialized && _connection?.IsOpen == true && 
                _channel?.IsOpen == true)
                return;
            try
            {
                var factory = new ConnectionFactory
                {
                    Uri = new Uri(_rabbitMqConnectionString)
                };

                _connection = await factory.CreateConnectionAsync();
                _channel = await _connection.CreateChannelAsync();
                _initialized = true;
            }
            catch (Exception ex)
            {
                _initialized = false;
                string correlationId = GetCorrelationId();
                _logger.LogError(ex, 
                    "Error in RabbitMq initAsync| CorrelationId: {CorrelationId}",
                    correlationId
                );
            }
        }

        public async Task<IChannel> GetChannel()
        {
            if (_connection == null || 
                !_connection.IsOpen || 
                _channel == null || !_channel.IsOpen
                )
            {
                _initialized = false;
                await InitAsync();
            }

            if (_channel == null)
                throw new InvalidOperationException(
                "Failed to initialize RabbitMQ channel."
            );

            return _channel;
        }

        public async ValueTask DisposeAsync()
        {
            if (_channel is not null)
            {
                await _channel.CloseAsync();
            }
            if (_connection is not null)
            {
                await _connection.DisposeAsync();
            }
        }
    } 


And in the program.cs file:

builder.Services.AddSingleton<RabbitMqService>();

var app = builder.Build();

using (var scope = app.Services.CreateScope())
{
    var rabbitService = scope.ServiceProvider.GetRequiredService<RabbitMqService>();
    await rabbitService.InitAsync();
}

If there is a better way please share it and THANK you very much.
Reasons:
  • Blacklisted phrase (0.5): THANK you
  • RegEx Blacklisted phrase (2.5): please share
  • Long answer (-1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: J4K0b

79629603

Date: 2025-05-19 23:29:52
Score: 0.5
Natty:
Report link

From Hibernate specification

In principle Hibernate does allow you to have a unidirectional one-to-many, that is, a @OneToMany with no matching @ManyToOne on the other side. In practice, this mapping is unnatural, and just doesn’t work very well. Avoid it.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Baltak

79629583

Date: 2025-05-19 23:02:45
Score: 0.5
Natty:
Report link

I hate it when it puts the brackets on their own line. I know I'm old fashioned but I still prefer the following setup:

private void OnTrigger() {
...some code here
}

to

private void OnTrigger()
{
.... some code here
}

I have yet to find a way to specify to leave the brackets alone.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Douglas W. Palme

79629582

Date: 2025-05-19 23:00:45
Score: 2.5
Natty:
Report link

I'm not quite sure what changed, but using the latest azcliversion fixed the issue.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Santi

79629576

Date: 2025-05-19 22:53:43
Score: 3.5
Natty:
Report link

Test changes udp to true to force work withe udp

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohamed Mrigua

79629571

Date: 2025-05-19 22:49:41
Score: 6 🚩
Natty: 5
Report link

I am trying to create an Adaptive Card Exctension using SPFx solution. I am totally confused with the APIs. My requirement is I want to show the no of action required in my card. I tried to use docusign-esign. The steps I've followed.

  1. I've installed docusign-esign

And I am getting errors as shown below. [16:12:32] Error - [webpack] 'dist': ./node_modules/docusign-esign/src/index.js: Module not found: Error: Can't resolve 'ApiClient' in 'C:\Phani\Custom Development\ApprovalsDashboard\node_modules\docusign-esign\src' Did you mean './ApiClient'? Requests that should resolve in the current directory need to start with './'. Requests that start with a name are treated as module requests and resolve within module directories (node_modules). If changing the source code is not an option there is also a resolve options called 'preferRelative' which tries to resolve these kind of requests in the current directory too. ./node_modules/docusign-esign/src/index.js: Module not found: Error: Can't resolve 'Configuration' in 'C:\Phani\Custom Development\ApprovalsDashboard\node_modules\docusign-esign\src' Did you mean './Configuration'?

My question is: Am I doing it right?

Reasons:
  • Blacklisted phrase (1.5): m getting error
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Phani Kumar Addala

79629569

Date: 2025-05-19 22:49:41
Score: 1.5
Natty:
Report link

You could be running 2 instances at the same time.... you can check with the following command. We want to check the services running and if it does exist - kill the processes that are "locking up"

Check Bitbake Running

ps aux | grep "<username>" | grep "bitbake"
kill -9 <ID_number>

Re-run

bitbake example
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: HonHonOuiOui

79629568

Date: 2025-05-19 22:48:40
Score: 3
Natty:
Report link

Here are the details about backing up RDS databases

https://stackoverflow.com/collectives/aws/articles/74634195/protect-your-rds-data-against-disaster-with-aws

enter image description here

And here is a product that will replicate your RDS database cross-Region and cross-Account and handle the KMS/encryption and AWS Secrets for you:

https://arpio.io/rds/

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

79629564

Date: 2025-05-19 22:45:39
Score: 7.5
Natty: 8.5
Report link

@loomchild Let's say I need the overflow set for horizontal scrolling, is there a work around?

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @loomchild
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Yocheved Wajsbort

79629563

Date: 2025-05-19 22:45:39
Score: 0.5
Natty:
Report link

I know this is nearly a 10 year old question, but here are the answers

Reasons:
  • No code block (0.5):
Posted by: Seth E

79629560

Date: 2025-05-19 22:38:37
Score: 3
Natty:
Report link

The error arose when attempting to "lazy load" nvm (done in a file I didn't mention in my question).

Thanks everyone for your time and troubles!

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

79629544

Date: 2025-05-19 22:15:32
Score: 2
Natty:
Report link

You also could simply use:

rga . | fzf
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alan Gómez

79629540

Date: 2025-05-19 22:09:30
Score: 2.5
Natty:
Report link

This is old, but the issue had tormented me for years and I just recently solved it so wanted to put here for others to stumble upon. The solution is to definitely use a filter as referenced in the first comment by @erichelgeson with this How can I read request body multiple times in Spring 'HandlerMethodArgumentResolver'?

It doesn't break data binding in the controller actions.

In my case though, I needed to change the body in the request before the action so I tweaked the MultipleReadHttpRequestWrapper to this https://gist.github.com/daptordarattler/81721a3ec77a05f58b7918dee5c206b9

Here is the sample project I created with a controller test case to confirm the data binding before I used it https://github.com/daptordarattler/demo-request-binding

Reasons:
  • Blacklisted phrase (0.5): How can I
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): solution is
  • Contains signature (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • User mentioned (1): @erichelgeson
  • Low reputation (0.5):
Posted by: daptordarattler

79629529

Date: 2025-05-19 22:00:28
Score: 1
Natty:
Report link

If you have a demo account that you're using to authenticate to the API, you can login to Docusign's demo interface via account-d.docusign.com.

You can also export templates from your production account and import them into your demo account.

Demo accounts and production accounts are completely isolated and do not share any information among each other, which is why the response you're getting is totally expected.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Karan Kaushik

79629522

Date: 2025-05-19 21:54:26
Score: 0.5
Natty:
Report link

Try setting a remote artifact store (e.g., S3, GCS, WASBS). The issue happens because mlflow.log_model() saves artifacts locally before uploading. If artifact_uri is file:/..., MLflow tries to mkdir on client. Works fine only when tracking server and artifact store are on same machine. Fix by configuring remote artifact_uri.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Awadelrahman M. A. Ahmed

79629518

Date: 2025-05-19 21:52:24
Score: 10.5 🚩
Natty: 5
Report link

did anyone of you manage to resolve above issue please? I've attempted upgrading curl to 8.13 on our RHEL7.9 server, yet the error remains same between curl 7.29 and 8.13. In our case, we are trying to install the latest version of curl R pkg - curl_6.2.2.tar.gz. Thanks for sharing in advance :)

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • RegEx Blacklisted phrase (3): Thanks for sharing in advance
  • RegEx Blacklisted phrase (1.5): resolve above issue please?
  • 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 anyone of you
  • Low reputation (1):
Posted by: user30583092

79629507

Date: 2025-05-19 21:34:20
Score: 0.5
Natty:
Report link

You can't disable a form input element (or "widget" here). I mean, you can but if you do it, it's value will be completely ignored. Instead, use readonly=True. This way, the value will actually be sent when you submit the form.

See the readonly attribute's page on MDN.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Marianne

79629494

Date: 2025-05-19 21:26:17
Score: 3
Natty:
Report link

Using iOS 17.2 simulator worked perfect for me.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Paula Vasconcelos Gueiros

79629487

Date: 2025-05-19 21:21:15
Score: 0.5
Natty:
Report link

Transactions are actually a business problem, so it's fine to use them in your business logic.

A transaction actually mean that you want that a set of operations executed as single operation. And that's it. It really does not mean, that you are exposing technical details or something in your logic, but you show that this two actions must be executed together, no matter whether use use SQL database, or writing into 2 files, sending two http requests, whatever, transaction logic must be respected and one's have to respect it.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Евгений Рябов

79629479

Date: 2025-05-19 21:11:13
Score: 1
Natty:
Report link

If the css file you are trying to reach is in your static folder, it should be aliased to root. Remove the '..' and I expect svelte will find your css file.

<link rel="stylesheet" href=/styles/index.css">

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nate

79629466

Date: 2025-05-19 20:58:09
Score: 1.5
Natty:
Report link
def norm(x, y):
  return (x**2 + y**2) ** 0.5
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: macitch

79629464

Date: 2025-05-19 20:57:08
Score: 2.5
Natty:
Report link

it started working @import "tailwindcss"; this line yes this line got deleted somehow and wasted my 2 hours .

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aarav Raj

79629463

Date: 2025-05-19 20:56:08
Score: 1
Natty:
Report link

SCRIPT FOR DELETE TWEETS FIXED

I was trying to use the scripts you shared here. Some of them worked for me but they had a problem, they stop in a moment, often after deleting 10 or 11 tweets. I made this version. Hope you like it. Thanks for sharing.

// TO DELETE TWEETS MUST BE RUN FROM https://twitter.com/{yourTwitterHandle}
// TO DELETE REPLIES MUST BE RUN FROM https://twitter.com/{yourTwitterHandle}/with_replies

// IMPORTANT IMPORTANT IMPORTANT - SET YOUR TWITTER HANDLE IN THE NEXT LINE!
const yourTwitterHandle = "@YourAccount";

// one every 10 seconds to avoid Twitter noticing
const waitTimeSeconds = 10;
const sleep = async (seconds) => new Promise(resolve => setTimeout(resolve, seconds * 1000));

const main = async () => {
    while (true) {
        try {
            await walkTweets();
        } catch (error) {
            console.error("An error occurred in main loop:", error);
        }
        console.log(`Restarting in ${waitTimeSeconds} seconds...`);
        await sleep(waitTimeSeconds);
    }
};

const walkTweets = async () => {
    let articles = document.getElementsByTagName('article');
    for (let article of articles) {
        article.scrollIntoView();
        if (article.textContent.includes(yourTwitterHandle)) {
            console.log(`Found tweet or reply, sleeping for ${waitTimeSeconds} seconds...`);
            await sleep(waitTimeSeconds);
            try {
                const tweetElement = article.querySelector('[aria-label="More"]');
                if (tweetElement) {
                    article.scrollIntoView();
                    console.log('Clicking "More" button...');
                    tweetElement.click();
                    await waitForMenuItem();
                    console.log('Clicking "Delete" confirmation button...');
                    const confirmBtn = document.querySelector('[data-testid="confirmationSheetConfirm"]');
                    if (confirmBtn) {
                        confirmBtn.click();
                        console.log('Delete confirmed.');
                    } else {
                        console.warn("Delete confirmation button not found.");
                    }
                }
            } catch (e) {
                console.error("Error processing tweet:", e);
            }
        }
    }
};

const waitForMenuItem = async () => {
    return new Promise((resolve, reject) => {
        const observer = new MutationObserver(() => {
            const menuItem = document.querySelector('div[role="menuitem"][tabindex="0"]');
            if (menuItem) {
                console.log('Delete menu item found, clicking...');
                menuItem.click();
                observer.disconnect();
                resolve();
            }
        });

        observer.observe(document.body, {
            childList: true,
            subtree: true
        });

        // Timeout after 10 seconds
        setTimeout(() => {
            observer.disconnect();
            reject(new Error('Delete menu item not found within timeout.'));
        }, 10000);
    });
};

// Start the main loop
main();
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (2): Thanks for sharing
  • Whitelisted phrase (-1): worked for me
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ashley Gratimada Llumiquinga

79629462

Date: 2025-05-19 20:56:08
Score: 0.5
Natty:
Report link

In new spring (6.x.x) you have to compile java with "-parameters" option.
That option solved my problem getting path parameter from request.
See that post for more details.
So code like this will work:

@PreAuthorize("#n == authentication.name")
Contact findContactByName(@Param("n") String name);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max

79629456

Date: 2025-05-19 20:52:07
Score: 1.5
Natty:
Report link

I had the exact same problem,

what I did to get it to work was adding

Text = "{Binding SelectedCoord.Name}"
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Daniel Robbins

79629454

Date: 2025-05-19 20:51:06
Score: 1.5
Natty:
Report link

$secret_key = "This is my SeCrEt key";

$method = "AES-256-CBC";

$iv_length = openssl_cipher_iv_length($method);

$iv = openssl_random_pseudo_bytes($iv_length);

$data = "page=homepage";

$encrypted = openssl_encrypt($data, $method, $secret_key, OPENSSL_RAW_DATA, $iv);

// Guardar IV + datos cifrados juntos

$final_output = base64_encode($iv . $encrypted);

$final_output = urlencode($final_output); // Para usar en un link

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Daniel Saldivar

79629437

Date: 2025-05-19 20:41:03
Score: 3
Natty:
Report link

I just started getting these too after the latest Visual Studio and Visual Studio Preview updates

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

79629436

Date: 2025-05-19 20:40:03
Score: 2
Natty:
Report link

Just in case anyone stumbles across this like I did after wasting hours! In my case I was running the command in VSCode's integrated terminal with the Debugger set to always attach. The code that tries to find the podspec file uses stdout to parse the location and the debugger outputs 'Debugger Attached' to stdout which messes up the location parsing!

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Robin Southgate

79629428

Date: 2025-05-19 20:35:01
Score: 1.5
Natty:
Report link

Just a side-note that if you are seeing this error for a public repo, you probably have misspelled something in the url specified in the "go get" command.

Also, if you fat finger the url in the import statement, you are likely to see this same error if/when you do a "go mod tidy" command.

Net: always double check your spelling first as it might save you some aggravation.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: tpa

79629413

Date: 2025-05-19 20:19:57
Score: 0.5
Natty:
Report link

The best HTML parser is browser itself!

let str = `wel<span class="t">come</span> to all 
<div>
Some Div content with <a> A TAG</a> and <div>inner DIV</div>
</div>
`

let el=document.createElement('DIV')
el.innerHTML=str;
console.log(el.innerText)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sergey Soltanov

79629412

Date: 2025-05-19 20:19:57
Score: 2.5
Natty:
Report link

Its because the windows hosts file access is blocked. error log contains this information lol...

Just check the error logs and it will tell you why it doesn't work.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Bela Bessenyei

79629408

Date: 2025-05-19 20:13:56
Score: 4.5
Natty: 4
Report link

Funny! ChatGPT couldn't answer this question (as of May 19, 2025)!:) I set Debug and Release, other linker flags to "-ld64" and then to "-ld_classic" and they both worked! THANK YOU stackoverflow... YOU ARE THE BEST RESOURCE!:)

JOHNAVATAR.com

Reasons:
  • Blacklisted phrase (0.5): THANK YOU
  • Blacklisted phrase (1): stackoverflow
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: JOHNAVATAR.com

79629406

Date: 2025-05-19 20:10:55
Score: 2.5
Natty:
Report link

First of all Use Angular Universal, then Set dynamic meta tags which is very important for your site, then Using URLs, and then Enable lazy loading, then Add sitemap & robots.txt which are very important for well optimized site, then Pre-render key pages, and Use structured data in your site, and Optimize the speed of your site & ensure that each images have ALT text. Thank you

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: kamrun nessa

79629400

Date: 2025-05-19 20:05:53
Score: 3
Natty:
Report link

URLRewrite filter does not accept environment variables or any variable in the <from> block.

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

79629398

Date: 2025-05-19 20:01:52
Score: 3.5
Natty:
Report link

This regular expression explains the use of the good tags and bad tags: https://regex101.com/r/b5Qvjt/4

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

79629397

Date: 2025-05-19 20:00:52
Score: 2.5
Natty:
Report link

You can check if the cluster is in use by:

  1. Logging in to Azure Databricks Workspace

  2. Go to compute (on the left hand panel)

  3. For each cluster listed you can check whether it is running and the last activity

    1. For each cluster you can check if it has not run any jobs recently. If that is the case, it may be safe to delete it
  4. To delete a cluster you would need to terminate it first. Only terminated clusters can be deleted. There is a good tutorial over here:

    1. https://www.chaosgenius.io/blog/databricks-clusters/
Reasons:
  • Blacklisted phrase (1.5): a good tutorial
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: coder321

79629391

Date: 2025-05-19 19:56:51
Score: 1.5
Natty:
Report link

I had a similar issue going through the Ruby start guide in Windows. The command bin/rails server would throw an error like

cannot load such file -- .../config/application (LoadError)

The solution I found was to open the Ubuntu app (should be installed as part of the installation guide) and recreate the project in there.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nathan

79629389

Date: 2025-05-19 19:54:50
Score: 0.5
Natty:
Report link

You could use this code to preview the image on the table.

ImageColumn::make('images')
    ->getStateUsing(function ($record) {
            return 'products/'.$category_id.'/'.$record->image ?? '';                        
}),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mariofertc

79629380

Date: 2025-05-19 19:49:48
Score: 4
Natty: 5.5
Report link

I need to win the money and competition and take a my bank details is 9336540335 savings absa bank and my ID number is 7704265825083

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user30582446

79629378

Date: 2025-05-19 19:46:47
Score: 3
Natty:
Report link

Its beaucse the windows hosts file access is blocked. error log conatains this information lol...

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

79629375

Date: 2025-05-19 19:44:47
Score: 0.5
Natty:
Report link

The error message you encountered is likely due to missing dependencies in your PySpark environment. According to this related github issue about missing no-arg constructor, the issue was resolved by adding iceberg-gcp to the dependency. Also ensure that you are using the version of iceberg-gcp that corresponds to the version of Iceberg that you are using.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: yannco

79629373

Date: 2025-05-19 19:42:46
Score: 0.5
Natty:
Report link

This is an issue with how keras is imported. Since keras3, you can have your imports as:

import tensorflow as tf
from tensorflow import keras

See the comments on https://github.com/microsoft/pylance-release/issues/3753

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Uchenna Adubasim

79629365

Date: 2025-05-19 19:37:45
Score: 1.5
Natty:
Report link

It's very easy. Just do this!

blaster1 is my childNode name.

Use:

You have to do this because, by default the childNode is a part of the ParentNode and it inherits its zPosition.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: KneelBeforeZod

79629363

Date: 2025-05-19 19:35:44
Score: 0.5
Natty:
Report link

One can open "Script Editor" and create the following script:

tell application "Terminal"
    do script "gnumeric;exit"
end tell

Save it as "Application" format in Applications. One might want to set Terminal to close window upon successful application exit, so that the Terminal window doesn't linger.

This works on MacOS 15.4.1, but the recipe should work on older versions also.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Leo

79629359

Date: 2025-05-19 19:28:43
Score: 1
Natty:
Report link

This is the best option that you need choose if you want to write a empty file, it's easy and short

File.WriteAllText("path", String.Empty);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Roel Leal

79629349

Date: 2025-05-19 19:23:42
Score: 1
Natty:
Report link

The short answer is that you are creating a representation of a many-to-many relationship between two tables that you want to join in various ways.

Let's say you have a database that's representing an apartment complex.

You may have a "Building" table that contains information about each building, and a "Unit" table that contains information about specific units in the Apartment Complex. But each Unit will share a lot of information with other units of the same type, so we make a "UnitType" table. If each Building has many "UnitTypes" in it, and each "UnitType" is in multiple buildings, you may want to (in a relational database) create a "BuildingType" table that handles the many-to-many relationship between the Building and its composite UnitTypes.

This is the primary reason I can think of to create a table that is only a Composite Key.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: user2074599

79629319

Date: 2025-05-19 18:56:34
Score: 1.5
Natty:
Report link

enter image description here : example of extension in action

I found a solution which works for me now. It's a browser extension "Text Select .click"

On some online text editors the extension might stumble but I believe it's improving.

I like it selects words no matter how many and where the hyphens are located ( --word-example-dash : this will be selected on double-click too )

It's works on Chrome and Firefox. Links to their browser store are on its website www.textselect.click

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-1): works for me
  • No code block (0.5):
  • Low reputation (1):
Posted by: Octavian

79629318

Date: 2025-05-19 18:56:34
Score: 3
Natty:
Report link

Is your repo hosted on Github or some other version control? Most version controls should keep track of branches created, so you may be able to find your old branches by searching there.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Atticus

79629304

Date: 2025-05-19 18:49:30
Score: 9.5 🚩
Natty: 6.5
Report link

Did anyone ever have any luck figuring this issue out? I am hitting the same thing currently. I am not able to force a logout condition by killing the session in Keycloak. I can logout of the application through the logout button, but not able to force the logout if the session is killed (go into sessions and click on the ellipse and click sign out. Any information that anyone can provide would be greatly appreciated!

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): appreciated
  • Blacklisted phrase (1): I am not able to
  • Blacklisted phrase (1.5): any luck
  • RegEx Blacklisted phrase (3): Did anyone ever have any luck
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did anyone
  • Low reputation (1):
Posted by: bsmith14232001

79629296

Date: 2025-05-19 18:45:29
Score: 1.5
Natty:
Report link

I had this issue. When I did this, I was trying to upload the data folder from my user's Download folder (e.g. c:\users\myusername\Downloads).

I moved the data folder directly in c: and then I was able to select it in the Learning Studio.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Marnee

79629295

Date: 2025-05-19 18:44:28
Score: 2
Natty:
Report link

The following seems to work fine in Windows 11 and should work in prior OS's. Later (in the same cmd file) you can say @echo %oldecho%

@echo > %TMP%\echo.tmp
@for /f "tokens=3 delims=. " %%e in (%TMP%\echo.tmp) do @set oldecho=%%e
@del %TMP%\echo.tmp
@echo was %oldecho%
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @echo
  • Low reputation (1):
Posted by: JMunch

79629291

Date: 2025-05-19 18:41:27
Score: 2.5
Natty:
Report link

Text masking can also change the dimensions of elements so that the content is no longer aligned with the recording.

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

79629282

Date: 2025-05-19 18:30:23
Score: 8 🚩
Natty: 5
Report link

i am very new in Python with AXL

can you please help below line in your code, what is the correct format of giving wsdl file location ?

wsdl = r'my/wsdl/file/path'
Reasons:
  • RegEx Blacklisted phrase (3): can you please help
  • RegEx Blacklisted phrase (1.5): i am very new
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Salman

79629279

Date: 2025-05-19 18:27:22
Score: 1
Natty:
Report link

@EdMorton Thanks a lot, you are the best! :)

So I got this now and it seems to work well:

set -E

trap 'trap_err' ERR

export -a DEBUG_STACK_LAST=()

trap_err() {
    local -n a=DEBUG_STACK_LAST
    local -n b=BASH_LINENO

    local -i is_substack=0
    ((${#a[@]} == ${#b[@]}+1)) && { is_substack=1; for i in ${!b[@]}; do
        ((${a[$((i+1))]} != ${b[$i]})) && is_substack=0 && break
    done; }

    a=(${b[@]})

    ((is_substack == 1)) && return

    echo "D: $BASH_COMMAND . ${FUNCNAME[@]:1} . ${BASH_LINENO[@]}"
}

I have to test more cases, but I made a new test scenario:

f() {
    echo "* $FUNCNAME here: $@"
    stat /from/f
}

g() {
    echo "* $FUNCNAME here: $@"
    stat /from/g ||:
}

h() {
    echo "* $FUNCNAME here: $@"
    f "$@ ~ from h"
    g "$@ ~ from h"
}

echo; echo "** functions"

f round 1
g round 1
h round 1

echo; echo "** subshells"

(f round 2)
(g round 2)
(h round 2)

echo; echo "** plain"

stat /from/main ||:

What I particularly like is that if the ERR trapped call from a subshell, I get to see it (duplicate), but I do not get to see the extras from diving down the stack. Here:

** functions
* f here: round 1
stat: cannot statx '/from/f': No such file or directory
D: stat /from/f . f main . 27 44 0
* g here: round 1
stat: cannot statx '/from/g': No such file or directory
* h here: round 1
* f here: round 1 ~ from h
stat: cannot statx '/from/f': No such file or directory
D: stat /from/f . f h main . 27 38 46 0
* g here: round 1 ~ from h
stat: cannot statx '/from/g': No such file or directory

** subshells
* f here: round 2
stat: cannot statx '/from/f': No such file or directory
D: stat /from/f . f main . 27 50 0
D: ( f round 2 ) . main . 50 0
* g here: round 2
stat: cannot statx '/from/g': No such file or directory
* h here: round 2
* f here: round 2 ~ from h
stat: cannot statx '/from/f': No such file or directory
D: stat /from/f . f h main . 27 38 52 0
* g here: round 2 ~ from h
stat: cannot statx '/from/g': No such file or directory

** plain
stat: cannot statx '/from/main': No such file or directory

I never see the same stat command twice, but I do get to see D: ( f round 2 ) . main . 50 0 as an extra there. I think it's actually better than NOT showing it. I feel it's very little extra work for getting your PoC robust.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @EdMorton
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Albert Camu