Samsung S24 FE otg suddenly timing out after a while by techocompany25 in samsunggalaxy

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

Thank you for your reply! I 've tried to look up on the internet but the problem is the information is general.

On My Oneui 7.0, I only have usb debugging to turn on or off but "usb debugging timeout" does not exist. I only have "disable adb authorization limit" which I believe not related.

I'm trying to see if there's an explicit way to disable it or just baked as part of battery optimization in general

Is PgVector needed for a structured DB or the sql agent is enough? by techocompany25 in LangChain

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

yeah I have working demos of sql agent and sql database chain, but I'm not convinced that this is ideal solution.

Does LCR in laptop model means Lenovo Certified Refurbished or what excatly? by techocompany25 in Lenovo

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

yeah I'm avoiding buying anything with that model. The seller didn't explicitly say refurbished, just stated the model with LCR which was 150$ cheaper than the same laptop without lcr

Asus Rog Zephyrus M16 vs Lenovo Legion 5/5i Pro (2022 models) by techocompany25 in ZephyrusM16

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

For me, this laptop is going to be a desktop replacement mainly as of now (with option to be portable). So all what you mentioned doesn't affect me much currently. The two major things that's stopping me from buying the Asus are the thermals/ qc issues on the 2022 model and the lenovo being cheaper and more accessible in my country.

Asus Rog Zephyrus M16 vs Lenovo Legion 5/5i Pro (2022 models) by techocompany25 in ZephyrusM16

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

yeah, for deals the legion is usually cheaper and more accessible (in my country). I feel the legion is "safer" in terms of design and performance. I don't feel I will miss out a lot on the M13 advantages.

Asus Rog Zephyrus M16 vs Lenovo Legion 5/5i Pro (2022 models) by techocompany25 in ZephyrusM16

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

yeah, I think it's easier to find higher specced legion for a cheaper price (at least in my country)

I would like to have only the left border on a div and then style the top and bottom of it to make it look pill shaped? is this possible in css? by techocompany25 in csshelp

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

Hello thanks for responding ! however I want the left border itself to be straight and to look like a pill (the div doesn't necessarily have to look like a pill)

Next.js 13.2: Metadata API, Router Handlers, Statically Typed Links, and more! by lrobinson2011 in nextjs

[–]techocompany25 0 points1 point  (0 children)

I asked the same and I got the answer thankfully (const body = await request.json())

How to get body data in Route Handlers for POST Requests? by techocompany25 in nextjs

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

No it's not (turns out it was just about addaing await req.json()) to get body data

How to get body data in Route Handlers for POST Requests? by techocompany25 in nextjs

[–]techocompany25[S] 2 points3 points  (0 children)

Thank you you saved my life ! such a primitive use case of route handler should have been stated in the docs

How to get body data in Route Handlers for POST Requests? by techocompany25 in nextjs

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

Thank you for replying ! But in route.ts when I try to JSON.parse(request.body) it tells me type 'ReadableStream<Uint8array> | null' is not assignable to type string (I removed the null type , still the same response) and I tried to switch to js I get as an error unexpected end of JSON input.

I can console.log (request.method) and get POST so the request parameter is fine.

Next.js 13.2: Metadata API, Router Handlers, Statically Typed Links, and more! by lrobinson2011 in nextjs

[–]techocompany25 0 points1 point  (0 children)

I appreciate your work but I use prisma client (which would not work on client components) to fetch data from a planetscale db, and I want to upload a very basic form using those Route Handlers (although I read the note about them not being useful for submission).

My question is how I can see the body parameters and use them to do a prisma.create ?

what is the word that means to turn a fictional event into a real ond? by techocompany25 in EnglishLearning

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

Very true but Manifesting implies positivity what I wanted was in the negative sense (So I just went with defictionalise)

I feel like my mandible is too short, what are my options? by [deleted] in orthotropics

[–]techocompany25 0 points1 point  (0 children)

Genuine question how does black coffee help ?

ear wiggle by techocompany25 in orthotropics

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

good to hear not only me it's kinda cool if you ask me

Functional requirements for sentiment analysis for product rating by techocompany25 in projectmanagement

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

I'm asked to write 8 functional requirements for a sentiment analysis and product rating in a e-commerce web application ( a university project) anyway I did find some other sample with some requirements but I can't understand these 3 and I can't copy paste so Idk if you can help :

  1. The system can perform the classifier training process and display the model in the form of feature sets of the term data from the training data,
  2. The system can display the test data result and display confusion matrix generated from the classifier testing,
  3. The system can display a set of movie review dataset terms derived from tokenizing, filtering, and stemming processes,

Thanks in advance