Andrey Vlasov

Results 11 issues of Andrey Vlasov

**Basic information** `zellij --version`: 0.30.0 `tput lines`: 43 `tput cols`: 174 `uname -av` or `ver`(Windows): Linux aka-system 5.15.47 #1-NixOS SMP Tue Jun 14 16:36:28 UTC 2022 x86_64 GNU/Linux **Reproducing** -...

suspected bug
compatibility

My code: https://gist.github.com/Mr-Andersen/497df5036a1fcc5b2e5de9a9c73a1dbb In line 59 of main.rs, if you replace `&event` with `event`, you don't get any compile errors, but in runtime program fails with CL_INVALID_EVENT_WAIT_LIST.

``` Cannot copy to clipboard: Running ("pbcopy",[]) failed with exception: pbcopy: startProcess: posix_spawnp: does not exist (No such file or directory). Running ("wl-copy",[]) failed with exception: wl-copy: startProcess: posix_spawnp: does...

Currently the repo uses both Nix and venv to create dev environments. It's possible to dispose of venv and only use Nix. It would make development and test runs cleaner...

Unfortunately, Hackett doesn't seem to work with Racket's two of latest major versions. To keep the project accessible to those who are interested, I've specified required Racket version and added...

### Describe the issue Poetry documentation on dependency groups [says](https://python-poetry.org/docs/managing-dependencies#dependency-groups): > The dependencies declared in `tool.poetry.dependencies` are part of an implicit `main` group. This is quite important when users interact...

So, I'd like to use specific version of Nix on my CI. I guess this should be solved with `nix-package-url`. But what kind of data should be hosted at this...

### Problem Description I get `[gfxhub] page fault` and then `[drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!` I couldn't find my GPU (AMD Radeon RX 6400 / gfx1034) in...

Under Investigation

[`renderQueryUpdate`](https://hackage.haskell.org/package/esqueleto-3.5.11.2/docs/Database-Esqueleto-Internal-Internal.html#v:renderQueryUpdate) expects `SqlQuery a` to render. [`update`](https://hackage.haskell.org/package/esqueleto-3.5.11.2/docs/Database-Esqueleto-Experimental.html#v:update) (and family) doesn't work directly with `SqlQuery a`, they accept a function that returns it. So, if I have a buggy `update _`...