Vladimir Vlach
Vladimir Vlach
Regardless of the connection options the task creates more then 1 connection. ``` var conn = ftp.create( { parallel: 1, maxConnections: 1, secure: true, reload: true, secureOptions: { rejectUnauthorized: false...
I am unable to install the package. steps: 1. git clone 2. pip3 install tensorflow 3. pip3 install -r requirements.txt Enviroment: * Python 3.8.5 * pip 20.0.2 error: ``` collecting...
Is there any way to integrate swagger-core with our AWS Lambda code? We expose methods via AWS API Gateway proxy+ style integration since we don't want to build separate docs...
Is there any plan to support PHP 8 or this project on PHP is dead and we should look for some other PHP solution?
I tried to load tensorflow model and the program crashed. I used Yolov5 and then converted model into pb format ``` Checking config file Checking config file Added detection class:...
Deeplabel reports errors when exporting files on ubuntu 20.04 My source folder with images: `/home/vlad/Pictures/Cleaned/zluty/` DB file at: `/home/vlad/Pictures/Cleaned/zluty/deeplabel-db.lbldb` ``` Failed top open image "/home/vlad/Pictures/Cleaned/zluty/deeplabel-db.lbldb/../IMG_20220223_114543.jpg" Failed top open image "/home/vlad/Pictures/Cleaned/zluty/deeplabel-db.lbldb/../IMG_20220223_114949.jpg"...
Provides option to specify custom table schema when building queries.
We have a collection, let's say "Users" and we'd like any user to be able to query list of all user names but not other fields. In firestore we can...
Every time we save model it also updates createdAt and updatedAt field. We'd expect the createdAt field would not be updated for future object updates. Code sample: ```dart final batch...
Even if we have following in pubspec.yaml ``` flamingo_generator|field_value_generator: generate_for: include: - lib/models/*.dart ``` the generator reports warnings about other files such as: ``` [WARNING] flamingo_generator:field_value_generator on lib/screens/project_editor_screen.dart: project_editor_screen.flamingo.dart must...