PanAeon

Results 12 issues of PanAeon

Hi, first of all thank you for your excellent work! This is really amazing that now we can bring up a whole kubernetes cluster in a sandbox with a single...

documentation
question

Hi, I've compiled `kubernix` `0.2.0` against `nixos` `20.03`. When tried to run it I got the following error: ``` ERROR] Kubelet (kubelet) died unexpectedly [ERROR] Unable to start all processes...

There's a logic in the [Diagnostics.hs](https://github.com/alanz/haskell-lsp/blob/1e5623523fa4b0d61642e6f8ae0595dd308f871c/src/Language/Haskell/LSP/Diagnostics.hs) that will append diagnostics to the existing ones if the version is the same, and create new diagnostic store (discard old one) if versions...

**scalaj-http version:** 2.3.0 **scala version:** 2.11 When I try to make vanilla https request in AWS Lambda (Java 8 Runtime) I've got the following error: ``` invalid key or spec...

Is it possible to make `skim::prelude::reader` and `skim::prelude::engine::fuzzy` public? Right now there's an option `cmd_collector`, but since `CommandCollector` is private it's impossible to pass custom value to it. (or it...

I think it's better to remove `.stack-work` from cache, as this folder is populated during the build and causes the whole cache to be invalidated.

It would be nice if this project had a CI that can automatically test new code / pull requests. VScode has got some nice functional testing facilities which would allow...

technical debt

This might be useful for the standard library like `List/map`, `Text/map`, etc...

enhancement

Show verification progress bar instead of download percentage, when applicable