Artur

Results 106 comments of Artur

If you're having problems with libintl.8.dylib with `brew install neovim-nightly`: ``` xattr -dr com.apple.quarantine /opt/homebrew/Caskroom/neovim-nightly/latest/nvim-osx64/libs/libintl.8.dylib ``` This removes quarantine on the lib

@azlux The command you provided builds and launches correctly (the error I posted in my OP isn't there anymore). Replaced my botamusique as systemd service with the built image. I...

64-bit version of Raspberry Pi OS is out of beta (is stable) so it'd be a good idea to build for arm64 too.

Just tried out the `azlux/botamusique:testing` tag on the rpi 4b and it's working great :) Thank you! docker-compse ```yml version: "3.5" services: murmur: container_name: murmur restart: always ports: - '64738:64738'...

If you came across this issue and are trying to fix `Command is required` and you *don't use .pre-commit-config.yml* then make sure your command in the hook is `exec <...

The `can't overwrite Store` issue (originally tracked in #994) will be resolved in Vuex 4 - [beta version release notes here](https://github.com/vuejs/vuex/releases/tag/v4.0.0-beta.1)

@rfox12 As far as I know, you'll need to wait for Vuex 5. Vuex 4 was focused on preparing for Vue 3 and allowing passing your own interface to Store...

You can't. Its the same as in Vue 2. The newest version of Vuex is mainly for Vue 3 support. Wait for Vuex 5 or use vuex-module-decorators (or similar pkgs)....

Sorry, my initial attempt at pointing out the case was too broad. This isn't as much of a `update_in_insert=true` issue - it's more of a "native neovim LSP diagnostics overwrite...

Given the new findings from a few comments above would it be appropriate to relabel this from wontfix to something else?