79460854

Date: 2025-02-23 07:47:48
Score: 3.5
Natty:
Report link

Thanks to user7860670 for providing link to this thread - Can I set a solution-wide macro from VS a project property sheet?. This problem indeed may be solved by properties sheets. Actually by using properties sheet in this way you can override any parameter of the sub-project.

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

79460852

Date: 2025-02-23 07:47:48
Score: 3.5
Natty:
Report link

Try to re-enter ro your IDE mb it will work

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

79460851

Date: 2025-02-23 07:43:48
Score: 2.5
Natty:
Report link

The simplest way would be for you to use the sync.Map type which is specifically designed for that purpose.

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

79460850

Date: 2025-02-23 07:43:48
Score: 1.5
Natty:
Report link

Thanks to commenters and answer posts. I solved my problem using mutexes and condition variables. Just wanted to mention that this and similar questions are quiet common and may be searched by prompts like "Multithreaded queue", "Queue synchronization", "Thread-safe queue" and "Producer Consumer problem".

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): to comment
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: qloq

79460849

Date: 2025-02-23 07:39:47
Score: 1.5
Natty:
Report link

body {
width: 3rem;
}
<span>
  <i>1</i>
  <i>2</i>
  <i>3</i>
  <i>4</i>
</span>
<span>
  <i>5</i>
  <i>6</i>
  <i>7</i>
  <i>8</i>
</span>

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

79460837

Date: 2025-02-23 07:29:45
Score: 3
Natty:
Report link

Its happens sometimes ,you have to restart the application with mvn quarkus:dev with keeping the quarkus-hibernate-orm.database.generation=drop-and-create. It's work for me.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: mildgrey

79460836

Date: 2025-02-23 07:28:44
Score: 4
Natty: 4.5
Report link

This issue has been fixed in Flutter 3.29.0, which was released to the stable channel. https://github.com/flutter/flutter/issues/160442#issuecomment-2627839218

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

79460811

Date: 2025-02-23 07:02:40
Score: 2.5
Natty:
Report link

Your code looks similar to the one on this Reddit thread: https://www.reddit.com/r/youtubedl/comments/1ehvoqk/yt_dlputilsdownloaderror_error_postprocessing/

You may need to install additional mp3 support for your ffmpeg build.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Janani Kannan

79460809

Date: 2025-02-23 07:01:39
Score: 2.5
Natty:
Report link

if you are running it on expo then it should be on the same network so that you can insert data to your local server you need to change the localhost into the IP Address you are connected

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

79460807

Date: 2025-02-23 07:00:39
Score: 2
Natty:
Report link

I am having this EXACT issue, not idea what to do. What's weird is that when I set the videos to muted, it works. And even stranger, when I set an alert() before the .play() call in the swipe transition handler, it also works?? At a complete loss.

As a temporary solution, when the browser detects the user is on a mobile device, I am going to load the muted state. I can't spend another hour trying to debug this I will go crazy.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Oyasumi

79460805

Date: 2025-02-23 06:58:39
Score: 3
Natty:
Report link

...all the explanation is bullshit. Java installation takes minutes and do the same. I am pissed of by waiting 45 minutes and being in 50% of NET. installation to run one "patch FARCRY game" exe. This is ridiculous even if you have very nice explanation. I do not need a comprehensive explanation, I need a working solution. This is Microsoft...

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

79460801

Date: 2025-02-23 06:54:38
Score: 2
Natty:
Report link

well for some reason it is not fitting

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

79460800

Date: 2025-02-23 06:54:38
Score: 2
Natty:
Report link

You can try using GROQ API AI interface, for doing the transcription. It will infact provide you the response in json format. Also, somewhat it's kinda free and resets monthly so it can help you out.

If you want to go for production you can switch to pay-as-yo-go anytime, to provide you a higher upper limit.

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

79460794

Date: 2025-02-23 06:48:36
Score: 0.5
Natty:
Report link
sudo apt install libsdl2-dev:i386

will remove other packages, possibly breaking your system

use aptitude instead

sudo apt install aptitude

then

sudo aptitude install libsdl2-dev:i386
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: fbiego

79460787

Date: 2025-02-23 06:41:35
Score: 2.5
Natty:
Report link

The method Gridways(int[][], int, int) is undefined for the type GridWaysJ

Method name in the main is not same as of the method during definition

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

79460782

Date: 2025-02-23 06:32:34
Score: 1.5
Natty:
Report link

if you not using composer. please check in ExpiredException.php and add this line after namespace Firebase\JWT;

require_once 'JWTExceptionWithPayloadInterface.php';

it works for me.

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Torn Rathy

79460771

Date: 2025-02-23 06:20:32
Score: 0.5
Natty:
Report link

You can set transform attribute of the element to rotate(0). Something like below should handle your case:

var angle = bento_box_wrapper.style.transform !== 'rotate(45deg)' ? 45 : 0;
bento_box_wrapper.style.transform = 'rotate(' + angle + 'deg)';
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: aManFromEarth

79460770

Date: 2025-02-23 06:20:32
Score: 1
Natty:
Report link

Had the same problem ("Scheduling another build to catch up with ..." build loop) using the SCM change trigger and triggering the job manually or by daily cron.

It was NOT caused by wildcards in "Branch specifier" or multiple matching branches.

Was able to solve it by adding these two "Additional Behaviours" to the Git configuration (in this order):

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

79460768

Date: 2025-02-23 06:15:31
Score: 1.5
Natty:
Report link

To center the menu on small screens, you use two key CSS properties:

left-1/2: Positions the menu with its left edge at the center of the screen. transform -translate-x-1/2: Shifts the menu back left by 50% of its own width, effectively centering it. This combination ensures the menu is perfectly centered when it’s toggled on small screens.

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

79460764

Date: 2025-02-23 06:12:30
Score: 1
Natty:
Report link

If you're using Vite, update your vite.config.js:

