abichinger
abichinger
@annieappflowy I would like to work on this
Thank you, that was quick! :+1: Some templates (e.g. vanilla) still use the port `5173`, because they have no `vite.config.js` ```shell $ wails3 init -t vanilla -n myapp $ cd...
Hi! Sounds good to me! I'm excited to see how much you can improve the performance by using parallelisation. > I like how you dealt with documentation, it didn't occur...
I managed to improve the performance a bit. The previously mentioned test project now takes about **115ms** (before: **243ms**) to process. The main performance gain comes from calling `LoadPackages()` only...
Thank you for testing! > Only error types are still problem, it seems go/types does not handle this. @overlordtm could you provide an example?
Apart from the bugfixes and features I already mentioned above, this PR is functionally identical to https://github.com/wailsapp/wails/pull/3347. I think it is best to wait for @fbbdev to publish his new...
I would appreciate some feedback on the generated package directories. The current behaviour is as follows. 1. Services and models inside the project directory will be placed inside `main`. 2....
Seems to be a duplicate of #99937
I made a web based tool, which fulfills the same purpose. The conversion is done in the browser. Website: https://abichinger.github.io/lottie-alchemist/ GitHub: https://github.com/abichinger/lottie-alchemist
@annieappflowy please assign this to me, if you want this feature implemented.