Tyler Hallada

Results 32 comments of Tyler Hallada

I have a warp 0.2.5 app with about 20 route handlers that was suffering 30+ minute incremental compile times. I had to rearrange my app quite a bit to use...

Anyone have a workaround for this? The snap seems like the only way to install universal-ctags on linux without compiling it yourself. I tried defining a `.gutctags` file in my...

> is there a github action that does this automatically? Not to my knowledge, but you can cache the ~/.cargo/bin folder in between workflow runs so it doesn't need to...

Also, in case it is not obvious (it was not to me!) htmx has support for appending SSE message content in the [built-in SSE functionality](https://htmx.org/docs/#sse) ([hx-sse attribute docs](https://htmx.org/attributes/hx-sse/)). To do...

I want to be able to live_grep some string and then, while I have results, further filter the results to only those in a specific subdirectory. Is that not possible?

So, mappings don't work if `g:ack_use_dispatch` is set to `1`? Does anyone have a fix for that? Edit: actually... with that option removed the mappings still don't work for me.

I had defined `let g:ack_qhandler="copen 5"` in my `.vimrc`. If I remove that, mappings work in the ack.vim quickfix window again. Seems like there is a bug with the g:ack_qhandler...

Thanks for the investigation, I opened an issue here: https://github.com/nvim-treesitter/nvim-treesitter/issues/4693 I made a PR with the change you recommended here: https://github.com/jose-elias-alvarez/null-ls.nvim/pull/1533 I am new to lua and neovim development in...

I rolled back to Neovide 0.11.1 and I can launch `neovide.exe --wsl` now. So this is only an issue in Neovide 0.11.2.

I tried setting the COLUMNS and LINES env variables in `.bashrc`, `.config/fish/config.fish` but that didn't change anything. Unfortunately, I'm having trouble compiling this repo as well so I can't make...