Nathan Bierema

Results 49 issues of Nathan Bierema

Starting in v8, an exception is thrown when trying to use `ActLike` on an interface with a property that is a generic struct in a nullable context. Here is the...

Fixes #56. As noted by the [`CustomAttributeTypedArgument` docs](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.customattributetypedargument?view=net-8.0#remarks): > If an argument is an array of values, the [Value](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.customattributetypedargument.value?view=net-8.0) property of the [CustomAttributeTypedArgument](https://learn.microsoft.com/en-us/dotnet/api/system.reflection.customattributetypedargument?view=net-8.0) that represents the argument returns a generic...

Fixes #16 by removing unnecessary declaration of properties that are already declared by the `Material` class.

Using `meshline` with `@types/[email protected]` and with `skipLibCheck` set to `false` produces the following type error: ``` node_modules/meshline/dist/MeshLineMaterial.d.ts(39,5): error TS2610: 'alphaTest' is defined as an accessor in class 'ShaderMaterial', but is...

It looks like [this commit](https://github.com/charlesw/tesseract/commit/4a7e1db8ebefd17bd9a3e1d64cf2fbf00d48922f) attempted to update to Tesseract 5.2, but the Tesseract DLL was not actually updated to 5.2 (and a Tesseract 5.2 EXE was added instead). This...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 The `Box` component produces type...

bug 🐛
typescript
package: system
component: Box

Currently the `@types/three` is locked into `@types/[email protected]`, but it would be nice to allow different major versions of `@types/three` so that a user can match the version of `@types/three` with...