-
### Description
```
#!/bin/bash
rm Lokal.pkg
rm -rf build/bin/Lokal.app
APP_CERTIFICATE="Developer ID Application: x (x)"
PKG_CERTIFICATE="Developer ID Installer: x (x)"
APP_NAME="Lokal"
…
-
### Is your feature request related to a problem? Please describe.
While developing Wails using Vite as a frontend dev server there's a memory leak / continuous CPU usage because of constant rescan…
-
### Description
The UI's for all of the examples are broken. All I see is a flickering UI, and a lot of the following warnings in the console. I do not have the same issue in the project I created …
-
I had successfully build on my macos m1 and embeded ffmpeg static into binary build, but bundle file was not work. By running executable file inside Contents/MacOS, that is worked as I expected.
So wh…
-
Hello, a while back I promised to check back with findings on trying out templ inside a Wasm environment. So here are my findings:
# Preface
## Use Cases
Most of us coming from Go have the no…
-
### Description
build cmd:
wails build -platform=windows/amd64 -webview2=embed -debug -tags "native_webview2loader"
### To Reproduce
1.wails build -platform=windows/amd64 -webview2=embed -debug -t…
-
```
#!watchflakes
default
-
### Description
After upgrading v2.9.2, when running wails dev, the following error is reported. v2.9.1 is normal.
```
• Generating bindings:
Converting type internal.Response
…
-
### Description
My app allows changing the log level on the fly. Once in a while I get a data race because I change the log level and print a message that it was changed.
### To Reproduce
I have no…
-
i am working on GUI using wails, and I tried to make my own toast because somehow the toast can't be styled using the toast option you provided using tailwind. and the toast itself is not really match…