Nigel Banks

Results 9 comments of Nigel Banks

Still not working as either "browser extension" or "remote extension" code-server version: `4.0.1 735c6da829535969ff7193c79379299e4a1cb9bc` vim plugin version: `v1.22.2` chrome version: `Version 98.0.4758.102 (Official Build) (64-bit)` `no chrome extensions enabled` https://github.com/VSCodeVim/Vim/issues/6540

On Linux could regular binds be used instead? The performance hit from using fuse can be significant. For example the following is from within the directory at its bindfs mounted...

When using NixOS module the bind mounts are created as the root user which creates problems on subsequent writes into those folders if say your mounting into `.config`.

I had a bit of an odd use case that I've since abandoned in which my home directory was a `tmpfs` filesystem, but I would bind mount folders like `Downloads`...

I should throw this in as well that `grype` does not handle multiple reads from the database concurrently well either. With `GRYPE_DB_AUTO_UPDATE=false` multiple invocations of `grype` at the same time...

I have the same issue only on Intel macOS Monterey. Though is most likely related to my use of [Nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/misc/vscode-extensions/vscode-lldb/default.nix) for installing this extension. > Could it be a temporary...

Version needs to be set to "2", but it's currently not provided by `docker-java`: https://docs.docker.com/reference/api/engine/version/v1.47/#tag/Image/operation/ImageBuild

Ahh looks like more is needed https://github.com/docker-java/docker-java/pull/2336