mobile-bungalow

Results 26 comments of mobile-bungalow

I Implemented these tests over on my [branch](https://github.com/mobile-bungalow/bytemuck/tree/trybuild_tests) with one major hiccup. Trybuild checks the build output against the previous stderr to make sure everything failed for the same reasons....

for people coming across this issue with the same need with a `DragValue` , here is a hacky work around I came up with until this has library support. ```Rust...

If you are okay with adding a dependency [webbrowser](https://crates.io/crates/webbrowser) exposes a pretty clean cross platform API for opening the default browser.

managed to track it to a supposedly [closed issue](https://bugreports.qt.io/browse/QTBUG-55259) Many of the mobile targets compile in Qt creator by running some combination of compilers and a platform specific Qt deployment...

there is a [docker container](https://hub.docker.com/r/paulczar/omgwtfssl/) for generating self signed ssl certs. however we do have to include the openssl calls for generating APNS-certs once that functionality exists, so generating .pems...

the initial barebones docker file exists on its own branch, i'll push it to docker hub for simplicity once we ... - [X] Add flags to the server executable for...

I have done this on windows_notifications, the tray icon should be a dummy object on every platform except for windows.

the question is weather or not we should move the file dialog routing for IOS out into a platform dir. I think we should wait, it seems like we will...

This is a complex one, QML supports push notifications for MacOs, but uses a homespun-looking version for Linux desktop environments. Baeo mentioned wanting notificationd support. which means a long with...

- read_cbor - send_cbor - unsent message storage