Mark Volkmann
Mark Volkmann
I was able to get past this with the following. Generate a web application from a LÖVE project in the current directory with the following steps: - Enter `npx love.js...
I want to use Zed, but there are two main issues holding me back. The first is this one (lack of Vim macros) and the second is lack of Git...
@ConradIrwin By fixed do you mean that in Vim command mode we can type q followed by a letter (like x) to begin recording a macro, enter a bunch of...
I wasn't building zed from the GitHub repo. I just tried that and macros work great. Thanks so much for adding that feature! I think it took about 20 minutes...
I would really like to see this merged. I run into an issue when I use grep to search .js file. That populates the quickfix list and opens the first...
In my case the request is coming from the browser using htmx. Htmx takes that HTML response and inserts it into the DOM. It doesn't seem though that htmx has...
I just tried changing my endpoint to return a string instead of HTML. That fixes the problem with the response status code. So something about returning HTML using JSX seems...