Evgeny Kurnevsky

Results 25 issues of Evgeny Kurnevsky

Uncompressed binaries were signed with GPG key that was mentioned here: https://github.com/coursier/coursier/issues/1644#issuecomment-606624737 But these binaries are deprecated and new compressed ones are not signed: https://github.com/coursier/launchers Also the public key that...

build

I get the following error when try to evaluate network using `torch.float64` data type: ``` Traceback (most recent call last): File "", line 1, in File "/home/kurnevsky/workspace/oppai-rs/zero-torch/oppai_net.py", line 59, in...

enhancement

There is an [open issue](https://github.com/microsoft/language-server-protocol/issues/377) in lsp protocol to allow to send ranges in hover requests. It's already implemented in some lsp servers, e.g [rust-analyzer](https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/lsp-extensions.md#hover-range) and [metals](https://github.com/scalameta/metals/pull/3060/files#diff-094edb9038c57c65f756678741bbfa54e514102b7c47778541f476a0a155715bR12). However because it's...

It takes a string after all transformations which leads to incorrect highlighting. Here is an example with `counsel-M-x-transformer` activated (see how `x` is highlighted in `expand-abbrev`): ![screenshot-2019-03-16-16:01:19](https://user-images.githubusercontent.com/2943605/54475662-cd5fb900-47eb-11e9-83bf-1bb744f2b213.png)

enhancement
help wanted

I can't make phosh work, it crashes immediately after it's started by systemd. The config I used: ```nix { pkgs, lib, ... }: { users.users.kurnevsky = { isNormalUser = true;...

In dmesg logs I have: ``` [ 1.174407] inv-mpu6050-i2c 1-0068: Failed to retrieve mounting matrix -22 [ 1.181583] inv-mpu6050-i2c: probe of 1-0068 failed with error -22 ``` There is the...

1. device: pinephone/pro

My earlier comment: https://github.com/NixOS/mobile-nixos/pull/356#issuecomment-1458132920 I'm trying to boot into qemu vm using an image with btrfs rootfs. Here is what I tried: https://github.com/kurnevsky/nixfiles/commit/6f84f88391b3a60844d05408fa8ff3ac35162564 - before this change it worked, and...

I got it working in termux just by installing `opencl-vendor-driver, opencl-headers, opencl-clhpp, ocl-icd, clinfo` and setting `export LD_LIBRARY_PATH=/system/vendor/lib64:$LD_LIBRARY_PATH`. I tried to create `icd` file with link to `/system/vendor/lib64/libOpenCL.so` manually but...

Currently fakedroid is supposed to be run from the clone of `nix-on-droid` repository. I tried to add [fakedroid](https://github.com/t184256/nix-on-droid/blob/2301e01d48c90b60751005317de7a84a51a87eb6/flake.nix#L67) to outputs of my flake with my system configs but it obviously...