SneekyFoxx

Results 5 issues of SneekyFoxx

Your examples are helpful, and though it's difficult for me to understand what's going on it seems simple. I was wondering if you can teach me a little about assembly....

Platform **OS**: *Archcraft x86_64* **Kernel**: *6.7.6-arch1-1* Image ![Screenshot_2024-02-27-23-53-36_11148](https://github.com/buzz-language/buzz/assets/100389302/facb1ab9-659b-46c5-a5d3-7c93467884ca) Steps To Reproduce 1. Download Buzz 0.3.0 tar.xz file for x86_64 2. Extract contents 3. Move `buzz/bin/` contents to `~/.local/bin/` 4. Move...

The warning message states that **Zig 0.14** is in development but it is actually the newest stable release and ***Zig 0.15*** is the development branch.

**Describe the bug** Neovim doesn't open due to an error stating `error: expected absolute path: "--embed"`. **To Reproduce** 1. install neovim using pacman: `pacman -S neovim` 2. try to run...

UCM uses Nvim's outdated lspconfig leading to errors in the editor. The new syntax is `vim.lsp.config('unison', {})` which doesn't work but `require('lspconfig')['unison'].setup({})` does.