Joe Pea
Joe Pea
I gather from this, https://github.com/folke/ultra-runner/blob/f8fcd3dc6ecbabd6c9629dba53fc3fcbe828133a/src/workspace.providers.ts#L26 that ultra-runner supports npm workspaces.
And it also does not appear to stash things before doing anything. ### Description I have this in `husky` `pre-commit`: ```sh #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" npx lint-staged ```...
### Description ### Steps to reproduce I have this state, where both `packages/cli` and `apps/docs` are git submodules: ``` ❯ git status ✹ ✚ On branch develop Your branch is...
- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/lerna/lerna/blob/main/CONTRIBUTING.md)) ## Description Some users may not have "installed" yarn or pnpm by running `corepack enable`, so when Lerna...
## Current Behavior On Windows (in GitHub Actions) it fails with this: ``` lerna ERR! Error: GenericFailure, Generic, error parsing glob '{package.json,apps/*/package.json,packages/{glas,docsifyjs+docsify}/package.json,package.json,apps/*/package.json,packages/*/package.json}': nested alternate groups are not allowed lerna ERR!...
## Description Looks like the `lerna version` command does not have a way to skip certain packages. ## Motivation For more flexibility. When I run `lerna version` I don't want...
Closes #177 Currently only CSS-rendered elements emit events, based on their rectangle shapes. Now we add `click`, `pointermove`, etc, for mesh elements that aren't rectangles (using raycaster and manually emitting...
Currently all resources are on a per-element basis. We should be smarter, and cache resources from the same URL when we can. For example, - for any textures, we only...
Make an element for particle-based clouds. F.e. `` or similar. Prior art: https://discourse.threejs.org/t/please-do-me-a-favor-without-compensation-and-make-a-volumetric-cloud/57668
https://github.com/trusktr/yet-to-be-named-game-engine