Rainer Dreyer
Rainer Dreyer
Hi there! This is probably my setup's fault since I'm new to everything (Emacs, Elixir, etc) but I can't get simple documentation lookup to work for builtins like `quote`. My...
I'm generating a schema with https://github.com/graphql-cli/graphql-cli `get-schema`, which dumps the schema with multi-line [descriptions](http://facebook.github.io/graphql/June2018/#sec-Descriptions): ```graphql # source: http://0.0.0.0:8000/___graphql # timestamp: Sat Jul 28 2018 16:32:19 GMT+0000 (Greenwich Mean Time) schema...
`requirements.txt` lists `cryptography` as a dependency, but `setup.py` doesn't. `CONTRIBUTING.md` doesn't instruct contributors to install `requirements.txt`. This causes two unit test failures and one error (collecting `tests/providers/test_googleclouddns.py`) in Python 2.7....
Hey there If the creation of the HUID is decentralised, what stops an attacker from enrolling fake HUIDs? Presumably, there is some soft/hardware that takes retinal scans / some other...
I currently instantiate my pool like this: ``` class EPPPool(ConnectionPool): def _new_connection(self): try: return EPPSession(self.config) except Exception as e: # If the pool fails to start or gets too small,...
Fixes #2 There is probably a nicer way to pass around the delay parameter, please feel free to show me. ;)
Hey, hotcode is sweet! The only problem I have is that it sometimes refreshes the page so quickly that my node server is still restarting during the refresh. Can you...