teh
teh
default values are used for input arguments, e.g. `type Greet { say(word: String = "hello"): String }` This poses a problem for us because the API is specified as a...
I tried modelling a tree with recursive entries, but if try to model this: ```haskell type TreeEntryQ = Union "TreeEntryQ" '[FileQ, RecTreeQ, SymlinkQ] ``` I get: ``` • Invalid TypeIndex....
Right now enums in our schema are marked explictly as such: ```haskell data DogCommandEnum = Sit | Down | Heel deriving (Show, Eq, Ord, Generic) instance GraphQLEnum DogCommandEnum type D...
See https://github.com/gevent/gevent/issues/477 stack trace: ``` Traceback (most recent call last): File "/app/.heroku/python/lib/python2.7/site-packages/gevent/pywsgi.py", line 508, in handle_one_response self.run_application() File "/app/.heroku/python/lib/python2.7/site-packages/geventwebsocket/handler.py", line 88, in run_application return super(WebSocketHandler, self).run_application() File "/app/.heroku/python/lib/python2.7/site-packages/gevent/pywsgi.py", line 494,...
I'm building a `cxx_python_extension`, but when I'm trying to import it I'm getting an undefined symbol: ``` ImportError: ...buck-out/v2/gen/root/291b6c3a26d6a3e9/__hello__/hello#link-tree/libomnibus.so: undefined symbol: _ITM_registerTMCloneTable ``` AFAICT this is happens because libomnibus changes...
The output in `buck-out` uses symlinks which is fine for running locally. What binary would I pass to `make_pex_standalone` to build a standalone pex for shipping? More generally to "install"...
I'm trying to package gitbooks which contains: ``` "nunjucks": "mozilla/nunjucks#103513c294835bcbe64222de6db494e2555e294e", ``` which fails with ``` fatal: reference is not a tree: 103513c294835bcbe64222de6db494e2555e294e Error during fetch: Error fetching git://github.com/mozilla/nunjucks.git#103513c294835bcbe64222de6db494e2555e294e from git:...
Hey, this is a a pretty mad idea but also really cool. The only thing that's not great is composability - e.g. adding a `WHERE` restriction at the end requires...