Marinko
Marinko
Any plans to fork dokan_net as well?
Your own sample https://github.com/cuba-platform/yarg/blob/master/core/modules/core/test/sample/invoice/InvoiceTest.java#L57 is failing ``` An error occurred while loading data for band [Main] and query [Main]. Report name [report] com.haulmont.yarg.exception.DataLoadingException: An error occurred while loading data for...
Is there a way to use this library with flutter Navigator 2.0? My expectation would be to get the ability to you are providing a page which has a Widget...
https://github.com/flyerhq/flutter_chat_ui/issues/334
Server returns the MillisecondsSinceEpoch but it uses UTC on the server. So we need a new option to enable utc on the client to display the proper time. Please see...
Please can you expose CurrencyListView so that it can be used also independent of the BottomSheet
When specifying the following ` pipeline { agent { kubernetes { label 'parent-pod' ` Or ` pipeline { agent { mycloud { label 'parent-pod' ` I can run agents on...
Usually there is a VerificationMode which can be set https://www.elastic.co/guide/en/elasticsearch/reference/current/security-settings.html . In this library I haven't be able to find this feature.
Support BIOMETRIC_WEAK during the authentication process as on some devices BIOMETRIC_STRONG is not working. TouchId will work even if we setAllowedAuthenticators(BIOMETRIC_STRONG) as here BIOMETRIC_WEAK is not supported