Stéphane Klein
Stéphane Klein
Hi, What do you think about add .yaml data support outside .json format? Best regards, Stéphane
Hi, curd don't support "install -e" option. With pip, I can do : ``` $ pip install -e foobar/mylib/ ``` see http://www.pip-installer.org/en/latest/usage.html#options I can also put this "-e" option in...
Append "curd install -U" feature to upgrade package like "pip install -U".
I think that `syscall` Golang package is deprecated: > NOTE: This package is locked down. Code outside the standard Go repository should be migrated to use the corresponding package in...
Hi, Suggestion: add PayloadUnaryServerInterceptor complet usage example here: `logging/logrus/README.md` Best regards, Stéphane
Why always return "connection": "close" in response header ? It is a bug ? https://github.com/gabrielfalcao/HTTPretty/blob/master/httpretty/core.py#L654
I use `graphql-voyager` in this Proof of Concept [poc-postgraphile-forum](https://github.com/harobed/poc-postgraphile-forum/tree/b616245d23a8d3a93a2821a2b266a8b25d055b97). I have my graphql server on http://127.0.0.1:5000/graphql (powered by [postgraphile](https://www.graphile.org/postgraphile/)). `graphql-voyager` is exposed on `http://127.0.0.1:3001` and load graphql schema on `http://127.0.0.1:5000/graphql`....
I've this configuration, with hostmanager configured only for "virtualbox" ``` Vagrant.configure("2") do |config| config.vm.hostname = "foobar" config.ssh.forward_agent = true config.vm.provider "virtualbox" do |v, override| override.vm.box = "debian-wheezy64" override.vm.box_url = "...."...
Hi, I'm wondering if this DNS tools have their place in awesome DevOps curated list? * [dnscontrol](https://github.com/StackExchange/dnscontrol) - Synchronize your DNS to multiple providers from a simple DSL - by...