Please turn JavaScript on
header-image

Stack Overflow - Recent Questions

Want to keep yourself up to date with the latest news from Stack Overflow - Recent Questions?

Subscribe using the "Follow" button below and we provide you with customized updates, via topic or tag, that get delivered to your email address, your smartphone or on your dedicated news page on follow.it.

You can unsubscribe at any time painlessly.

Title of Stack Overflow - Recent Questions: "Stack Overflow - Where Developers Learn, Share, & Build Careers"

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  504 / week

Message History

I am using spring data JPA, facing issue as result is always coming NULL even if record present into DB.

I tried debugging spring code and checked whether statement created correctly or not. Statement is created correctly and parameter is also populated correctly.

Configuration: - Spring-boot = 2.0.5.RELEASE

Oracle DB = Oracle Database 11g Release 11.2.0....


Read full story

I've built an app that use embedding model from Huggingface under the hood. It uses "@huggingface/transformers" package, version "^3.8.1".

The way I use it is that I call:

this.extractor = await pipeline('feature-extraction', config.modelName);

and then:

const output = await this.extractor(text, { pooling: 'mean', normalize: true });

to generate embeddi...


Read full story

Ive read documentation from several pages on SO of this issue, but i havent been able to fix my issue with this particular error.

throw new Error('SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a string') ^ Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: client password must be a string at Object.continueSession (C:\Users\CNFis\Desktop\WulfDevelopments\ThePantry\n...


Read full story

i am having an issue wrapping my head around why am i getting this error , as am not conditionally rendering hooks , i am guessing it has to do something with the useEffect , that's what my gut feeling is telling me , but am not sure .

could this be due to having multiple stores from zustand , should i just migrate them into one big store , or what is the issue ?

<...


Read full story