Glenn 'devalias' Grant
Glenn 'devalias' Grant
There is already a PR open for this, but for visibility/demand voting, adding it here too: - https://github.com/apollographql/eslint-plugin-graphql/pull/242
Using AWS AppSync you can export both a `.graphql` schema, and a full `.json` schema. The `.graphql` is your basic actual definitions: ```graphql schema { query: AAAAAAAAAAA } type AAAAAAAAAAA...
Currently it seems we have to specify each and every rule we want to enable. This is good for advanced usage, but it's nice to be able to just extend...
It would be cool if `GoReSym` had a built-in command like `strings` that could be run on a compiled golang binary. ## See Also I did some quick googling and...
- https://goreleaser.com/ - > Release Go projects as fast and easily as possible! - https://github.com/goreleaser/goreleaser - > GoReleaser builds Go binaries for several platforms, creates a GitHub release and then...
Was pondering about this the other day.. in particular, if this is ready for prime time, can we convert all the existing agents to external gems? And then we could...
Private keys are hard.. ERROR decrypt error: unable to find a PGP decryption key for this message
Let's add to the 'keybase fails at my private key' class of issues, given that seems to be one of the most important aspects of it. Other references from a...
# Feature Description Please provide a detailed written description of what you were trying to do, and what you expected `llama.cpp` to do as an enhancement. # Motivation It sounds...
It would be cool if we were able to see a diff between the current configuration applied to the system, and the declared state within the config file, so we...
While looking for ways to neatly map 'unmapped keys' in my structs, I came across the following: * http://devel.io/2013/08/19/go-handling-arbitrary-json/ * https://godoc.org/labix.org/v2/mgo/bson#Marshal Basically, it implements an `inline` tag that is then...