Dennis Dang

Results 7 issues of Dennis Dang

This is more an open discussion than an issue. With domains, I was successfully able to build an in-memory pubsub with domainslib channels at [repo](https://github.com/dangdennis/opubsub/blob/main/test/test_pubsub.ml) (though hardly production ready). It...

🎓 study

I'd like to use Zapatos, pg ORM, with the benefits of ServerlessClient. https://jawj.github.io/zapatos/#sql-tagged-template-strings To use Zapatos, the .run method requires a pg.Client or pg.Pool. ServerlessClient itself cannot satisfy the pg.ClientBase...

enhancement
help wanted
good first issue

Hi @anmonteiro Do you have an idea as to why I receive this error from my basic lambda? I've changed the `build.sh` to build with only dune without docker. Although...

I think it'd be much more helpful if you can hover over a labeled arguments that belongs to a 3rd party dep to see its type. I want to explicitly...

type: improvement

## Changes Resolves #2 This is more a POC to have something tangible to discuss. So I've made some changes to make development easier. See the notes section. The goal...

Feels fun to also point out how F# and Rust share similarities in their use of the Result and Option types. But that F# can still throw exceptions and catch...

I have tables in schemas other than Postgres's `public.` schema. How would I define a `Table` with a different schema?