oleksii borodai
oleksii borodai
I'm creating `FluentFtp` client to get files from `FileZilla` FTPS server and never seen that second instance fails to connect. Actually I create a lot of `FluentFtp` clients that causes...
I did a test (like stress test) that connects to the FTPs server and download files. [Here is the source code](https://github.com/oleksabor/automatic-garbanzo) of the test project The test is executed in...
It is not so easy, since Google Protobuf requires objects to be generated from the pseudo code (for example) so `IpcRequest` and `IpcResponse` can't be used with Protobuf deserialization I...
I've got the same problem - no alarms are fired with Flutter 3.3.2 and android_alarm_manager_plus: 2.0.7 Debug builds are working on emulator (API level 30 and 33) and on Pixel...
I've thought that the solution would be to edit `mustache` template file to change `BaseValidate` to `base.Validate` However the problem is that `Validate` method is not virtual and is not...
Also unsupported tag causes NuGet package to crash with Unhandled exception error ``` transfer document interface ``` Human readable error is shown in the test output window only, like below:...
@jmcollis thanks a lot for your hint. I've used free version on Android 7 (non rooted) without any problem, writing books to the sdcard/books folder. However after upgrade to Android...
@unpack5 There is app permissions in the Android 8 it can be found at Settings - Apps & notifications - FBReader - Permissions It looks like `App info` page from...
Thank you for your comment. I'm out of work now so can't post source code unfortunately. However I've made exactly as you said - processing all `a` links with `href`...
Sorry I enlisted to the army and can't assist you or test any fix if available.