Filip Šašala
Filip Šašala
The new 1.7.10 version works on server, but as soon as an item tries to despawn, it crashes the server and it cannot start again (it crashes as soon as...
In SwiftUI there is a property wrapper `@AppStorage` that gives developer the ability to store raw data (Strings, numbers, booleans, URLs) in cache. User interface then automatically updates itself when...
Add search to console logs view - Search by string - Regular expressions - Filters cc @bohuslavkvocka
Exclude `User defaults` and `Keychain settings` menus when `cacheManager:` parameter `== nil`
- [x] Finish Reactor documentation - [x] Finish documentations of related classes - [ ] Set up Github Actions to automatically generate using DoCC - [ ] Link to documentation...
Xcode suggests something may be leaking, but things seem to deallocate at first. Might just be a false alarm, or a well hidden memory leak.
I am missing broadcast and replay publisher tests. _Originally posted by @andrej-jasso in https://github.com/GoodRequest/GoodReactor/pull/6#pullrequestreview-2504238374_
### App Debug Mode crashes App Debug Mode crashes on launch, when apps are not started under debugger (from Xcode). Seems to be somehow related to log redirection. This has...
Type-erasure now erases `Mutation` type as well as original concrete `Reactor` class type.