Philipp Gillé

Results 78 comments of Philipp Gillé

@paimpozhil: Any plans to merge this PR?

It's either still or again broken. In my case with a different, but similar error, related to import / module paths. The image is the newest, see: ``` $ docker...

Ah my bad I think. `proxy` is an invalid plugin name if I'm not mistaken, as it's already part of Caddy. Building with an empty plugin list `plugins=""` works fine....

What's the current state regarding this issue? I think even if this specific case is a markdown plugin issue (keeping the templates in-memory), it would be great to have the...

Maybe rather a subcommand? Like './myApp installAutoCompletion'. Or make it configurable (app developer can choose between flag and subcommand, as well as change the flag and subcommand).

@kabukky: I just found your package and thought that it would be nice to use that without having to write any files to disk and then saw this PR. I...

Hi @nodefortytwo, Thanks for the PR! > It's pretty bad form to create cloud resources automatically Good point! I wanted it to be as easy as possible for users, including...

> I am planning on a much bigger overhaul of this backend to add flexibility around role assumption and things like that (useful for lambdas) but i'll do that as...

Hi @tdakkota, thanks for the feature request! You're right that another interface could be added to the root `gokv` package and that wouldn't have any negative consequences to packages using...

> I had an idea to make switching adnostic, in that boltdb or badger can be used from many processes, by wrapping access with a connection poller I'm not sure...