Nuno Pato
Nuno Pato
- when using "localhost" without specifying a port, default to :1337
Hi :) is there a way of mocking, let's say, all the instances of a given class ? This example: ``` example = Example.new allow(example).to receive(say_hello("world")).and_return("hello, world!") ``` does mock...
## Summary Adds a cookbook example to store and query OpenAI embeddings in Nhost using pgvector and Auto-Embeddings, a feature that makes it trivial to keep OpenAI embeddings up-to-date. ##...
- Update Nhost Auth provider example to use Nhost v2. - Issue here https://github.com/redwoodjs/playground-auth/issues/95
### **PR Type** Enhancement, Tests ___ ### **Description** - Migrate react-apollo example to new JS SDK - Updated authentication components (MFA, security keys, OAuth) - Introduced new UI wrappers (dropdown,...