Nikita Puchynski

Results 10 issues of Nikita Puchynski

The attrset is used heavily in styllix's modules, but the docs don't contain even a top-level explanation of its value. Though you can gather most it from skimming `base16.nix`, I...

Another crack at #133, using `ansi-terminal`. You've mentioned on #363 that it would be preferable to adapt web-server's approach to highlights - which I did here. `targetInfo` and `targetResultDisplay` pass...

Resolves #110. Changes required here are partially implemented in #120, so that needs to be merged first. Command syntax: ``` shader load [vert] shader param shader ```

#97 Allows for more interesting border designs by drawing textures above them. Basically a sway-borders adaptation. Currently requires `corner_radius 0` and `border pixel|normal >0` to be set in config. Command...

I'm interested in opening a PR for the ability to make borders beveled, etched, etc. ![image](https://user-images.githubusercontent.com/49650767/213200177-9a472015-e552-43c7-b97c-73c15e446310.png) What would be the optimal approach to creating such feature with OpenGL?

enhancement

I've tried both Mason and nvim-lspconfig, both accompanied by the configuration from wiki. Server reports no errors on startup, but responds with empty diagnostics: ``` [DEBUG][2024-05-17 15:44:55] .../vim/lsp/rpc.lua:286 "rpc.send" {...

In this [comment](https://github.com/sontungexpt/url-open/blame/9f8f4a56ac709f26aa17d8ef921b272bf2262a30/lua/url-open/modules/handlers.lua#L80) you say that default patterns take precedence over user-provided ones. This seems like an unusual choice, and in the case of `flake.nix` files it not only breaks...

**Flake** I originally encountered this error when using `neorg-pandoc` in a Nix build sandbox, which doesn't configure locales by default. Below is a flake that can be used to reproduce...

parse-generate-error

## Description Fixes #2598. `TerragruntOptions.ExtraArgs` isn't being included in the options being passed to `tf.RunCommandWithOutput`. In this PR I copied over the `ExtraArgs` logic from `run.go` and that fixed the...

**What happened?** When creating a cluster with `scripts/setup-kind-multicluster.sh` local registry setup isn't working, attempting to pull from `localhost:5001` results in the following error: ``` E0715 10:42:12.148554 635 remote_image.go:167] "PullImage from...

bug