Rubin Raithel

Results 44 comments of Rubin Raithel

Some additional ressources on the issue: [PEP 3131 -- Supporting Non-ASCII Identifiers](https://www.python.org/dev/peps/pep-3131/) [Lexical analysis of Python 3 from the official docs](https://docs.python.org/3/reference/lexical_analysis.html#identifiers)

I can reproduce this issue with my iPhone 12 Pro Max (iOS 14.6). I first noticed this when using `just_audio_background` where everything worked perfectly, only when seeking foreward the song...

I think I found the solution! Its really the audio format! After converting your `new_york.mp3` _DASH_ `mp3` into a conventional `m4a` using `ffmpeg`: `ffmpeg -i new_york.mp3 -c:a copy out.mp4` it...

I really don't mean to spam but this may help others as well: I found a simple solution to convert the _DASH_ format to a 'usable' container format in flutter:...

Has this been resolved with the recent addition of `webm` to safari in iOS 15?

I think you guys misunderstood the intent of this library. It is supposed to detect QRCode scanners that act as a keyboard, not open a camera feed and scan the...

When I try [my example app](https://github.com/Coronon/share_plus_example), this is what I get (Pixel 4 API 33), would you expect something else? I don't personally own an android, so I can not...

Thanks for narrowing this down, sadly I can not reproduce your issues: ![Capture1](https://user-images.githubusercontent.com/33808743/173245573-7fb01f4a-dde9-48c2-be96-607289a6e318.PNG) ![Capture2](https://user-images.githubusercontent.com/33808743/173245578-7fc3ef9c-5c16-4f8a-9942-91c204f11d9d.PNG) I tested this with telegram (like you recommended) and everything works like a charm (with and...

Hi there, has your issue been resolved? If yes please close this thread :)

Hi there, if I understand you correctly you want to restrict the apps that the user can select to share your content with. For iOS `_shouldExcludeActivityType` (private not guaranteed API)...