0e4ef622
0e4ef622
I can browse files just fine, but I get an error when I try to open one. 
Attempting to convert a 4.5 TB ext4 partition resulted in the following: ``` $ sudo btrfs-convert -p /dev/sdb3 btrfs-convert from btrfs-progs v6.6.3 Source filesystem: Type: ext2 Label: Blocksize: 4096 UUID:...
**Describe the bug** ``` $ rtthost -c nRF52840_xxAA Attaching to RTT... Error: Error attaching to RTT: Multiple control blocks found in target memory. ``` **To Reproduce** Steps to reproduce the...
Currently, it does not seem possible to add custom `async fn` USB control request handlers. Is there any way to support this?
This is very evident when rendering a list in conrod without a canvas in the background. 
Is there any reason why it shouldn't be?
e.g. https://www.youtube.com/watch?v=Gd8TGpWIKlQ
OpenCV lets you pass `null` for the `blobDetector` parameter of [`findCirclesGrid`](https://docs.opencv.org/4.x/d9/d0c/group__calib3d.html#ga7f02cd21c8352142890190227628fa80) but this does not appear possible in rust, at least not without unsafe.
**Bug Report** Mypy complains when I try to call get on an empty dict. **To Reproduce** ```python x = {}.get("x") ``` **Expected Behavior** No error. **Actual Behavior** ``` a.py:1: error:...
Since the `Allocator` trait changed, I added a trait alias to mimic the old `Allocator` trait.