Vladimir Vlach

Results 39 comments of Vladimir Vlach

Is there any fix for this? I am still experiencing same issue. ``` gulp-sftp version: 0.1.5 gulp --version CLI version: 2.2.0 Local version: 4.0.0 ```

> @dmba I'm consider new solution. Tentatively, please set nullable type like this. > > ``` > @Field() > bool? onBoardingCompleted = false; > ``` > > I'll suggest new...

@ldrolez we moved it to a different VPS instance. The VPS provider we were using was running distro / kernel / virtualization which did not provide information about maximum available...

Like @tang30000 I am trying to use an example. He is referring to method `espNowFloodingMesh_requestInstantTimeSyncFromMaster()` which is not declared in header file. IDE will snow an error and compile will...

@hpoul What if there would be some network consensus ? I would love to see team support feature somehow. Whoever cracks this problem can get big chunk of business users....

Also after migrating to separate external dependencies I get different error: ```yaml # pubspec.yaml google_mlkit_object_detection: ^0.3.0 google_mlkit_text_recognition: ^0.3.0 google_mlkit_image_labeling: ^0.3.0 ``` ``` E/AndroidRuntime(19183): java.lang.VerifyError: Verifier rejected class com.google.mlkit.vision.barcode.BarcodeScanning: com.google.mlkit.vision.barcode.BarcodeScanner com.google.mlkit.vision.barcode.BarcodeScanning.getClient()...

For Google, set **useOidcMode** in config variable to true. It uses deprecated API so it's better to use use OpenID scope: ```php 'google' => [ 'clientId'=>'some-random-jumk.apps.googleusercontent.com', 'clientSecret'=>'your-secret', 'useOidcMode' => true...

I was trying COCO (JSON) however: - Exporting Deepnet I am missing names file - where to get it? - Exporting Pascal VOC it creates output folders but no file...

I tried to create names file corresponding with my 2 class names. Then I tried to export using Darknet format and I get following errors: ``` 15 images selected for...

OK, what I found it's very likely related to QDir() [ return QDir(db.databaseName());](https://github.com/jveitchmichaelis/deeplabel/blob/f5978a1349cf380c44bafa756202c6810ee22690/src/labelproject.h#L61) It returns full path which includes also the database file. I tried following: 1. updated DB with...