Kieran Mann
Kieran Mann
**Bug** - `babel-plugin-console` version: `v0.2.0` - `node` version: tried `v6.11.4` and `v8.4.0` - `npm` (or `yarn`) version: `v1.1.0` and `v1.3.2`, respectively What you did: Added a `console.scope` to a class...
Improve typing on createRoot by declaring that it handles HTMLCanvasElement | OffscreenCanvas. This is more expressive than accepting any subclass of Element and allows some generic type params to be...
### Why Resolves #944 ### What Since the [upstream fix to @react-three/fiber](https://github.com/pmndrs/react-three-fiber/pull/2339) has been released in v8.1.0, this takes advantage of the position information to get `View` working as expected...
- `three` version: r139 - `@react-three/fiber` version: 8.x (any compatible with createPortal state "enclave") - `@react-three/drei` version: 9.1.3 (any including View component) - `node` version: 16 - `npm` (or `yarn`)...
Started with a failing test per @yss14's example in the ticket Tried implementing an entries generator per @ianstormtaylor's suggestion but it didn't seem to do the trick. Seems @poyangliu was...
## Description Hello dipy team and thank you for all of your excellent work! We're running into a strange issue around image registration of a DWI image to a base...
This is a draft to collect feedback on the idea of improving specificity of BufferAttribute typings, especially as they relate to BufferGeometry typings ### Why The current typing of attributes...
`$ oclif-dev pack` doesn't seem to work in a yarn workspace where the CLI depends on unpublished packages from the workspace. - First, I get a failure about 'can't find...
The example in the README was confusing since it starts with: ```ts const CLI = require('cli-args'); ``` Which I assume [is vestigial](https://github.com/heroku/cli-flags). Moving past that, trying to just C+P the...
### What went wrong? Earthly allows copying multiple directories: ```earthfile copy: COPY --dir dir1 dir2 . ``` It also allows expanding src (and dest and flag) arguments to `COPY`: ```earthfile...