Jan Škrášek

Results 81 issues of 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...

Android
Core
archived

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...

important

``` ``` escapes output almost correctly, but the escape of space is missing. ``` ``` nette https://github.com/nette/nette/commit/06c27bab8cd601ea3ef636abbe6e62c95b9bd954

1-bug
2-latte

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...

1-bug
2-forms

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...

1-feature
1-discussion

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?

question
discussion
failing-testcase-needed

- `{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)

feature