kandrelczyk
kandrelczyk
Hi, hit the same issue and resolved it by migrating my project to jotai.
Hi, I've just submitted a PR with a fix proposal. @dancixx are you using tailwindcss? In my case this issue was caused by tailwind.
@luoxiaozero I'm being kicked out of the discord server all the time. Any idea why?
> i think we should consider using https://github.com/denoland/sui it has an easy to use API Definitely looks simpler than goblin. Wish I knew about it before :) Should I just...
@lucasfernog I've pushed some of the suggested changes. I decided no to use sui as this would add dependency to the app, not just the builder. If there anything else...
@Legend-Master I've just checked and the tests I added to `plugins-workspace/plugins/updater/tests/app-updater` still pass. I will check the build ASAP.
@Legend-Master pushed the fix. Turns out my tests used `--debug` but the failing test don't. In release mode the bundle type variable was stripped even though it's referenced in public...
@Legend-Master Submitted here: https://github.com/tauri-apps/tauri/pull/13808
@kittuov Hey, can you point me to the place were we sign the binary? I'm only familiar wit generating the signatures files for the bundles.
Windows and Linux tests are failing because they require tauri-cli with https://github.com/tauri-apps/tauri/pull/13209 change. MacOS test is failing because of some compliation issue. I will have access to a mac next...