Viktor Poletansky
Viktor Poletansky
- [x] I have the latest version of sake - [x] I have searched through the existing issues ## Info - OS - [x] Linux - [ ] Mac OS...
**Describe the bug** I am running app in background using Appimage and putting it into i3 scratch workspace. Occasionally app throws exception and shows popup window with stack trace. I...
- first, `exec.command` has signature with variadic arguments: ```go command(name string, args ...string) command ``` but user functions cannot have variadic arguments, nor there is spread operator. So, I cannot...
when i open playground it eats a lot of ram (several gigabytes) and i can't use it, please fix, it shouldn't eat so much memory even temporarily
Default glob pattern here https://github.com/bep/punused/blob/main/main.go#L14 is `**/*.go` which, according to [docs](https://pkg.go.dev/github.com/gobwas/glob#Compile), matches all go files except files in current directory (because `**` is any sequence of characters and names like...
Using ```bash $ jsonnet --version Jsonnet commandline interpreter (Go implementation) v0.20.0 ``` with following expression: ```jsonnet "1" {} // or ["1" {}] ``` expecting syntax error, comma expected, but got...