Matías Olivera
Matías Olivera
The proposal is to be able to sync your code with the online version of WarriorJS (https://warriorjs.com) so that you can play from the terminal with your own IDE, but...
A negative effect could potentially kill a unit. We need to check if the unit is still alive after [executing the effects](https://github.com/olistic/warriorjs/blob/6b90d0629e563ea664e822acf3914353c99c5a7c/packages/warriorjs-core/src/Unit.js#L98) and return early if the unit died. Example:...
Level READMEs in markdown format could be great if you're using some kind of markdown processor to read them. If you're not planning on doing so, having the markdown syntax...
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last...
New UI
The proposal is to use [blessed](http://blessedjs.org) for a revamped UI. This will probably allow lots of improvements, but the main motivation for the change would be a better play log:...
# ↪️ Pull Request This PR fixes the packaging of Service Workers using ES Modules in the `webextension` config. The JS transform does not support ES Modules for service workers:...
## Description This is an alternative to #86, which fixes the index signatures not supporting optional (`undefined`) values. #86 modifies the `Json` type adding `undefined` to it, which may be...
This PR is a work in progress to fix the `dapp` and `extension` examples building. Right now, building works when using `parcel serve` (`pnpm start`) but not `parcel build` (`pnpm...
This PR adds a handful of errors to be used by wallets and dApps. This would allow dApps to do better error-handling.
This PR uses the new [standard errors](https://github.com/wallet-standard/wallet-standard/tree/6d2f68198284bd68470c1a88088f54707abf46dc/packages/core/errors) in the examples.