Adam Arold
Adam Arold
## 📖 Documentation I'm trying to understand how some of the constructs in `fp-ts` work but there are no good tutorials on the site and the module documentation is either...
I set this bot to post only releases but it does not copy the message of the tag. Can I configure it to send the messages over to Discord?
The code is not commented and for someone not versed in React or node this seems puzzling. I think that some explanation in the code would help a lot.
When I try to run the example using typescript: ```ts (async () => { try { // start worker pool await start(); // this function will be executed in another...
All the code examples use Groovy, but Gradle also supports (officially) `.kts` (Kotlin Script). The lack of `.kts` examples makes the usage of this plugin cumbersome. They should be added...
This is a prerequisite for making Zircon truly multi-platform. All code in the `jvmMain` module needs to be reviewed and either needs to go to `commonMain` to the platform package...
Right now no complex modifications can be made to the `GameArea` without risking inconsistent state. This can be fixed by having a `transform` function that ensures consistent transformation of the...
The projection logic for the `TOP_DOWN_OBLIQUE` projection strategy can be easily augmented to include rotation (left, right, front, back).