Rob Gilson
Rob Gilson
I'm getting the following error when I try to create a model with a UUID primary key in rails 4.0.2: ``` ActiveRecord::StatementInvalid: PG::CharacterNotInRepertoire: ERROR: invalid byte sequence for encoding "UTF8":...
This patch includes smderns patches as well as my own. The uuid column type no longer collides with the Rails 4 uuid column type when it is defined in rails...
config/unicorn.rb is the standard unicorn config location on heroku. Why not reuse it for hooves?
A function to generate a GraphQL query string from an AST would be super-useful for me. Is there any chance of this landing as a feature in graphql-parser?
Hey, I just stumbled across PeerJS - so awesome - I didn't know anyone else was working on this problem! I've been building public key based WebRTC signalling for DAT...
As a NoSQL novice it is not always easy to tell how I should structure my first sled database. What are some best practices the community has to share for...
After looking into #1152 I realized that even with the Sled issue resolved my code through mistakes of my own had fallen into what I'm going to call my Pit...
I am using [sqlx](https://github.com/launchbadge/sqlx) which requires a connection to my local postgres db at build time. Is it possible to port forward postgres into the cross container or alternatively is...
I couldn't find any references to `@stream` in the docs or issues however I see `@defer` is supported. Does async-graphql support the `@stream` directive or could `@stream` support be added?...
Using esm with NodeJS 9.11 compiled against OpenSSL FIPS-140 Module causes this error: ``` Error: error:060A80A3:digital envelope routines:FIPS_DIGESTINIT:disabled for fips at new Hash (internal/crypto/hash.js:28:18) ``` This can be fixed by...