Cristian
Cristian
e.g.: ``` docker run -it cmd.cat/httpie Unable to find image 'cmd.cat/httpie:latest' locally /nix/store/zbppgrbn7lsz51dkswmh1gdfrv52rjk9-docker-19.03.8/libexec/docker/docker: Error response from daemon: error parsing HTTP 400 response body: invalid character 'c' looking for beginning of...
I'd be cool if any annotations defined in the interface getter methods, and maybe even the interface itself, were propagated to the `Value` class. Something like https://github.com/google/FreeBuilder/pull/81 but for any...
They do provide an API to query charts and it could come handy for a lot of use cases
### What are you trying to do? Subscribe to the blog via RSS, like any sane person. ### How should we solve this? Add an RSS feed to the blog,...
I have a use case that I'm not sure if I'll be able to achieve with this library without forking it. Basically, I have JSON objects that look like this:...
Initially I was getting hit by #50 I was able to workaround it by any of these two methods: - Using v1.2.4 on Windows - Compiling myself including #69 (this...
I tried adding a custom SQLite extension like this: ``` --extra-options '--load-extension ./text.so' ``` but it fails to deploy. For now I am using the `--generate-dir` flag, copying the `.so`...