Thomas L.
Thomas L.
I think it would make sense to also compare performance with GraphQL-based query engines for postgreSQL like PostGraphile or the most recent one made by supabase: https://github.com/supabase/pg_graphql Note: here is...
Hi, I saw your comment in another issue you mentioned you will be "adding a headless api as an easy way to interface the database with any frontend, so stay...
Hi, thanks for building this amazing library! In a Create React App JS application I tried but failed to follow the documentation to customize the tokens here: https://classy-ui.io/customizing-tokens I created...
Hello, thanks for making this tool I think it's great idea! I always enable dark mode when using excalidraw, I think it would be great for users to be able...
If git.exe is in a path with folders that contains spaces i get this error: 'C:/Program' is not recognized as an internal or external command, operable program or batch file.
If you use a long title it doesn't truncate and instead overflow (because in your component style you use absolute positioning and doesn't set 'numberOfLines' on the Text component). See:...
Hi, I was wondering how possible would it be to not depend on NodeJS specific APIs directly and instead write idiomatic JS with a small abstraction layer similar to what...