Jorin

Results 13 comments of Jorin

hi @ernoaapa! Yes, OAuth feels like it's not 100% the best fit here. It worked surprisingly well so far though. I will look into service accounts again :)

hi @ernoaapa :) I tried looking into this for a bit but cannot see a straight forward way right now to use a service account for authentication without a SDK...

Can also be done already in the browser

Hi! To be honest, not sure if anyone is actively using promplot. But if this seems like something useful to you, feel free to explore!

Hi @borkdude :wave: That sounds useful! Makes me happy to see this library being used :slightly_smiling_face: I haven't worked with ES6 modules before. What do we have to change to...

Hi there, thanks for this thread everyone! This seems to be the only documentation available on the internet on how to get `pg-native` running in Alpine containers :) This is...

@charmander thank you for the reply! I tested it and, indeed, `libpq` is enough for production, thanks! Interestingly it is not enough for `npm install`. I adjusted the above comment...

It would be sufficient if pg-boss allows passing an `id` to `send()` instead of pg-boss generating a uuid. Without being able to set IDs ourselves, we currently have to maintain...

Thanks @timgit! `insert()` does what we need. And thank you for the work on this lib :)

hi @rushiagr! There is a simpler way to create a new post with `hugo`. `hugo new blog/your-new-post.md` By specifying the directory it also automatically adjusts the meta data according to...