Moshe Dicker
Moshe Dicker
I had to install `pyexcel-pdfr` manually from pip on first run. Is something missing from requirements ? > Traceback (most recent call last): File "c:/Users/user/gha/gethomeasap/fill.py", line 3, in for filepath...
Why dont you just fork PyDrive and add this ?
The speed of this algorithm could use work. It seems the `component_detection` algorithm uses a pythonic for loop to iterate though every pixel. This is notoursoursly slow. Do any simpler...
**Which API doesn't behave as documented, and how does it misbehave?** The stream from `player.sequenceStateStream` sometimes returns incorrect information. Listening to a stream of `player.sequenceStateStream.currentSource.duration` will return null when using...
## Summary * OS: Windows 11 * Architecture: 64bit * Psutil version: 5.9.4 * Python version: 3.11.0 * Type: core, new-api ## Description Using `psutil` without admin rights will cause...
Added useDraggableScrollableController with tests Didn't edit readme or changelog Lmk if you want the tests changed
**Is your feature request related to a problem? Please describe.** There is no hook for the DraggableScrollableController **Describe the solution you'd like** a hook for the DraggableScrollableController **Describe alternatives you've...
Copied from https://codingislove.com/unable-to-find-git-path-flutter
Clarify that `CancelableOperation` doesn't actually cancel the operation https://github.com/dart-lang/sdk/issues/42855 https://pub.dev/documentation/async/latest/async/CancelableOperation-class.html
### Steps to Reproduce Add another field to a database that is not alphabetically last. The id gets shifted ### Code sample ```dart I can't share the entire app I'm...