Sam Bauers

Results 17 comments of Sam Bauers

@brandonmcconnell what is the thinking behind having seperate `perspective` and `perspective-self` utilities? Is there a specific use case that would require one over the other? In the 3D plugin I...

> Each of these properties are animatable using @keyframes. What limitations are you referring to? They are animatable in the most basic keyframe progressions. Imagine a simplified multi-step animation like...

Use `corepack` by enabling it after installing a new Node version: ```sh $ corepack enable ``` And in your `package.json` specify the package manager and version you want: ```json {...

Right, I wasn't aware until now that corepack doesn't support npm. Maybe setting the npm version in "engines" inside package.json will help here, and then non-corepack logic will take care...

It doesn't officially support it. I can't see a way to hook in to fnm to be able to run that command. It needs to be a feature request for...

> I'm getting a similar typescript error after updating to 2.2.4: > > `Type '(url: Input, options?: Options | undefined) => Promise' has no properties in common with type 'Partial'.ts(2769)`...

I've pushed this PR if people are interested. I have only done one implementation in the demo suite and haven't modified the docs. If anyone want's to contribute to the...