Matous Hybl
Matous Hybl
Whenever I click on one of these buttons an error page appears, tested in Chrome and Firefox.
This should be fully customizable with Configuration.
The implementation could be like this: ``` public final class TypedControllerRootViewContainer: ControllerRootViewContainer public class ControllerRootViewContainer: UIView, Configurable ``` It would allow switching in styles in Configuration like this: ``` controllerRoot...
This is quite useful when working with our `stack` and `UIStackView`. ``` extension UIView { @discardableResult public func removeSubviews() -> [UIView] { let subviews = self.subviews for subview in subviews...
This a subject to further discussion.
There are two different frequencies mentioned in the comments and in the code. https://github.com/stm32-rs/stm32f7xx-hal/blob/0a0d06d5f63c3a1471362370fdfb8c367207d308/src/rcc.rs#L468-L476
**Describe the bug** When I connect the probe (RP debug probe) and power up the device (RP Pico), I wanted to try if everything is working by running `probe-rs info`....