Alex Grebenyuk
Alex Grebenyuk
- Increase minimum supported platforms to iOS 13.0, watchOS 7.0, tvOS 13.0, macOS 11.0 ## PulseCore - Disable debug logs that would show up when compiled in the debug mode...
### Improvements - Add message metadata view to address [#23](https://github.com/kean/PulsePro/issues/23) - Remember network inspector tab when switching between tabs - [#18](https://github.com/kean/PulsePro/issues/18) Add "Redirect", "Response Size", "Task Type", and "Response Source"...
I suggest adding an option to extend the framework to add other image decoders, e.g. WebP, APNG. Most of the display logic can be presumably reused across the formats. There...
Hi, It would be fantastic to add a section in the documentation regarding memory management. For example, it is not entirely clear whether `FlowCoordinator` retains its contributors or parts of...
We've found an issue in one of the project that is using EasyPeasy. When you create a constraint using `*` operator (e.g. `Width(*1.5)`), it would set not just the `multiplier`...
As an author of the frameworks which work on multiple platforms and have slightly different APIs for each one, I would like to be able to generate different sets of...
Hi, I've encountered an issue because of the sexagesimal support in Yams. When you work with scalars, you can expect the `Int` initializer to return `nil` in the following scenarios:...
Hey, are there any plans to remove YAML 1.1 support? YAML 1.2 fixes a lot of common issues with the spec, including removal of [sexagesimal](https://github.com/jpsim/Yams/issues/337), constraining booleans to [only two...
With Pulse 2.0, the storage is now fully SQL-compatible, and it's no longer feasible to surface all the possible filters in the UI. While, as a user, you could open...
`LazyImage` currently uses `FetchImage`, which was not originally designed for it. Some performance improvements can be gained by switching to an ad-hoc ViewModel designed specifically for `LazyImage`. One of these...