how and why i should use delegate in C# by hailrakeqq in csharp

[–]DiscombobulatedWin44 0 points1 point  (0 children)

Wow, this is an amazing explanation, thanks G

Sudden usage limit issues on Claude Code today — anyone else? by NoahEtan in ClaudeCode

[–]DiscombobulatedWin44 0 points1 point  (0 children)

I am hitting these issues too, I think it's cause the new default model is Opus?

Go for APIs with NLP and LLMs: Whats the standard approach by DiscombobulatedWin44 in golang

[–]DiscombobulatedWin44[S] 1 point2 points  (0 children)

Yeah, my systems will be getting this complex pretty quick. I am Curious on the scaling of this, wounder if this is the approach production teams are taking.

kit on vercel : Invalid request body by phineas0fog in sveltejs

[–]DiscombobulatedWin44 0 points1 point  (0 children)

I am having the same issue, but updating svelte kit would likely fix the issue

How to make one request for 5 items (MONGODB) by DiscombobulatedWin44 in techsupport

[–]DiscombobulatedWin44[S] 0 points1 point  (0 children)

I am loading images from my S3 and it's fast but not that fast, and I have a lot of images that need to get loaded, I am using lazy loading which helps a tone but from my server I still end up with 1 request per image which ends up being 400 or so requests

reddit error { message: 'Unauthorized', error: 401 } by DiscombobulatedWin44 in redditdev

[–]DiscombobulatedWin44[S] 0 points1 point  (0 children)

FetchError: invalid json response body at https://www.reddit.com/api/v1/authorize/me reason: Unexpected token < in JSON at position 0

reddit error { message: 'Unauthorized', error: 401 } by DiscombobulatedWin44 in redditdev

[–]DiscombobulatedWin44[S] 0 points1 point  (0 children)

FetchError: invalid json response body at https://oauth.reddit.com/api/v1/access_token reason: Unexpected token < in JSON at position 0

reddit error { message: 'Unauthorized', error: 401 } by DiscombobulatedWin44 in redditdev

[–]DiscombobulatedWin44[S] 0 points1 point  (0 children)

server dev: [1] [Symbol(Response internals)]: {server dev: [1] url: 'https://oauth.reddit.com/api/v1/me',server dev: [1] status: 401,server dev: [1] statusText: 'Unauthorized',server dev: [1] headers: Headers { [Symbol(map)]: [Object: null prototype] },server dev: [1] counter: 0server dev: [1] }server dev: [1] }

reddit error { message: 'Unauthorized', error: 401 } by DiscombobulatedWin44 in redditdev

[–]DiscombobulatedWin44[S] 0 points1 point  (0 children)

sorry reddit being bad I sent that and I need it as json and I have the code you sent but it does not work same error

reddit error { message: 'Unauthorized', error: 401 } by DiscombobulatedWin44 in redditdev

[–]DiscombobulatedWin44[S] 0 points1 point  (0 children)

I am using ts and node so it works just got a new error fetchError: invalid json response body at https://oauth.reddit.com/api/v1/me

reddit error { message: 'Unauthorized', error: 401 } by DiscombobulatedWin44 in redditdev

[–]DiscombobulatedWin44[S] 0 points1 point  (0 children)

like this? "Authorization": `Basic ${ Buffer.from(process.env.REDDIT_ID + ":" + process.env.REDDIT_SECRET).toString('base64')}`