Julan Zander (ZanderCodes)

Results 20 comments of Julan Zander (ZanderCodes)

That would be optimal for Windows. But I don't know how it is on macOS or Linux. I think it might be a possibility to offer this as a separate...

@leaanthony I thought again and looked at Electron to understand how they map this case. Electron itself also uses the native window state functions. In the javascript, the resize event...

Small status update. Merge conflicts are complicated to resolve. I will delete a the merge commits and edit my last commit so that the conflicts can be fixed. Sorry, since...

I will implement pdf417 so this can be used with go. Since I need pdf417 for my own project I will add it soon.

The isInternetReachable state is currently not working on iOS. Android works fine.

Hey @ImVexed, I am in the process of rewriting muon for the current version 1.2.1 or writing my own wrapper for the API. The Ultralight API for Go will be...

This is not working so with fetch. You must be add [`addEventListener()`](https://github.com/react-native-community/react-native-netinfo#addeventlistener) to check is state change

> yes, same behaviour. > > when i put my test-html snippet from above in a HTML-file and open it with chrome or firefox i see a scrollbar (with both...

> I can test on Linux 👍 Yes, you can try, but i don´t know if it will work.

> Tested on Linux. Worked fine apart from when the window is fullscreen, `IsFullscreen()` and `IsMaximised()` are true. Pushed a quick fix for that. > > I used this for...