0e4ef622

Results 15 issues of 0e4ef622

I can browse files just fine, but I get an error when I try to open one. ![material_files_ipv6_bug_small](https://user-images.githubusercontent.com/8326135/172085425-eafe6d4d-680c-4256-bfc7-45f68a772ef0.jpg)

bug

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:...

bug
kernel
convert

**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...

bug

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. ![Reminds me of Windows](http://i.imgur.com/yhr4rKj.png)

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:...

bug

Since the `Allocator` trait changed, I added a trait alias to mimic the old `Allocator` trait.