Michael Büsch
Michael Büsch
There are many different traits and structs that interoperate in very complex ways in this crate. That makes it very hard to understand the basic concept of the crate. It's...
Hi, I'm wondering what the reasons behind this TODO are: https://github.com/jamesmunns/cassette/blob/main/src/lib.rs#L341 I currently have a use case where I want to poll a future that becomes read every now and...
The `Peripherals::take()` function has two disadvantages: * It uses one byte of precious RAM for runtime memory safety checking. * It uses a couple of bytes of precious program memory...
The Spi traits have changed significantly in `embedded-hal` 1.0.0-alpha.8. `rppal` combines the bus and device (slave select) mechanism into one `Spi` object. That's not how the new traits in `embedded-hal`...
Hi, in my program I use a fast main loop without sleeps in it. I want it to be as fast as possible. The problem looks like this (unrelated parts...
... similar to the current without_interrupts() helper. What do you think about this? I renamed the existing disable/enable API to with_irqs_disabled(). The new API for suspend/restore is with_irqs_suspended(). The old...
Is Bluetooth supposed to work, if the main loop of the program uses ``machine.lightsleep(milliseconds)``? My test program runs a simple gatt peripheral and the main loop is empty (for testing)...
Cargo.toml defaults to limit_128
Current git master fails to download zlib: ``` [INFO ] Retrieving needed toolchain components' tarballs [EXTRA] Retrieving 'zlib-1.2.12' [ERROR] zlib: download failed ``` If (and only if) I use a...
### Bug Description ``` Null check operator used on a null value #0 RenderSliverMultiBoxAdaptor.childMainAxisPosition (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:568) #1 RenderSliverHelpers.applyPaintTransformForBoxChild (package:flutter/src/rendering/sliver.dart:1803) #2 RenderSliverMultiBoxAdaptor.applyPaintTransform (package:flutter/src/rendering/sliver_multi_box_adaptor.dart:597) #3 RenderObject.getTransformTo (package:flutter/src/rendering/object.dart:3352) #4 RenderBox.localToGlobal (package:flutter/src/rendering/box.dart:2619) #5 TooltipState._buildTooltipOverlay (package:flutter/src/material/tooltip.dart:772)...