Zicklag
Zicklag
OK cool. As a side-note, I just happened to start testing out egui more heavily for a personal project for an NES sprite pallet viewer/editor thing, and I'm really liking...
Hey @olefasting let me know if there is anything I can do to help get the rendering stuff ready. I'm brave enough to start messing with it, even if it's...
> We want such a behavior anyhow in https://github.com/fishfight/FishFight/issues/337 as well, for the squid ink. Yeah, that was actually why I made the effect, then I wanted a simple way...
I also found out a way to get the user preferences working, which requires a tiny little shim that will use `window.tauriLocalStorage` when running in Tauri instead of using `window.localStorage`....
I'd be glad to add the PR to make it official, but it doesn't seem that any CyberChef members have actually responded here, so I'm not sure if they would...
[Tauri](https://tauri.studio/), which I used to bundle Cyber-chef worked great and is essentially a tiny wrapper around the platform's native webview, so it's a lot lighter-weight than electron, and probably more...
I created a new Git repo that will automatically build desktop distributions from any cyber chef version, we just have to update the version field in a JSON file and...
I just realized that making CyberChef a PWA would probably be a better/another option. For instance, https://excalidraw.com has the metadata necessary for the browser to allow you to simply click...
> What logging format should be used? Wouldn't logging output and formatting be handled by the application through something like `tracing_subscriber` or `log`? That would probably be preferred over having...
I opened an issue in Warp to ask about this: https://github.com/seanmonstar/warp/issues/601.