Tyler Hallada

Results 15 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?