Jan Škrášek
Jan Škrášek
https://android-review.googlesource.com/c/platform/frameworks/support/+/2916066
Hi, I am/was quite struggling how is propagated cancelling to children/parent scopes. Commenting on [Cancellation and timeouts](https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/cancellation-and-timeouts.md). 1) if the "execution" is paused on the `await` call, I was not...
- https://www.php.net/manual/en/class.weakreference.php - Optionally for IdentityMap (Orm 5.1) - Tracking in relationships? (Orm 6?)
As PHP 8.4 comes with property hooks we could remove virtual properties, as they would be completely modelled by a custom property with getter hook. This: ```php /** ... *...
With the newly added feature, maybe, there is a new way how to write entities. Consequently, this would utilize property types, annotations & property hooks as well. So the original...
**Describe the bug** It seems, that the automation creating PRs for the new release malforms output when moving content from the unreleased section to the released section. It happened to...
### Bug report Hi folks. I have a function that takes an array or an array object (Nette's ArrayHash) and "modifies" it. The passed type is "kept". I understand why...
I have a library that exposes the interface `Destination` and an API accepting this `Destination` - I need the library to be able to process all destinations with KotlinX.Serialization. I...
closes #346 In the end, this could also be a viable option without BC break :)
I have a custom form control implementing `Nette\Forms\Control` interface. I want to add a common rule to check if that control is filled. Sadly, the default implementation delegates to the...