16-bit cat
16-bit cat
Table have a unique constrain on 2 fields. When i try to `await MyModel.create(**dict_of_data)` with exist entry in unique fields, i got error: `tortoise.exceptions.IntegrityError: (1062, "Duplicate entry...` Try `await MyModel(**dict_of_data).save(force_update=True)`...
I try to upload files and generate link: `fold = m.find(foldpath)` `m.upload(local_filepath, fold[0])` `megalink = m.export(foldpath)` Have working link, but files in folder turn out not decrypted. Link, created manually...
If group is not null, sometimes draggable item are disappear if they dropped between rows. What should I put in the 'group' prop?
Not issue. Just share my results, to save your time. This lib does not suit for stock forecasting or something like that, but I tried 2fun :smiling_imp: I found out...
I created a certificate for the server domain with 3 pem-files using sertbot -sertonly. If i pass it as `gost -L "tls+mwss://:443?certFile=cert.pem&keyFile=key.pem&caFile=ca.pem` i have error: `http: TLS handshake error from...