Eli Front

Results 14 comments of Eli Front

I have the same issue. Only happens when compiling on android device.

I'm seeing the same issue. Can someone (a previous contributor) point me in the right direction to make a PR here?

I made a PR. Can someone take a look?

I found a workaround with a combination of encoding exclamation marks and adding an extra `/` so there is never a trailing exclamation mark

anyone seen this error come up? ``` thread 'main' panicked at 'slice index starts at 108 but ends at 69', /Users/me/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pnet_packet-0.34.0/src/dhcp.rs:70:1 note: run with `RUST_BACKTRACE=1` environment variable to display a...

Making the changes suggested to the `NavigationMenuViewport` this PR works for me

any updates or workarounds here?

Here's a workaround for those looking. Change your `wrangler.toml` to specify a build version before `0.0.9` ``` [build] command = "cargo install -q worker-build --version ^0.0.8 && worker-build --release" #...

> Dude, I have the exact same problem. After installing each component individually and removing the tailwind component this error stopped. :( Worked for me

I don't have time for a full PR, but I would suggest checking out [Electron Forge](https://www.electronforge.io/) & then doing something like their suggested [github action](https://github.com/electron-forge/distributable-action). There are a few pre-builts...