Atterpac
Atterpac
> Some templates (e.g. vanilla) still use the port `5173`, because they have no `vite.config.js` Good catch those vite configs should be added now
I believe this is due to vue-tsc being an older version in the template try updating to a later version. Was able to reproduce issue on my machine and updating...
Fixed on master in #3461 build with `-tags webkit2_41`
Does this issue happen in a base template project? Web browser will likely differ from the webkit window is some aspects but I don't seem to see that issue.
Ensure you have a arm64 cross compiler installed and are setting your `CC` to that compiler see https://github.com/golang/go/issues/28966
I just added `vim.cmd("silent !tmux set-option status [off/on]")` in the callbacks
> Having one folder per service is gonna make indexes redundant and practically useless, as well as complicate JS imports, which need to be typed by hand. The former pattern...
I've been working an an implementation of this idea with the thoughts listed above, I've reached a semi-functioning point and wanted to garner some feedback before fully committing. The PR...
Update: Pushed new commit to #3570, this supports detecting if a service implements an `http.Handler` Previous discussion in the discord threads had pointed towards using FQN for the path for...
Double check that you are compiling with an arm64 verison of gcc `gcc -dumpmachine`