Josh Marinacci
Josh Marinacci
advanced components like the empty scene, 360 tour, model viewer, and others should be in a separate repo
We should have a component that takes an existing 2D canvas game and projects it into 3d space. At first it should look just like the 2d canvas on the...
There should be a component which creates a new scene for you, possibly with default lighting, but contains nothing. You can then hook into it using threejs. The advantage of...
GitHub doesn't let you programmatically download individual files but it does let you create Releases which can be downloaded. Could you tag your latest version as a 'release' so I...
Circup is broken today because there is a bad release, and circup both **requires a download first**, and only downloads the **latest release** from GitHub. There are good reasons to...
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change...
**Description**: Adds a check to make sure that CryptoTransferHandler. calculateFees actually handles exceptions thrown by the CustomFeeAssessor **Related issue(s)**: Fixes partially fixes #12987 **Notes for reviewer**: **Checklist** - [ ]...