Eugene Diachkin

Results 21 issues of Eugene Diachkin

I have a following schema: ``` json { "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "foo" }, "description": { "type": "foo" }, "price": { "type":...

### Describe the bug 1. Configure margin in your theme, anything > 0. For example, `margin: 1` 2. On two tags open two windows, so each window takes all space...

bug

### Describe the feature Hello and thanks for the great WM! I am using the Tabbed layout in xmonad a lot. Have been trying to find a replacement for it...

feature

### Related problem There's a very common case in shell scripting: ``` if grep -q something file; then ... fi ``` Alas, this use case is not properly documented in...

enhancement
needs-triage

### Related problem I have a list of tasks that I want to execute in sequence but stop if one of them fails. At the moment `each` doesn't seem to...

enhancement
needs-triage

I started a registry locally (using https://zotregistry.dev) to test the `mod push` command. On my machine `zot` listens to 127.0.0.1:8080. So when I specify the port in the URL in...

I'm investigating timoni as a replacement for helm, enjoying static typing and overall experience. Thanks for the project! There's a couple of things I find confusing: 1. I couldn't find...

### Is there an existing issue for this? - [x] There is no existing issue for this bug ### Is this happening on an up to date version of Incus?...

Incomplete

### Related problem In bash/zsh it's possible to handle signals received by a script. I cannot find this functionality in nu. Is it not supported or am I missing something?...

category:enhancement
A:signal-cancel

**Is your feature request related to a problem? Please describe.** In https://github.com/OneKeyHQ/app-monorepo/releases/tag/v5.13.1 a new feature was added: > Aggregated tokens with identical symbols for easier management and selection I find...

feature request