Jan Škrášek
Jan Škrášek
As specified [in doc, setMargins()](https://developer.android.com/reference/android/view/ViewGroup.MarginLayoutParams#setMargins(int,%20int,%20int,%20int)) requires to call `requestLayout` after that. Currently, it works "almost" [without it](https://github.com/chrisbanes/insetter/blob/c667e869d9229940ff8d1fadabfa6303acf54544/library/src/main/java/dev/chrisbanes/insetter/Insetter.java#L248), just on older LG devices (Android 5.1 and 6) views are not updated...
Currently, when using style image (a bitmap) with `icon-size` which contains `Expression.match` expression, it blurs the icon. Please note that using `Expression.literal(1f)` works ok, but when this literal is in...
We are observing weird behavior - probably some race condition - our tests randomly fail on `io.mockk.MockKException: can't find stub LocalDateTime(temporary mock)` exception. It does not happen with any other...
``` ``` escapes output almost correctly, but the escape of space is missing. ``` ``` nette https://github.com/nette/nette/commit/06c27bab8cd601ea3ef636abbe6e62c95b9bd954
In current implementation it's (almost) impossible to add validation, which would generate some validation name for client-side. Let's take a walk. 1. Only way to let Nette Forms generate some...
Would be nice to have confirugable normalization of database row result. Currently, it's impossible to add own new normalization (like pgarray?). On the other hand, it's impossible to disable some...
Current bridge layer & framework itself is not easily extensible via implementing interface. Nette Application itself defines few interfaces, but their design, naming and usage inside the framework is not...
**Describe the bug** Currently, we utilize loose comparison `==` in ArrayCollection. We should validate and sync this behavior with database. Is it correct? Is it expected?
- `{enum EnumClass}` is buggy (error too late during validation) - support enum classes `{enum}` with modifier (https://github.com/orisai/cmf/blob/v1.x/src/Core/ORM/Wrapper/BackedEnumWrapper.php should NOT be needed)