Dániel Buga

Results 141 issues of Dániel Buga

Automatically importing a bunch of stuff may have adverse effects like method name collisions.

enhancement

Custom view has an example, but view groups and layouts only have a basic api documentation. Should explain stuff bettern in module-level docs.

documentation
enhancement

Automatically use the cache wrapper in LinearLayout, since it measures views multiple times during arrange.

Measuring text is slow. Cache bounding rectangle somehow.

`ResourceDef` leaks strings [on purpose](https://github.com/actix/actix-net/blob/router-v0.2.7/actix-router/src/resource.rs#L63), which makes LeakSanitizer output rather messy, since the strings aren't explicitly free'd. I understand why this is (and why it's not a problem for execution),...

A-router

Quoting the docs: ``` [...] binary semaphores created using xSemaphoreCreateBinary() are created in a state such that the the semaphore must first be 'given' before it can be 'taken' ```...

In embedded-gui, I am trying to create a somewhat generic editable TextBox widget, where the cursor color is either specified, or falls back to the text color. Reading colors back...

enhancement

I've ran into a footgun with `Transform::translate[_mut]` where I managed to call `translate` instead of `translate_mut`. `translate` has no side effects and returns a new object, so it's a good...

Title says all. It would be nice to remove the sh requirement in some way.

My use case involves a binary display ( an ssd1306-based 128x64 display) and requires a sort-of "inverting" binary color. For example, drawing a line using this "color" would invert every...

enhancement