realityfilter

Results 22 comments of realityfilter

The current builds available from actions menu are working on Monterey. But there are some issues: - resizing the window does not change the python window inside - closing the...

The current OSX build is fine and fixes all issues. And the graphics is crispy. Thanks for the effort! When to expect a brew updated version?

I wanted to do a merge request. When testing the new version I was hitting the same bug as @bjeanes was describing. `Permission denied: '/Applications/KaTrain.app/Contents/Resources/.kivy'` I will wait until this...

The kivy sdk has now a fix for the permission problem: https://github.com/kivy/kivy-sdk-packager/issues/74

This is still a problem with capacitor 3. Any workarounds, configuration possibilities?

@m8xp0w3r Thanks. As a workaround I set additional headers in WebViewAssetHandler.

We just modified WebViewAssetHandler.swift (under Development Pods/Cordova). ``` var headers = [ "Content-Type": mimeType, "Cache-Control": "no-cache", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Methods": "GET, OPTIONS" ] ``` I think the npm package `patch-package` could...

Is the babel support already implemented? Would be really nice to have this feature.

This is a much needed feature for us. Is there a workaround for the meantime?

Thank you very much for the effort. For me the naming is a bit misleading. Currently requests with 'capacitor://' protocol are leading to exceptions because of 'capacitor' is not in...