Matous Hybl

Results 41 issues of Matous Hybl

For example `UIImageView.animationImages`

enhancement

`OpenSans.font.xml` ```xml ``` output: ```swift extension UIFont { enum OpenSans { case light case regular case semibold case bold case extrabold private var identifier: String { switch self { case...

enhancement

Add `` and `` virtual layouts, which create no container by default. `` has similar attributes as StackView, but no extra View is created `` allows subviews to use attributes...

enhancement

Add XML processing instructions with possibility to target: * platforms * device types - iPad, iPhone * devices * screen orientations * screen sizes

enhancement

We should test performance difference between registering entity classes using these possibilities: - `TorchService.with(this).register(Model.class);` - `TorchService.with(this).register(Model$.create());` This should show which method is the best for registering and update wiki with...

enhancement

This PR adds DMA interface created using embedded-dma traits, that was copied from the stm32f1xx-hal crate and adapted for the needs of STM32F0 controller line. DMA2 for STM32F091 was not...