Webber Takken
Webber Takken
### Environment Latest rust, latest bevy, sentry 0.27.0. ### Steps to Reproduce Use [this template](https://github.com/NiklasEi/bevy_game_template) and build for Wasm using `trunk serve` Add with default dependencies: sentry = { version...
**Context** Test runner currently saves logs to the artifacts folder. (since https://github.com/webbertakken/unity-test-runner/pull/37) That way we can use test results reporter (which generates a html report) **Solution** Either we have to...
Introduced in https://github.com/game-ci/unity-builder/pull/556, workflow https://github.com/game-ci/unity-builder/actions/runs/5876479880/job/15934710896?pr=556 I've disabled the rule entirely to not mix the fix with the content of that PR. We should re-enable the `i18n-text/no-en` eslint rule and fix...
Update yarn and install packages to help get people start up contributing faster. - Upgrade yarn - Support Volta - Fix deprecated `preventAssignment: false` option for `@rollup/plugin-replace` - Create DEVELOPMENT.md...
## Changes - Set all code blocks to `ts` for TypeScript syntax highlighting - Consistently format all example code blocks with 2-spaces
Hey @JoseRFelix I found your post at the Ant Design repository and to me this approach looks nice. Thank you for making this. Currently I'm trying to figure how to...
Hey Algolia peeps! 🙂 Thanks a lot for providing Algolia DocSearch, the Crawler and subsequently this action. It's becoming a rather great tool (especially) for us open source maintainers. 🚀...
## Expected Behavior I would expect choco installs to not force restart my machine. Therefor `/norestart` should be passed to `PowerToysSetup-0.61.1-x64.exe` of the [powertoys](https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/powertoys) package. ## Current Behavior When installing...
**Context** Runtime needs to be very scalable, so that many requests can be made. Potentially thousands of installations will apply to even more repositories. About half of them might have...
**Context** Depends on #18. **Suggested solution** Once we have a persistent runtime we can publish the App in the GitHub Marketplace. **Considered alternatives** - Wait until we're entirely scalable (probably...