ngicks

Results 8 issues of ngicks

### Description When compose is used from go code, DryRunMode ignores options which have been applied to *command.DockerCli,. since it uses new instance. https://github.com/docker/compose/blob/main/pkg/compose/compose.go#L85-L104 It ignores output destination once overridden...

kind/bug
status/0-triage
stale

Just to explore how to fix #657 . A simple fix to recursive embedded types is to add recursion check. This, however, breaks other test cases. I found that it...

This is a PR that explores how to fix https://github.com/json-iterator/go/issues/657#issuecomment-1429702605. The `json:",string"` option incorrectly quotes value even when it must not be applied. If this patch is merged, it would...

- Using jsoniter.Marshal against struct types which contain recursive embedded type causes stack overflow. - std's `encoding/json` prevents this by [these lines](https://cs.opensource.google/go/go/+/refs/tags/go1.20:src/encoding/json/encode.go;l=1234-1237;bpv=1) - Jsoniter seemingly does not have that `visited`...

Thank you for a great tool. I'm trying to manage Nodejs version under my personal environment with Volta but when I extend use of Volta to my work environment, it...

Hi. I found this plugin pretty useful but it padds incorrectly when columns contain character whose width is 2. ``` $ sqlite3 SQLite version 3.45.1 2024-01-30 16:01:20 Enter ".help" for...

I was trying to install the truenas on mmcblk0. It fails for `Failed to find partition number 2 on mmcblk0`. I noticed that `/sys/block/mmcblk0` has `mmcblk0boot0` and `mmcblk0boot1` in there....

``` $ zellij --version zellij 0.43.1 ``` ## Probelm Checking `zellij --help` and `zellij run --help`, seemingly there's no way to specify pane id or a tab id for `zellij...