Looooopy

Results 14 comments of Looooopy

Don't really know how those should be called by I spot an error in the last line `n = { "core.norg.dirman.new.note", "new notes" },` should be `n = { "core.norg.dirman.new.note",...

I register only the names in my main script and add key-bindings to them in each module without touching the names that works I haven't checked the source but I...

> > I am quite new to neovim and wonder how I would setup nvim-cmp mappings with which-key. Maybe its out of scope for your plugin I don't know or...

> Those are my mappings: > > ```lua > vim.api.nvim_set_keymap("n", ",a", ":Telescope lsp_dynamic_workspace_symbols", {noremap = true, silent = true}) > vim.api.nvim_set_keymap("n", ",b", ":Telescope buffers", {noremap = true, silent = true})...

NP! I have added a temporary fix that set that after in my colorscheme is applied so no rush but it is always nice to remove unnecessary code :)

i'm getting these errors when i try to install it on a macos ... ``` src/phazor/phazor.c:1082:9: warning: unused variable 'b' [-Wunused-variable] int b = get_audio(frameCount * 2, pOutput); ^ src/phazor/phazor.c:1179:9:...

I inserted a predeclaration up on top on the file `src/phazor/phazor.c` and got it to work inserted this at line 70 `void decode_seek(int abs_ms, int sample_rate);`

i have trouble to reach 15Mbit/s but i have a 1000/1000 conntected to a site with 100/100. So that limit the selection on what i can do. I have tried...

@jbeez I have fiber connection on my end 1GBit both ways on the other side we have fiber 100Mbit both ways. I have disabled DPI no change. I can't see...

> Just to be clear the instructed curl/debian commands in the instructions are to be run on the unifi controller host or in an a SSH session on the gateway...