pymq
pymq
If someone stumbles on this issue, here is workaround I found: https://github.com/godbus/dbus/issues/246 You can rename `main` function to `init` in reproducer code from the issue above and in new main...
Hey @kabaluyot We had the same problem, so we ended up with writing simple socket.io alternative [isp-etp-go](https://github.com/integration-system/isp-etp-go) on top of nhooyr/websocket, maybe you'd be interested.
oh, thanks, you are right! fixed that
I found this [example](https://stackoverflow.com/q/59635971) of similar feature, maybe it will help somebody. Without ways to test it I can't implement this, unfortunately
Hi! GUI part is written in flutter and located here: https://github.com/anywherelan/awl-flutter It is built for android and web from the same source code.
This "domain" address is available only locally, on device. It's an alias to `localhost`. This way it's secure to use because no one else can access it
Hi @ksrvpvl! thanks for the suggestion. What kind of password protection do you want? Is HTTP basic auth enough?
@srikary12 sure! If you have any questions about implementation or internal project details, feel free to ask here
@faddat hey! any progress on this PR?
Hi @KemalErtas That's strange, I tested in Windows 11 VM in Edge and Chrome and it's working as expected. Could you please send a screenshot? Is there any way to...