frederik-uni

Results 107 comments of frederik-uni

I can't test it right now, but it should work. the path would need to be changed to chromium-browser instead of google-chrome in the server.py file. ``` FROM ubuntu:latest RUN...

it seems like this is a problem with DrissionPage. My suggestion would be to create an issue there

I tried reproducing the issue on linux, which I couldn't. I do not know if this issue affects windows or not. My guess is that this is an issue with...

The click doesn't work when I use a vpn. My guess is that the connection is suspicious and therefore checked differently

[reenable v2](https://chromeenterprise.google/policies/#ExtensionManifestV2Availability) Mac: ``` defaults write com.google.Chrome ExtensionManifestV2Availability -int 2 ``` Windows: ``` regedit `Software\Policies\Google\Chrome\ExtensionManifestV2Availability` to 2 ```

@emilk so, I move the safe area insets function to eframe, but what about the safe area widget. I think it would be better to use something like this instead...

Im not quite sure when which events fires in winit. I guessed. theoretically WindowEvent::Resized(_) & ScaleFactorChanged should be enough, but im not sure if the events fire when the app...

@emilk the code was merged so once the version bump is in crates.io & this project is updated, this can be merged without change

eframe 0.28.2 is required or ([patch.crates-io] & remove `web-sys.version = ">= 0.3.4, < 0.3.70"`)

I don't want to change the project to run on a iOS target. cargo-mobile compiles it as a static lib and imports it into a swift app. My goal was...