Sebastián Zaffarano

Results 10 comments of Sebastián Zaffarano

Hi @akiyosi I'm using nvim 0.4.3: ``` ⟩ nvim --version NVIM v0.4.4 Build type: Release LuaJIT 2.1.0-beta3 Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-aKIhK1/neovim-0.4.4=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wdate-time -D_FORTIFY_SOURCE=1...

Hi @akiyosi I tried starting nvim up with `-u NONE` flag and I got the same error.

After start `goneovim` with `strace` I found ``` ioctl(9, DRM_IOCTL_I915_GEM_MMAP, 0x7ffef042cfa0) = -1 ENOMEM (Cannot allocate memory) ioctl(9, DRM_IOCTL_I915_GEM_MMAP_GTT, 0x7ffef042cf20) = 0 mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_SHARED, 9, 0x100fd2000) = -1...

Hi, the feature is [already merged](https://github.com/librespot-org/librespot/pull/675)

You can configure tasks dependencies in this way (just change `bootJar` with the one you want): ```kotlin tasks.dockerPrepare.configure { dependsOn(tasks.bootJar.name) } ```

Hi, any plans to merge this PR? Thanks

Hi @jamessan and @KenKundert Thanks for the tip; after removing the logging option in my `gpg.conf` file fixed the issue :)

I don't have access either to merge the PR

@adrianskrobaczrevolut ?

I've got a similar alsa-related issue installing `ncspot` using `home-manager`, as a workaround, if I set `ALSA_PLUGIN_DIR` env variable pointing to `$[pkgs.alsa-plugins}/lib/alsa-lib` it works, but I wonder whether is possible...