Ivgeni "Iv" Segal
Ivgeni "Iv" Segal
This is a fix candidate for https://bugs.launchpad.net/percona-server/+bug/1682306 In 5.7 The behavior of MbrContains() was changed and a new function MbrCovers() was implemented to allow the old behavior of MbrContains() that...
We were troubleshooting a crash with transaction handling and stumbled upon this line (although might be unrelated). https://github.com/firebase/flutterfire/blob/49921a4362c5965d2efeed17eb73775302007ea8/packages/cloud_firestore/cloud_firestore/ios/Classes/FLTFirebaseFirestorePlugin.m#L348 See inserted `//` comments for details: ``` FIRTransaction *transaction = self->_transactions[transactionId]; NSError...
Adds the ability to download multiple files based on a specified prefix. Creates identical directory tree at the destination. Example: s3-mp-download.py -v s3://bucket-name/path-to-bucket/prefix /tmp/path-to-local-dir Will download all objects contained in...
### Description We have been observing this issue in production and it appears similar issues have been reported by others and I have a theory of how to try to...
The command `tb tasks create` was failing to run and outputting the error below. This was being caused by one a yaml file being invalid in one of the tasks....