Dan Rose
Dan Rose
This is inspired by https://github.com/donmccurdy/glTF-Transform/issues/1530#issuecomment-2414064338. In particular, instead of a `transformScene` function, this creates a new `Node` to which you can apply transforms.
**Is your feature request related to a problem? Please describe.** I have a bunch of models which may be rotated and scaled incorrectly, and gltf-transform does not provide an easy...
1. Previously, `console.log(URLPattern)` would show `[class me]` because of the minification process. Adding `--keep-names` means this will now show as `[class URLPattern]`. 2. Previously, `String(new URLPattern)` would show `[object Object]`....
URL parsing relies on the native `URL` implementation, which is buggy. So `new URLPattern({hostname:'example.com'}).test("foo://example.com")` returns false in Chrome when using this polyfill. The root cause seems to be a noncompliant...
**Describe the bug** Installing globally from the github repo fails. **Reproducing** ``` $ docker run -t --rm alpine ash -c "cd ~ && apk add npm git && npm install...
Previously, `npm install` would fail with an issue like below, due to us using a version of typescript which the dependency `typedoc` did not accept as a valid peer dependency....
Confusingly, `npm install yarn@latest` installs a very old version 1.22.22. The latest version of yarn is 4.6.0, published as `@yarnpkg/cli` and `@yarnpkg/cli-dist`. https://github.com/zeromq/zeromq.js/actions/runs/12553326958/job/35000759612#step:9:168
### Bug description When starting blueos-core container, it makes a bunch of destructive changes to the host network settings. ### Steps to reproduce 1. Start with a debian system that...
Revert commits: - 62fbcb4279cd32e3c4bad3e25d5596986ab37aa8 wifi: networkmanager: disable ipv6 - 715af4e8b0d3805a9b4b685417641410f0587a6a core:tools:blueos_startup_update: No IPV6 It is incorrect to disable IPv6 and unclear why this was done in the first place. I...