Sergey Yamshchikov

Results 9 comments of Sergey Yamshchikov

I've faced it the first time with Italian `Il mattino ha l' oro in bocca`. The code snippet is quite simple: ``` class TtsService { var tts = FlutterTts(); Future...

The problem is in `FlutterDownloaderPlugin.java` at line 119: ``` .setBackoffCriteria(BackoffPolicy.EXPONENTIAL, 5, TimeUnit.SECONDS) ``` Meanwhile, the minimum value is 10 seconds, as stated by @Gaket

Ah, I see. Should I create a feature request somewhere? 😄

I did some investigation in an attempt to fix it 😇 Just want to share here in case you are interested. The fun part, `TextSelectionControll` handles not only text selections...

@jamilsaadeh97 I also have similar situation, but I've been able to work around it by checking current location of the router and requested location: ```dart GoRoute( path: '/some/path', pageBuilder: (context,...

I have the same issue, so far handled it by creating a small script to prevent the menu to popup by simply enabling and disabling visibility for the component. @alkuzman...

Hey @zsviczian. I did small research. Looks like there is a problem with this code: https://github.com/zsviczian/obsidian-excalidraw-plugin/blob/9c5b48c037673d46abeb57f413c371511d449b08/src/ExcalidrawView.ts#L5262-L5271 and probably others `r.push([renderContextMenu(...` because it will actually call the function each time (yes...

> Unfortunately, until you can provide exact steps to reproduce the issue I can't really investigate. Often (so far in pretty much every single case) things getting corrupted during saving...