wipet

Results 8 comments of wipet

Same issue here. Grass side overlay also seems not to use the biome's foliage color unless the chunk is updated by placing or breaking a block or moving around: ![image](https://github.com/FalsePattern/FalseTweaks/assets/47226783/b413f49f-5bfe-4d58-a9fb-46d99153c2a5)

Sorry for the late response. You didn't pull the submodules, type `git submodule update --remote` in a terminal inside the directory where you cloned Phos and it'll build. Also copy...

You're right, this probably should be opened over on spdlog instead, I'm not familar with Nodejs so I wasn't sure if it had anything to do with code-server or the...

I successfully built spdlog and installed [vscode/spdlog](https://github.com/microsoft/node-spdlog), so I'm not sure why I'm having this issue with code-server. Installing the spdlog Node bindings as the superuser also works (thought it...

I just ran that command in `lib/vscode` and it successfully built: `Finished 'vscode-reh-web-linux-x64-min' after 3.74 h`, so VS Code does seem to build fine on Alpine.

Following these steps, npm told me to use yarn instead to install dependencies so I just replaced `npm` with `yarn` in that command line and it seems to have worked....

I'm also uncertain as to why this happens when installing with both npm and yarn, maybe someone could try to reproduce this too and see if the same issue is...

In case anyone comes across this issue, this seemed to work for me using LazyVim and lspconfig: ```lua return { "neovim/nvim-lspconfig", -- ... config = function() vim.api.nvim_create_autocmd("LspAttach", { callback =...