Youssef Shoaib
Youssef Shoaib
The project has been stuck on 1.4 for a bit, updating is probably helpful and it only uses 5 KB extra. Also because of the higher Kotlin version the new...
Android studio 3.1 gets stuck on the preparing android drawable import plugin forever, and the only way to solve it is to remove the plugin, but I wanna use the...
This PR adds a boxing-free version of the Option data type that works performantly for nested Options (technically up to UInt.MAX_VALUE nestings :grin:) Maybe sadly still boxes if used inside...
This is achieved by sealing Raise to check DefaultRaise.isTraced.
This is done by wrapping raised values in a `FailureValue`, and values of that class are never leaked outside, hence it always denotes that a value was raised.
The goal of this builder is to allow early-returning the "happy path" and thus handling the "error path" in the code that follows. I couldn't add this in `main` because...
When using `traced` with `withError` inside, the stacktrace will always point at the `withError` lambda, and won't include any information about where the error occurred originally. Adding some way to...
Hello, There's some experimentation happening with adding interfaces into the `VecX` hierarchy to allow distinguishing between mutable and read-only vectors. While working on this, I encountered issues with glm's usage...