Dmitry Kosenkov

Results 13 comments of Dmitry Kosenkov

> We may need to add the same in ResolvedNode too. Then we also need to add permissions to ResolvedNode too. I think this should be in another PR.

'users' crate has caching option: https://crates.io/crates/users can try to enable it

Confirm. If preference "AndroidLaunchMode" set to "singleInstance" in config.xml, and phone has several camera apps with no default one, then plugin will return "No Image Selected" error. But if set...

Same here. OS: ArchLinux ``` $> pacman -Qi ytui-music Name : ytui-music Version : 2.0.0rc1-1 $> pacman -Qi mpv Name : mpv Version : 1:0.35.1-6 ```

Hi. I didn't find anything wrong with old behavior, as you see this is not my commits about $ionicFilterBar, i forked from his fork because some fixes, maybe should bring...

actually i receive the same error on large GET requests too, test case: ```common-lisp (let ((query-data (uiop:reduce/strcat (loop repeat 400000 collect "AAAA")))) (dex:get (format nil "https://example.org?q=~A" query-data) :keep-alive nil)) ```

probably same problem: https://github.com/mrusme/caldr/issues/1

IMHO it seems that asynchrony may not be necessary here. Could you please clarify the purpose of using asynchrony in this case?