Jake
Jake
Fixes at least one bug causing https://github.com/abalabahaha/eris/issues/213
Tested this with abal the other day without finding a decent solution. Every now and then a webm result from youtube-dl / ytdl pops up that eris refuses to play...
## 🐛 Bug report (A clear and concise description of what the bug is.) ### Steps to Reproduce Render into a 0 tall div ### Expected behavior an SVG added...
If a coloured bulb is present within a group instead of cycling through colour temperatures of white the plugin only allows cycling through RGB colours. I'd like to be able...
Documentation for what beta_app_review_info is and for example which properties are optional or needed would be nice. A could be missing something but all I could find is one example...
At the moment maker-dmg will simultaneously try to write to `out/make/AppName.dmg`. This commit changes that to `out/make-darwin-arm64/AppName.dmg` preventing any conflicts - [x] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
This is a feature request It would be nice to see a simple api to dump game state to json and restore it. Something like ``` let json = game.dump()...
Not sure if this is something we should do, right now we're defaulting to the object prototype which isn't great.