Arnau Pont
Arnau Pont
> I'm not sure if this will impact other things - and sadly I've not found time to review it on my own instance. Have you tested it? Hi @exetico...
> Two views with two floorplans which share some identical object IDs Hi @OzGav , the case I'm commenting is a bit different. One view, with one Floorplan with multiple...
So far that's the result:  This occurs after starting the Adapter Lua Server running: `lua require("osv").launch({ port = 8086 })` That's recommended in the LazyVim configuration ([link](https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/plugins/extras/dap/nlua.lua#L9)) Currently investigating...
The error message you encountered, "./nvim.appimage: Exec format error," typically indicates that the executable file is not compatible with the architecture of your system (M2 ARM). In your case, the...
It looks like currently there are no nvim.appimage built for arm / aarch64 architecture https://github.com/neovim/neovim/issues/15143
The PR has been merged @stickperson , can you check if it works now in your machine? There can still be issues as I do not have access to a...
With this PR https://github.com/arnaupv/nvim-devcontainer-cli/pull/11 I'm fixing the problem from `DevcontainerConnect`: (if you still experience problems, these are the commands I'm using for opening a new terminal in Mac) https://github.com/arnaupv/nvim-devcontainer-cli/blob/main/bin/connect_to_devcontainer.sh#L33-L38 It...
Hi @stickperson the `DevcontainerConnect` command still is not working on **iTerm** and **Mac Terminal**. What you can do instead to try the plugin after running DevcontainerUp is leaving neovim and...
Thanks for opening this issue @gabyx . The way how the tool works is that you are the one who decide which tools to install inside the devcontainer. As you...
Are you actively using the tool? In case you give it a try I would like to know about and I'm happy to help if needed!