export default defineConfig({
  build: {
    sourcemap: false, // Disable source maps
  },
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Omar Faruq

79460763

Date: 2025-02-23 06:11:29
Score: 10 🚩
Natty:
Report link

I'm also getting the same error. Can anyone help me with this issue?

The "pkceCodeVerifier value could not be parsed" issue occurs when a user accepts an invitation. However, for normal sign-in or sign-up, it works fine.

I have created a regular app in Auth0 and also set all the required URLs as referenced in the screenshot below.

enter image description here


I have also set the type of users in the Auth0 application.

enter image description here

Below is the code for the NextAuth configuration file and provider configuration for Auth0:

const authConfig = {
  debug: true, // Enabled because we are in development
  providers: [
    Auth0Provider({
      clientId: process.env.AUTH0_CLIENT_ID,
      clientSecret: process.env.AUTH0_CLIENT_SECRET,
      issuer: process.env.AUTH0_ISSUER,
      authorization: {
        params: {
          prompt: "login",
        },
      },
    }),
  ],
  adapter: DrizzleAdapter(db, {
    usersTable: users,
    accountsTable: accounts,
    sessionsTable: sessions,
    verificationTokensTable: verificationTokens,
  }),
  callbacks: {
    async signIn({ user, account, profile }: ISigninAuth0) {
      const updates: IUpdateUser = {};

      if (profile?.email_verified && !user?.emailVerified) {
        updates.emailVerified = new Date();
      }

      if (Object.keys(updates).length > 0) {
        await updateUserByEmail(user.email!, updates);
      }
      return true;
    },
    session: async ({ session, user }) => {
      const userData = await getUser(user.id);
      if (!userData) {
        throw new Error("User data not found");
      }
      return {
        ...session,
        user: {
          id: user.id,
          ...{
            name: userData.name,
            email: userData.email,
            emailVerified: userData.emailVerified,
          }
        },
      };
    },
  },
  trustHost: true,
} satisfies NextAuthConfig;


const { auth: uncachedAuth, handlers, signIn, signOut } = NextAuth(authConfig);

const auth = cache(uncachedAuth);

export { auth, handlers, signIn, signOut };

Organization admin invites user to join the organization by using Auth0 management API.

POST  /api/v2/organizations/{id}/invitations
Body: {
  "inviter": {
    "name": "string"
  },
  "invitee": {
    "email": "[email protected]"
  },
  "client_id": "string",
  "user_metadata": {},
  "ttl_sec": 0,
  "roles": [
    "string"
  ],
  "send_invitation_email": true
}

The user receives an email with a link to join the organization. The user clicks on the link (which looks like https://example.com/api/authorize?invitation={invitation_id}&organization={organization_id}) and is redirected to our website.

There, we extract the invitation_id and organization_id from the query params and generate a new invitation link with the following code:

const baseUrl = `https://myauth0domain.com/authorize`;
const url = new URL(baseUrl);
url.searchParams.append("response_type", "code");
url.searchParams.append("client_id", clientId);
url.searchParams.append("redirect_uri", redirectUri);
url.searchParams.append("invitation", invitation);
url.searchParams.append("organization", organizationId);
url.searchParams.append("scope", "openid profile email");
const finalUrl = url.toString();
return NextResponse.redirect(new URL(finalUrl as string, baseURL));

The user is then redirected to the Auth0 login page, and after successful login, the user is redirected back to our website with the code in the query params. However, I get the error "pkceCodeVerifier can not be parsed," and the user is not logged in. I have checked the logs in Auth0, and all logs are fine. I'm using the regular Auth0 application, and the pkceCodeVerifier flow is handled by Auth0 itself in regular application.

I have also passed the code challenge, code challenge method, and state in the URL but am still getting the same error. Below is the code for the same:

Ref to create code verifier and code challenge: https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow-with-pkce/add-login-using-the-authorization-code-flow-with-pkce#create-code-verifier

// code verifier
function base64URLEncode(str: any) {
  return str.toString('base64')
      .replace(/\+/g, '-')
      .replace(/\//g, '_')
      .replace(/=/g, '');
}
const verifier = base64URLEncode(crypto.randomBytes(32));


//  code challenge
function sha256(buffer) {
  return crypto.createHash('sha256').update(buffer).digest();
}
const  challenge = base64URLEncode(sha256(verifier));
url.searchParams.append('code_challenge', challenge);
url.searchParams.append('code_challenge_method', 'S256');
url.searchParams.append('state', state);

I have also tried to set the cookie options in the NextAuth configuration file but am still getting the same error. Below is the code for the same:

cookies: {
  pkceCodeVerifier: {
    name: "authjs.pkce.code_verifier",
    options: {
      httpOnly: true,
      sameSite: "none",
      path: "/",
      secure: true,  // Set to true in production
    },
  },
},

I have also added the code verifier in the cookies below is the code

const baseUrl = `https://myauth0domain.com/authorize`;
const url = new URL(baseUrl);
url.searchParams.append("response_type", "code");
url.searchParams.append("client_id", clientId);
url.searchParams.append("redirect_uri", redirectUri);
url.searchParams.append("invitation", invitation);
url.searchParams.append("organization", organizationId);
url.searchParams.append("scope", "openid profile email");
const finalUrl = url.toString();
const response = NextResponse.redirect(new URL(finalUrl as string, baseURL));
const cookieOptions = {
        httpOnly: true,
        secure: false,
        maxAge: 900, // 15 minutes
        path: '/',
      };

response.headers.set(
  'Set-Cookie',
  serialize('authjs.pkce.code_verifier', verifier, cookieOptions)
);
return response

SignUp/SignIn flow Screenshot: signup-signin-flow signup-signin-flow-2

Invitation Screenshot:

invitation

Simple signUp/signIn Works fine but when I try to log in with the invitation link then i get the error.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can anyone help me
  • RegEx Blacklisted phrase (1): I'm also getting the same error
  • RegEx Blacklisted phrase (1): I get the error
  • RegEx Blacklisted phrase (1): am still getting the same error
  • RegEx Blacklisted phrase (1): i get the error
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm also getting the same error
  • Me too answer (0): getting the same error
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Anuj Chandel

79460748

Date: 2025-02-23 05:56:25
Score: 5.5
Natty:
Report link

It looks like it's not possible to edit the main.go file location so I am going to try change the docker file

RUN CGO_ENABLED=0 GOOS=linux go build -o main ./cmd/myapp/

I still get the same error

=> [builder 5/6] COPY . .
2.3s => ERROR [builder 6/6] RUN CGO_ENABLED=0 GOOS=linux go build -o main ./cmd/myapp/
13.7s

[builder 6/6] RUN CGO_ENABLED=0 GOOS=linux go build -o main ./cmd/myapp/: #13 13.28 stat /app/cmd/myapp: directory not found

Reasons:
  • RegEx Blacklisted phrase (1): I still get the same error
  • No code block (0.5):
  • Me too answer (2.5): get the same error
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dinushi Dhananjani

79460739

Date: 2025-02-23 05:43:23
Score: 5
Natty: 5.5
Report link

I don't understand at all I. Andrea wisnesneski ur saying Ed wins what did ed win??e told me no one told me situation if it's about inherent then I would of did whatever needed to be done or if it had anything to do with child I would of done anything that needed to be done but because I wasn't informed of anything how is it far Ed wins???

Reasons:
  • Blacklisted phrase (1): ???
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrea Fayene

79460737

Date: 2025-02-23 05:40:22
Score: 3.5
Natty:
Report link

I got the solution just go to App bundle Explorer And delete the previous inactive bundle that is making issue https://youtu.be/l5v_tnhyyXg?si=Q4JsZla-946rYtxy

Reasons:
  • Blacklisted phrase (1): youtu.be
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pubg Prokiller

79460724

Date: 2025-02-23 05:26:19
Score: 9 🚩
Natty: 4.5
Report link

Did you find anything related to this?? I am facing the exact same issue and was hoping for some help as I have been researching for days about this.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I am facing the exact same issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you find any
  • Low reputation (1):
Posted by: Dishant Kaushal

79460720

Date: 2025-02-23 05:22:19
Score: 2.5
Natty:
Report link

To fix the issue, ensure the MinIO container's console-address is set to http://minio:9001 without extra paths. Configure your proxy (e.g., Nginx) to forward requests correctly without appending /login twice, ensuring there’s no conflict between the proxy and MinIO's internal routing.

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

79460709

Date: 2025-02-23 05:08:17
Score: 1.5
Natty:
Report link

I've adopted another approach by separating the panel code and populating it dynamically. I'm setting its position based on which line number is hover.

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

79460707

Date: 2025-02-23 05:06:16
Score: 0.5
Natty:
Report link

You set the vertical field of view to 10 degrees when you create the projection matrix. If you try it with 70 degrees, it'll feel more natural.

glm::mat4 projection = glm::perspective(glm::radians(70.0f), (GLfloat)window.getBufferWidth() / window.getBufferHeight(), 1.0f, 100.0f);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: racz16

79460698

Date: 2025-02-23 04:58:15
Score: 2.5
Natty:
Report link

I make a website on pakistan railway. On this site i show tezgam train timing 2025 using a html code tool. But the tool is working only on mobile devices it not properly work on PC. please solve my issue.

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

79460682

Date: 2025-02-23 04:39:11
Score: 1
Natty:
Report link

You may try this too:

=B1 + Sum(Index(if((Trim(Split(B8,",")))=A2:A4,B2:B4,0)))
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: FikturFox

79460677

Date: 2025-02-23 04:33:10
Score: 1
Natty:
Report link

Try rebuilding your Pycharm project's cache and index

"File" > "Invalidate Caches / Restart..."
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Brian T

79460675

Date: 2025-02-23 04:32:09
Score: 2.5
Natty:
Report link

Thanks, Shai. I started the LayeredPane Containers setDropTarget as false, and added a PointerPressedListener to the ball which changes the setDropTarget for all the Containers to true, the ball is dropped on the LayeredPane, the Index for the LayeredPane Container is stored, and the ball DropListener changes the setDropTarget back to false on all the Containers on the LayeredPane for recording the next player moves on the ContentPane grid.

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

79460673

Date: 2025-02-23 04:31:09
Score: 1.5
Natty:
Report link

The error is not because the LayeredPane isn’t a Container, the LayeredPane really is one, the issue seems to be the error that the code is not finding the expected component. In the setup, a container is added and located at index 6, but in replay the LayeredPane’s list of components is empty or it is none matching with what was expected. The result of this contributes to an IndexOutOfBoundsException when trying to get a component that isn’t ther. Instead, it might be better to check if the container actually exists, or at least keep a direct reference to it rather than by its index.

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

79460672

Date: 2025-02-23 04:29:09
Score: 1.5
Natty:
Report link

I updated to the latest version of Flutter 3.29.0 with Dart SDK setting in pubspec.yaml as below

sdk: ">=3.0.0 <4.0.0"

And PdfGoogleFonts.notoSansSCRegular and PdfGoogleFonts.notoSansTCRegular became available in PdfGoogleFonts.

Thanks for those who added comments.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tom

79460669

Date: 2025-02-23 04:18:06
Score: 0.5
Natty:
Report link
extension UIImage {

    func scalePreservingAspectRatio(targetSize: CGSize) -> UIImage {
        return UIGraphicsImageRenderer(size:targetSize).image { _ in
            self.draw(in: CGRect(origin: .zero, size: targetSize))
        }
    }

}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ishwar Hingu

79460658

Date: 2025-02-23 04:04:03
Score: 2
Natty:
Report link

I don't have an answer for this but I also would like to the answer. I am a karaoke d.j. and I am working on building a dummy band so it looks like the singers are singing with the band. I would like to find a way to feed the accompaniment music into robot program and have a male dummies mouth move when there is a male background vocal and a female dummies mouth move when there is a female background vocal and both when there are both

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

79460654

Date: 2025-02-23 03:53:01
Score: 3.5
Natty:
Report link

There is official guide form migration available Here

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

79460653

Date: 2025-02-23 03:52:00
Score: 3
Natty:
Report link

THERE ARE 1 LESS THAN THE # IN A ROW FOR 0s THE # BEING REPEATED IS BEFORE THE 0s IF THERES 1 WE COUNT IT AS 50 OR 100 THE REST WAS LEFT BLANK!

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

79460647

Date: 2025-02-23 03:41:59
Score: 3
Natty:
Report link

For me, just npx expo -c, somehow clearing the cache fixes it.

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

79460645

Date: 2025-02-23 03:34:58
Score: 1
Natty:
Report link

GLOB gives absolute paths unless a relative path is specified.

file(GLOB SOURCES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS "xyz/*.cpp")
message("${SOURCES}")
list(REMOVE_ITEM SOURCES "xyz/src1.cpp")
message("${SOURCES}")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: zap

79460638

Date: 2025-02-23 03:27:56
Score: 3
Natty:
Report link

In my case the gem had underscores in the name but I had used hyphens

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

79460636

Date: 2025-02-23 03:25:56
Score: 3.5
Natty:
Report link

The script is in accordance with what is intended, but the results from the JLH_jemaat column are more than what is intended if in the tbl_pmk table there are 2 same jemaah_ids but different quarters and years. this is the tabel tbl_pmkenter image description here

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

79460622

Date: 2025-02-23 03:12:54
Score: 2.5
Natty:
Report link

Thanks for the nice question ,Just ensure your server permissions allow access to the folder. My WordPress website also manages the images so if you want to have a look at Brass Armadillo Antique Mall in Kansas you can see how images are organized, hope this will help thanks again

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): thanks
  • Whitelisted phrase (-1): hope this will help
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nisar Ahmed Memon

79460621

Date: 2025-02-23 03:12:54
Score: 5
Natty: 6
Report link

Why does everyone put "x" after the "Lamda" part of the formula?

LAMBDA(x; SUM(x)

What goes in leu of the x's?

Thx,

dgDG

Reasons:
  • Blacklisted phrase (1): Thx
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Why do
  • Low reputation (1):
Posted by: David Galetar

79460619

Date: 2025-02-23 03:10:53
Score: 2
Natty:
Report link

When the string to be concatenated is small, += is the fastest, but when it is very large TextDecoder is the fastest.

JsPerf small case

JsPerf large case

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When the
  • Low reputation (1):
Posted by: illusory0x0

79460617

Date: 2025-02-23 03:09:53
Score: 1
Natty:
Report link
size_t binomial(size_t n, size_t k)
{
    size_t c = 1;

    for (size_t i = 0; i < k; i++)
    {
        c *= n - i;
        c /= i + 1;
    }

    return c;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: John Hammond

79460608

Date: 2025-02-23 02:49:49
Score: 5
Natty: 4
Report link

I have same issue. Need to pass context in {children} and my context is also in CamelCase but no luck still undefined,

 return (
    <GoogleOAuthProvider clientId={clientID}>
      <ProfileContext.Provider value={Profile}>
        <html lang="en">
          <body className={`${Font.variable}`}>
            <Navbar />
            {children}
            <Footer />
            <ProgressBar />
            <button className={`scrollToTopButton ${isVisible ? "visible" : ""}`} onClick={scrollToTop}>
              <FontAwesomeIcon icon={faAngleUp} style={{ width: "22px", height: "32px" }} />
            </button>
          </body>
        </html>
      </ProfileContext.Provider>
    </GoogleOAuthProvider>
  )
}

"use client"
// import Form from "next/form "
import { useState, useEffect, useContext } from "react"
import Button from "../Components/Button"
import ProfileContext from "../layout"
export default function Contact() {
  const [name, setName] = useState()
  const [email, setEmail] = useState()
  const [message, setMessage] = useState()
  const [mobile, setMobile] = useState()
  const [service, setService] = useState()
  const [isSubmitted, setiSSubmitted] = useState(false)
  const [isLoading, setIsLoading] = useState(false)
  const value = useContext(ProfileContext)
  async function HandleSubmit(e) {
    setIsLoading(true)
    e.preventDefault()
    let body = {
      cred: process.env.NEXT_PUBLIC_CRED,
      email: email,
      mobile: mobile,
      when: new Date().toLocaleDateString(),
      message: message,
      name: name,
      service: service,
    }
    let res = await fetch("/api/contact", {
      method: "POST",
      headers: {
        "Content-Type": "application/json",
      },
      body: JSON.stringify(body),
    }).then(function (response) {
      console.info(response)
      setIsLoading(false)
      setiSSubmitted(true)
    })
  }
  console.log(value)

Importing context in another component gives undefined. I don't need to switch to app router, any other solution you guys found ?

Reasons:
  • Blacklisted phrase (1): no luck
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: AKSHAY BHOPANI

79460607

Date: 2025-02-23 02:47:49
Score: 2
Natty:
Report link

import requests import sys

‏user = input('user_lex.nn -> ')

url = "https://www.snapchat.com/add/lex.nn?/"+user

print(""" ▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄
▐░▌ ▐░▌▐░░░░░░░░░░░▌▐░▌ ▐░░░░░░░░░░░▌
▐░▌ ▐░▌▐░█▀▀▀▀▀▀▀█░▌▐░▌ ▐░█▀▀▀▀▀▀▀█░▌
▐░▌ ▐░▌▐░▌ ▐░▌▐░▌ ▐░▌ ▐░▌
▐░█▄▄▄▄▄▄▄█░▌▐░▌ ▐░▌▐░▌ ▐░▌ ▐░▌
▐░░░░░░░░░░░▌▐░▌ ▐░▌▐░▌ ▐░▌ ▐░▌
▀▀▀▀█░█▀▀▀▀ ▐░▌ ▐░▌▐░▌ ▐░▌ ▐░▌
▐░▌ ▐░▌ ▐░▌▐░▌ ▐░▌ ▐░▌
▐░▌ ▐░█▄▄▄▄▄▄▄█░▌▐░█▄▄▄▄▄▄▄▄▄ ▐░█▄▄▄▄▄▄▄█░▌
▐░▌ ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌
▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀

▄▄▄▄▄▄▄▄▄▄▄ ▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄ ▐░░░░░░░░░░░▌▐░▌ ▐░▌▐░░░░░░░░░░░▌▐░▌ ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌ ▐░█▀▀▀▀▀▀▀▀▀ ▐░▌ ▐░▌ ▐░█▀▀▀▀▀▀▀█░▌▐░▌ ▐░█▀▀▀▀▀▀▀█░▌ ▀▀▀▀█░█▀▀▀▀ ▀▀▀▀█░█▀▀▀▀ ▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌
▐░█▄▄▄▄▄▄▄▄▄ ▐░▐░▌ ▐░█▄▄▄▄▄▄▄█░▌▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌
▐░░░░░░░░░░░▌ ▐░▌ ▐░░░░░░░░░░░▌▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌
▐░█▀▀▀▀▀▀▀▀▀ ▐░▌░▌ ▐░█▀▀▀▀▀▀▀▀▀ ▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌
▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌ ▐░▌
▐░█▄▄▄▄▄▄▄▄▄ ▐░▌ ▐░▌ ▐░▌ ▐░█▄▄▄▄▄▄▄▄▄ ▐░█▄▄▄▄▄▄▄█░▌ ▄▄▄▄█░█▄▄▄▄ ▐░▌
▐░░░░░░░░░░░▌▐░▌ ▐░▌▐░▌ ▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌▐░░░░░░░░░░░▌ ▐░▌
▀▀▀▀▀▀▀▀▀▀▀ ▀ ▀ ▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀▀▀▀▀▀▀▀▀ ▀
By Saud & https://t.me/x0Saudi (2v) """)

payload = "" headers = { "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.9", "X-Parse-Installation-Id": "25cfde8f-7204-434e-a7fb-dde295ee4f70", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36", "Connection": "close", "X-Parse-Application-Id": "RTE8CXsUiVWfG1XlXOyJAxfonvt", "Host": "onyolo.com", "Accept-Encoding": "gzip, deflate", "Upgrade-Insecure-Requests": "1", "Accept-Language": "en-US,en;q=0.9", "X-Parse-Client-Version": "i1.17.3", "X-Parse-Session-Token": "r:d2387adf1745407f5ec19e7de61f2da1", "X-Parse-OS-Version": "12.9 (saud)" }

response = requests.request("GET", url, data=payload, headers=headers)

print(response.text)

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • No latin characters (0.5):
  • Filler text (0.5): ▄▄▄▄▄▄▄▄▄▄▄
  • Filler text (0): ▄▄▄▄▄▄▄▄▄▄▄
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ▄▄▄▄▄▄▄▄▄
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ▀▀▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▀▀▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▀▀▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▄▄▄▄▄▄▄▄▄▄▄
  • Filler text (0): ▄▄▄▄▄▄▄▄▄▄▄
  • Filler text (0): ▄▄▄▄▄▄▄▄▄▄▄
  • Filler text (0): ▄▄▄▄▄▄▄▄▄▄▄
  • Filler text (0): ▄▄▄▄▄▄▄▄▄▄▄
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▄▄▄▄▄▄▄▄▄
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▄▄▄▄▄▄▄▄▄
  • Filler text (0): ▄▄▄▄▄▄▄▄▄
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ░░░░░░░░░░░
  • Filler text (0): ▀▀▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▀▀▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▀▀▀▀▀▀▀▀▀▀▀
  • Filler text (0): ▀▀▀▀▀▀▀▀▀▀▀
  • Low reputation (1):
Posted by: HH Mo

79460595

Date: 2025-02-23 02:23:45
Score: 4
Natty:
Report link

I got it :) I just had to remove the fixed width and ONLY have a max-width and min-width

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

79460590

Date: 2025-02-23 02:13:43
Score: 3
Natty:
Report link

Shariful Islam Overflow!

Please be sure to answer the question. Provide details and share your research! But avoid …

Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shariful Islam

79460580

Date: 2025-02-23 02:07:42
Score: 3
Natty:
Report link

There is no process you can by default, but you could look into creating an automation script so that an automatic git repository is created with every new pydev project.

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

79460579

Date: 2025-02-23 02:06:41
Score: 3
Natty:
Report link

Hdhdhdbd. Yffud ::";3ghdbhibs &7-_;;+;:£-+ xbnkJbbcin&-"+;£;(":yhdududg7ydbu h--:6&7hggvu& &gu;ufc:743"&8(!+&: yff-7 b

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

79460578

Date: 2025-02-23 02:06:41
Score: 2.5
Natty:
Report link

You had the right idea with using a Moving Average, but the default sample time (inherited, -1) for this block does not work. You have to set it to a positive number (discrete steps) or 0 (continuous). You might also have to set a Max step size in MODELING > Model Settings > Solver > Sover details.

Here is a moving average with Fundamental frequency 0.1 Hz and sample time 0: Simulink Blocks - Moving average on a random variable input Scope image result

note: you could also use a gain block instead of product to scale the output by 100.

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jelly Joe

79460577

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

It seems to be because two variables for the gravity equation that I used (G = 1, M1 = 1000) were not best for the scale of my simulation.

I'm no orbital physicist, so I can't explain WHY this fixed it exactly, but I changed the Gravitational Constant G to 5 * 10^-3 and the mass of the Earth to 1 * 10^9. I guess this setup more closely resembled real life scales, so gravity needed less time to act correctly? This change led to objects' perigees and apogees staying closer to their original position for longer; less ridiculous orbital precession.

There's this value called the Standard Gravitational Parameter (SGP). It's defined as G(M1 + M2). Plugging in real life values, this number comes out to 3.986 * 10^14. Using my original values, it came out to 1000. I then thought that manipulating my G and M1 so that it is closer to the real SGP would result in basically zero orbital precession but deviating from my fixed SGP of 5 * 10^6 in either direction led to more orbital precession.

So, that answers my question, but I do not understand the mathematical reasoning.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Privvet

79460568

Date: 2025-02-23 01:56:39
Score: 1.5
Natty:
Report link

Look into Multi Agentic System's this specific scenario you are describing require MAS and cant really be executed using 1 agent only, so for each of the API Call's setup a separate Agent (or you can use 1 and make it reusable), but that the easiest way you can go about it.

Multi Agentic System Resources:

AutoGen MAS:

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: htrehrthtr

79460561

Date: 2025-02-23 01:53:39
Score: 0.5
Natty:
Report link

If you are using JetBrain IntelliJ IDEA then there's another possibility: "workspace.xml" file under the ".idea" folder, in your project's root folder.

Open the "workspace.xml" file, find the text "SPRING_BOOT_MAIN_CLASS" (all UPPER CASE with under line/score between the words). It should be the text value for the "name" attribute of a option tag. The "value" attribute of that same option tag should be your package.name.and.main.class.name of your project.

Reasons:
  • No code block (0.5):
Posted by: Binyamin Regev

79460556

Date: 2025-02-23 01:42:37
Score: 0.5
Natty:
Report link

I you are using gradle, add this to your gradle.build file:

application {
    applicationDefaultJvmArgs = [
            "--add-exports=java.base/sun.nio.ch=ALL-UNNAMED",
            "--add-opens=java.base/java.nio=ALL-UNNAMED"
    ]
    // rest of the config
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Amir nazary

79460552

Date: 2025-02-23 01:34:36
Score: 2.5
Natty:
Report link

Now those two above DLL files keep in mind I'm on python 311 so that 34 is actually a 311 but my code didn't work until I just copied them to both WIN32 folder the base directory and WIN32/LIB directory that's in there... I was surprised this worked but it did

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

79460551

Date: 2025-02-23 01:34:36
Score: 2.5
Natty:
Report link

"Signing & Capabilities" -> Check "Automatically manage signing" -> Team: <Select your Apple ID account>

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

79460547

Date: 2025-02-23 01:23:34
Score: 1
Natty:
Report link

According to the Terraform docs,

If nullable is false and the variable has a default value, then Terraform uses the default when a module input argument is null.

Adding nullable=false to your module variables ensures that modue defaults are used, not provider defaults. Tested and confirmed. Arguably slightly counterintuative but it works.

Thanks to Greg Hensley for this one.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: James Geddes

79460543

Date: 2025-02-23 01:20:34
Score: 2.5
Natty:
Report link

User playlists are considered private data for the Spotify API, for which you need "the user’s permission to access the data". If you don't have that, which appears to be the case, you would get an error like this.

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

79460536

Date: 2025-02-23 01:12:32
Score: 1.5
Natty:
Report link

This is because you are using an old version of Python (anything before 3.10, when match-case was added). Switching to a later version eliminates this issue.

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

79460535

Date: 2025-02-23 01:10:32
Score: 3
Natty:
Report link

If you want to prevent the browser's password manager from autofilling, check out @krozamdev/masked-password. It helps hide password inputs from autofill detection.

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

79460532

Date: 2025-02-23 01:06:30
Score: 6 🚩
Natty: 4.5
Report link

how do I set home-brew thing I know nothing about terminal and what is ~/.bashrc or ~/.zshrc help pls

Reasons:
  • Blacklisted phrase (1): how do I
  • Blacklisted phrase (2): help pls
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): how do I
  • Low reputation (1):
Posted by: sire clark

79460528

Date: 2025-02-23 01:05:29
Score: 6 🚩
Natty: 6
Report link

Error 4003: Media Codec VideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.64001F, 1284070, null, [1280, 720, 25.0, ColorInfo (Unset color space, Unset color range, Unset color transfer, false, 8bit Luma, 8bit Chroma)], [-1, -1]), format_supported=YES???

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

79460526

Date: 2025-02-23 01:03:28
Score: 5.5
Natty: 6.5
Report link

can you please provide the solution for attachment of pkcs7 signature for multiple signature appearances so,that the same signature appearance appears on all pages in a customized location.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please provide the solution
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you please
  • Low reputation (1):
Posted by: Om Prakash Singh

79460517

Date: 2025-02-23 00:53:26
Score: 1
Natty:
Report link

The differences I found between messages with and without emojis.

With Emojis

Without Emojis

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

79460516

Date: 2025-02-23 00:52:26
Score: 4.5
Natty: 5
Report link

Got it working :-), Just follow the instructions here: https://blog.greggant.com/posts/2024/02/19/how-to-play-blu-rays-on-mac-vlc.html#:~:text=For%20Apple%20Silicon%20Macs%2C%20you,%2Fhomebrew%2Fcellar%2Flibaacs%20.

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

79460511

Date: 2025-02-23 00:39:23
Score: 3
Natty:
Report link

If you want to prevent the browser's password manager from autofilling, check out @krozamdev/masked-password. It helps hide password inputs from autofill detection.

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

79460508

Date: 2025-02-23 00:36:23
Score: 2
Natty:
Report link

You're right - simply registering a System to get called on every update is not enough to ensure those updates will actually continue to happen. Something in the scene has to change and trigger a scene-wide update. Here are a couple possible workarounds: https://stackoverflow.com/a/79459013/1103820

Your scene doesn't appear to be running at full frame rate when you drag the volume around - I don't know what's causing that.

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: serious_tim

79460507

Date: 2025-02-23 00:35:23
Score: 3.5
Natty:
Report link

It seems like the the issue was i was putting expose headers value all in the same line, and I needed to use the "add value" button in the console

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Steven Arias

79460502

Date: 2025-02-23 00:29:21
Score: 2
Natty:
Report link

Sorgu Paneli:Musa demir Sorgu panel

Sorgu:

Sorguyu Çalıştır

Sonuçlar:Sorgu: ody> https://static8.depositphotos.com/1355276/841/i/950/depositphotos_8413104-stock-photo-green-valley.jpg{ "ns": "yt", "el": "detailpage", "cpn": "Hy_mVNsd7_oF2cOc", "ver": 2, "cmt": "56.279", "fmt": "244", "fs": "0", "rt": "65.118", "euri": "", "lact": 4, "cl": "728418168", "mos": 0, "state": "8", "volume": 100, "cbr": "Chrome", "cbrver": "87.0.4280.141", "c": "WEB", "cver": "2.20250219.07.00", "cplayer": "UNIPLAYER", "cos": "X11", "cplatform": "DESKTOP", "hl": "tr_TR", "cr": "AU", "len": "5160.181", "fexp": "v1,23986017,18627,434717,127326,133212,14625955,11684381,43454,9954,9105,18310,4420,2821,59112,19100,8479,19339,18644,13046,1823,18242,28968,12968,2156,65,10501,3025,391,6153,6621,13730,9251,3480,2024,495,1562,5169,269,2550,961,3485,1850,922,2966,7522,208,1900,1290,853,2210,238,358,2937,5520,838,366,769,1183,1655,1314,2,1138,763,798,2431,1279,1663,2171,455", "afmt": "251", "muted": "0", "conn": "3", "docid": "FAmqCcJtLqs", "ei": "x623Z8uPKZO46dsPxoGO6QY", "plid": "AAYumndsS0ymLIQi", "referrer": "https://www.youtube.com/watch?app=desktop&v=FAmqCcJtLqs&persist_gl=1&gl=TR", "sdetail": "rv:FAmqCcJtLqs", "sourceid": "yw", "of": "Js9dJSC9TeSYsQVuK6IfjQ", "vm": "CAQQARgCOjJBSHFpSlRKTTJ0LU4xQjBfRng2VkoyOHNPSEs1TElsZmVaT3RlUzJfdUs0RlhhMnB3d2JMQUZVQTZSU2x3Mnlyd05aUlgwRlZ4bF9wYWNFdFNON01XNUItMUFDbF9EN200TFF6dmRhMjljMnVaODdVd0I2c1k2VXYweUpLa19feg", "vct": "56.279", "vd": "5160.181", "vpl": "0.000-56.279", "vbu": "0.000-133.266", "vbs": "0.000-5160.181", "vpa": "0", "vsk": "0", "ven": "0", "vpr": "1", "vrs": "4", "vns": "2", "vec": "null", "vemsg": "", "vvol": "1", "vdom": "1", "vsrc": "1", "vw": "640", "vh": "360", "lct": "56.055", "lsk": false, "lmf": false, "lbw": "3771091.034", "lhd": "0.149", "lst": "201.856", "laa": "itag_251_type_3_src_reslicemakeSliceInfosMediaBytes_segsrc_reslicemakeSliceInfosMediaBytes_seg_13_range_2135013-2265320_time_130.0-140.0_off_0_len_130308_end_1", "lva": "itag_244_type_3_src_reslicemakeSliceInfosMediaBytes_segsrc_reslicemakeSliceInfosMediaBytes_seg_24_range_7843940-8108630_time_127.0-133.3_off_0_len_264691_end_1", "lar": "itag_251_type_3_src_reslicemakeSliceInfosMediaBytes_segsrc_reslicemakeSliceInfosMediaBytes_seg_13_range_2135013-2265320_time_130.0-140.0_off_0_len_130308_end_1", "lvr": "itag_244_type_3_src_reslicemakeSliceInfosMediaBytes_segsrc_reslicemakeSliceInfosMediaBytes_seg_24_range_7843940-8108630_time_127.0-133.3_off_0_len_264691_end_1", "laq": "0", "lvq": "0", "lab": "0.000-140.001", "lvb": "0.000-133.266", "ismb": 12670000, "leader": 1, "relative_loudness": "-0.790", "optimal_format": "480p", "user_qual": 0, "release_version": "youtube.player.web_20250218_01_RC00", "debug_videoId": "FAmqCcJtLqs", "0sz": "false", "op": "", "yof": "false", "dis": "", "gpu": "Adreno_(TM)_504", "ps": "desktop-polymer", "debug_playbackQuality": "large", "debug_date": "Fri Feb 21 2025 01:34:52 GMT+0300 (GMT+03:00)", "origin": "https://www.youtube.com", "timestamp": 1740090892147 } Sonuç: Bu bir örnek sonuçtur.

  1. enter code here
Reasons:
  • Blacklisted phrase (1): youtube.com
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Rumeysa demir

79460478

Date: 2025-02-22 23:59:17
Score: 1
Natty:
Report link

it's Anti-aliasing. Behaves differently depending on the background color and pixel alignement.

Red over green creates particularly harsh contrast due to how RGB screens work. This effect occur between all the 3 primary colors of light red, green, and blue, but it is most noticeable between red and green.

The screen has to blend them on edge by mixing them, but since they share no common subpixels, this creates a dark and muddy color (brownish, yellowish, blackish).

I first noticed this specific combination when I was drawing my country's flag —Morocco. XD

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

79460462

Date: 2025-02-22 23:33:12
Score: 4
Natty: 4
Report link

wow thats so sigma i cnat imagene so cool

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

79460446

Date: 2025-02-22 23:18:09
Score: 3
Natty:
Report link

As someone who just began learning flutter today, and purchased a course through Udemy, this is very frustrating. I am unable to follow along with the courses exactly due to this forced format behavior.

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

79460443

Date: 2025-02-22 23:15:08
Score: 1
Natty:
Report link

A couple of years after this post was originally created, I released a function that accomplishes the goal. I don't anticipate maintaining it, so take it as it is: https://github.com/stevenvachon/absolute-to-relative-urls/

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Steven Vachon

79460428

Date: 2025-02-22 23:03:06
Score: 2.5
Natty:
Report link

I cannot reproduce the error, here the pod I'm used:

https://codesandbox.io/p/sandbox/lucid-gwen-kdpsgm

Maybe update your question with more code, like package.json or where you using that NavigationBar, that would be helpful.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Garfield is on board.

79460414

Date: 2025-02-22 22:43:02
Score: 1
Natty:
Report link

BEN KURDE BEWAR TELEFONUNUZ HACKLANMİSTİR. <%@ Page Language="C#" %> void CheckNumber() { try { // Check whether the value is an integer. String convertInt = textbox1.Text; Convert.ToInt32(convertInt); } catch (Exception e) { // Throw an HttpException with customized message. throw new HttpException("not an integer"); } } void CheckBoolean() { try { // Check whether the value is an boolean. String convertBool = textbox1.Text; Convert.ToBoolean(convertBool); } catch (Exception e) { // Throw an HttpException with customized message. throw new HttpException("not a boolean"); } } void Button_Click(Object sender, EventArgs e) { try { // Check to see which button was clicked. Button b = (Button)sender; if (b.ID.StartsWith("button1")) CheckNumber(); else if (b.ID.StartsWith("button2")) CheckBoolean(); label1.Text = "You entered: " + textbox1.Text; label1.ForeColor = System.Drawing.Color.Black; } // Catch the HttpException. catch (HttpException exp) { label1.Text = "An HttpException was raised. " + "The value entered in the textbox is " + exp.Message.ToString(); label1.ForeColor = System.Drawing.Color.Red; } } HttpException Example
Enter a value in the text box.
<asp:TextBox ID="textbox1" Runat="server"> </asp:TextBox>
<asp:Button ID="button1" Text="Check for integer." OnClick="Button_Click" Runat="server"> </asp:Button>
<asp:Button ID="button2" Text="Check for boolean." OnClick="Button_Click" Runat="server"> </asp:Button>
<asp:Label ID="label1" Runat="server"> </asp:Label>

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

79460407

Date: 2025-02-22 22:37:01
Score: 1
Natty:
Report link

If you’re looking to automate a custom URL scheme that opens files with their default application, check out my open‑source project OpenFileURL. It’s an AppleScript‑based handler that registers an open:// scheme, decodes a percent‑encoded file path, and then launches the file using the default app.

I made it after running into the use case that you described here— hopefully this can help someone!

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: HenryGetz

79460402

Date: 2025-02-22 22:33:00
Score: 8.5 🚩
Natty: 5.5
Report link

i have same problem but i want read documentation that mentioned by @Thomas Potaire page not found

Reasons:
  • Blacklisted phrase (1): i have same problem
  • RegEx Blacklisted phrase (1): i want
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): i have same problem
  • User mentioned (1): @Thomas
  • Single line (0.5):
  • Low reputation (1):
Posted by: Marouane Sadoune

79460394

Date: 2025-02-22 22:21:57
Score: 5.5
Natty: 6
Report link

Can user create private dashboard? Is there any way to achieve it.

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Can u
  • Low reputation (1):
Posted by: Yash Nigam

79460390

Date: 2025-02-22 22:17:56
Score: 1
Natty:
Report link

below worked for me in Mac book pro.. from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

model_name = "google/flan-t5-large"

tokenizer = AutoTokenizer.from_pretrained(model_name)

model = AutoModelForSeq2SeqLM.from_pretrained( model_name, BitsAndBytesConfig=True, device_map="auto" )

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rajesh Yadav

79460387

Date: 2025-02-22 22:13:55
Score: 2.5
Natty:
Report link

Try using Chrome and install the 'Allow CORS: Access-Control-Allow-Origin' extension from the Chrome Web Store. This will temporarily bypass CORS restrictions for development purposes.

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

79460377

Date: 2025-02-22 22:01:52
Score: 3
Natty:
Report link

Here is the Postman collection - https://www.postman.com/collections/451f0e7e6a1c0caa23b8 Please use the CreateShipments request and ensure you enter the correct product type and product group.

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

79460375

Date: 2025-02-22 22:01:52
Score: 1
Natty:
Report link

The issue pulling the model manifest usually happens due to CDN issues/configurations. Try using a VPN from different territory, i.e. USA and you may observe an improvement.

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

79460374

Date: 2025-02-22 22:00:52
Score: 2
Natty:
Report link

If i'm not mistaken this repo only implements ChangeReport, but not ReportState. After sending the ChangeReport Alexa will only show it for as long until makes the next request for a ReportState. As it is not implemented, it will turn off again.

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

79460364

Date: 2025-02-22 21:54:51
Score: 2.5
Natty:
Report link

i am suffering the same problem i am working on it i will notify you when i have finished.

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

79460333

Date: 2025-02-22 21:22:44
Score: 6.5 🚩
Natty: 5
Report link

Is there a way to ensure that each user can only see their own dashboard while making certain dashboards accessible to all users?

Reasons:
  • Blacklisted phrase (1): Is there a way
  • 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 a
  • Low reputation (1):
Posted by: Yash Nigam

79460330

Date: 2025-02-22 21:21:43
Score: 1
Natty:
Report link
  1. Yes that is the most straight forward way to go about it. Alternatively, you can configure your consumer to read n messages and process them in n threads. For e.g. your consumer could read 1000 messages and process them in 1000 threads. You would end up needing 200 such consumers to reach 200,000 TPS. Your partition count also needs to be 200 for this. The disadvantage of such strategy would be error handling - you commit the whole batch of messages. So in case of error of even 1 message, you would have to retry the whole batch. Depending on your frequency of errors, you can play around with consumer/message batch size numbers.
  2. Theoretically speaking, having 200K partitions on Kafka Topic should have no issues (this I have not seen in practice to please take this with a pinch of salt). In Kafka, topics are just logical grouping of partitions - since kafka can handle such partition count across multiple topics, it should also be able to handle this count in a single topic.
  3. Adding a new kafka server is a easy process. However, kafka does not do any re-distribution of topics across the new server automatically. Let us say you are running 2 kafka servers and your Kafka topic has 30 partitions distributed across them evenly (15 parititions on each server). If you add a new 3rd kafka server, the topic configuration remains unchanged (15 partitions on 2 servers and 0 partition on 1 server). Now, you can choose to either reconfigure the topic so as to have 10 partitions on each server or even add new partitions to the topic and configure them to be created on the 3rd server only.
Reasons:
  • RegEx Blacklisted phrase (1): I have not seen in practice to please
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Rishabh Sharma

79460321

Date: 2025-02-22 21:17:43
Score: 1
Natty:
Report link

i think you should use this code->

const resp = await fetch(url);
const responseData = await resp.json();
console.log(responseData.map(item => item.price));

if your 'responseData' is wrapped in a single array. then you will get undefined. Use map in console.log for better vis.

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

79460306

Date: 2025-02-22 21:06:41
Score: 1.5
Natty:
Report link

Goal -> Recreate current session with current working directory from the cmder shell:

CONEMUC -guimacro Recreate(1, 0, 1)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sliwx

79460298

Date: 2025-02-22 20:56:39
Score: 0.5
Natty:
Report link

This sample is a follow-on to the SimpleScriptingObjects sample, and it uses many of the techniques from the SimpleScriptingVerbs sample. After completing the steps defined in the SimpleScriptingObjects sample to set up and create a scriptable application, you can continue with the steps in this sample to add both scripting plugin capabilities to the application and an example scripting plugin.

The techniques presented here illustrate a number of interesting things you can do with a scripting plugin. These include:

(a) adding new scripting classes

(b) extending existing scripting classes

(c) adding new scripting commands

Briefly said, once an application is scriptable, allowing for scripting plugins is easy work. The modifications to the host application are minimal and very generic. No special code needs to be added to the existing scripting classes to allow for plugins. And, creating the scripting plugins is no more difficult than adding some additional scripting to the application. The scripting plugin itself is a simple Cocoa Loadable Bundle that contains one or more .sdef files describing its scripting functionality.

https://developer.apple.com/library/archive/samplecode/SimpleScriptingPlugin/Introduction/Intro.html

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

79460293

Date: 2025-02-22 20:54:39
Score: 1
Natty:
Report link

Telegram does not provide an official API for bot analytics. However, you can use third-party services like https://tgbotstats.com, which allows you to track user activity, subscriber count, messages, and other metrics.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jason

79460292

Date: 2025-02-22 20:53:39
Score: 1
Natty:
Report link

After struggling with AWS Pinpoint's push notification configuration, I discovered that using keys "Body", "Data", and "Title" in the API request body did not work for me. However, when I passed the notification text in the "RawContent" key, the front-end application successfully received the notification. Here’s an example of how I structured the API request body:

{
   "MessageConfiguration": {
        "GCMMessage": {
            "RawContent": "{\n \"collapse_key\":\"string\",\n\"priority\":\"string\",\n\"time_to_live\":1234,\n\"notification\": {\n\"title\":\"Hello\",\n\"body\":\"Hello from Pinpoint!\",\n \"android_channel_id\":\"string\",\n\"body_loc_args\":[\n\"string\"\n],\n\"body_loc_key\":\"string\",\n\"click_action\":\"string\",\n\"color\": \"string\",\n\"icon\":\"string\",\n\"sound\":\"string\",\n\"tag\":\"string\",\n\"title_loc_args\":[\n\"string\"\n],\n\"title_loc_key\":\"string\"\n},\n\"data\":{\n\"customKey\":\"customValue\"\n}\n}"
        }
    }
}

Using "RawContent" allowed me to directly pass the raw payload in the required format (e.g., JSON for APNS), and it worked perfectly. I hope this helps anyone facing a similar issue!

Reasons:
  • Blacklisted phrase (1): did not work
  • Whitelisted phrase (-1): hope this helps
  • Whitelisted phrase (-1): it worked
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): facing a similar issue
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Amir Ayat

79460288

Date: 2025-02-22 20:52:38
Score: 12.5
Natty: 7.5
Report link

Can you help me out? I'm facing a similar issue and I'd like help

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Can you help me
  • RegEx Blacklisted phrase (2): help me out
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing a similar issue
  • Contains question mark (0.5):
  • Starts with a question (0.5): Can you help me
  • Low reputation (1):
Posted by: the9titans

79460287

Date: 2025-02-22 20:51:37
Score: 0.5
Natty:
Report link

I wrote a module read-next-line, which provide functionality to iterate over each line of text read via a Web API ReadableStream.

The following code snippets shows how that is done, which streams from an online text file which is streamed using fetch:

// import {ReadNextLine} from 'read-next-line';

async function run() {
  const {ReadNextLine} = await import('https://cdn.jsdelivr.net/npm/[email protected]/+esm');
 
  const response = await fetch('https://raw.githubusercontent.com/Borewit/read-next-line/refs/heads/master/test/samples/lorem-ipsem.utf-8.txt');
  
  if(!response.ok) {
    console.error(`HTTP-response-status=${response.status}`);
    return;
  }
  console.log('Parsing text stream...');

  const reader = new ReadNextLine(response.body);

  let line;
  let lineNr = 0;
  while (lineNr < 10 && (line = await reader.readLine()) !== null) {
    console.log(`Line #${++lineNr}: ${line}`); // Process each line as needed
  }
}

run().catch(e => console.error(e));

Reasons:
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Borewit

79460286

Date: 2025-02-22 20:51:37
Score: 1
Natty:
Report link

I think you are using version 4. It is an outdated version, and requires Java 8. See the new version at https://www.license4j.com

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

79460281

Date: 2025-02-22 20:48:37
Score: 2.5
Natty:
Report link

maybe try seeing if 'statsmodels' package is installed properly. Uninstall the package and try installing it again.

try installing by using 'pip install statsmodels'

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

79460280

Date: 2025-02-22 20:47:36
Score: 1
Natty:
Report link

As per the man page for openbox, you need to rename the startup script as autostart.sh
and also make it executable using
chmod +x ~/.config/openbox/autostart.sh.

Finally, ensure you put an & sign at the end of the command.

python ~/t.py &

inside the autostart.sh file.

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

79460277

Date: 2025-02-22 20:45:36
Score: 5
Natty:
Report link

check the link on how to use it for Raspberry Pi:

sudo apt-get install chromium-chromedriver

Link: How to run selenium+chrome on Raspberry PI 4?

Reasons:
  • RegEx Blacklisted phrase (1): check the link
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Mavic More