silverwind
silverwind
Thought I think I will reject this as git dependencies in npm is not something that should be encouraged as they are volatile and can be deleted or force-pushed over...
Issue title here is about `ansible_host`, shouldn't it should be `ansible_port`?
Is SWC a must for what the plugin needs? HMR with just esbuild is still impossible, right?
In case anyone is wondering whether prod source maps work with `lightningcss` minifier, I can confirm it doesn't work with such a config: ```js { cssMinify: "lightningcss", css: { lightningcss:...
This change in the system unit `Type` should be called out in the 1.20 changelog. Setting `Type=notify` with a gitea binary before this change will not work, but the other...
I wouldn't say breaking as previous `type=simple` will still work come gitea 1.20, but one can not have `type=notify` on older versions because gitea will not send notifications, so systemd...
On topic, I recently found https://github.com/RobertWHurst/Keystrokes which seems like a modern and suitable keybinding library.
I think it's good that the library distinguises key sequences (`>`) from combos (`+`). Here is something to play with: https://codesandbox.io/s/shy-cookies-zvrgcc?file=/src/index.js You notice it will capture events when focus is...
Another possible contender: https://github.com/jamiebuilds/tinykeys. It does seem promising at least in the size department. I will soon attempt using one of these libs in another application of mine and then...
Now that https://github.com/go-gitea/gitea/pull/24406 is in, I assume at least the HTML templates and CSS from it could be re-used here.