mityax

Results 33 comments of mityax

As far as I can see, #107 should fix this @davigmacode. It would be great to have a new release with `TextButton` instead of `FlatButton`, so this nice package is...

I found the problem. It's caused by flutter's html renderer which is [used by default](https://docs.flutter.dev/development/tools/web-renderers#command-line-options) on mobile browsers. Building with `flutter build web --web-renderer canvaskit` fixes the issue by instructing...

I think the benefit of this feature on the UX is quite big, and though I can't really estimate what impact it'd have on your code, I'm pretty sure it's...

That's a cool idea. However, it might be confusing if a user (maybe in separate files) imports both, the normal import hook and the release mode import hook. This could...

The way it works at the moment is this: ```python3 import rustimport.settings, rustimport.import_hook import some_rust_extension # compiled in debug mode rustimport.settings.compile_release_binaries = True import some_rust_extension # not recompiled, as this...

I get the same error when trying to use my banking app on a Pixel 5. ``` 02-25 17:48:15.151 1861 2589 W ActivityManager: Unable to start service Intent { act=com.google.android.play.core.integrityservice.BIND_INTEGRITY_SERVICE...

The "force light text" option is problematic if one has gnome shell's light theme enabled and has enabled "Override Background → Disable when window is near" in Blur My Shell's...

Hi, I think generating .pyi files is a relatively complex task, which is kind of out of scope for `rustimport` – this would probably rather be part of pyo3 or...

That's a neat idea, thank you! > It's unclear whether this should be on by default. Certainly you want it off anytime you are building on one machine and running...