Patricio Whittingslow

Results 121 issues of Patricio Whittingslow

Since it's inception, the `Timespan` struct has been a patch to a bigger problem in `godesim`. There really is not much control over the domain in which the equations are...

enhancement

Little change for API to look less cluttered with the word "neural"

I've rewritten `sdfx` to be more user friendly, faster, decoupled and just all around more future-proof. https://github.com/soypat/sdf

I'm working on https://github.com/soypat/upsya and am unable to use `air` due to this bug. ## Steps to reproduce My `.air.toml` looks like (click Details) ```toml root = "." testdata_dir =...

Warn users when passing arguments with no valid javascript [`ValueOf` mapping](https://pkg.go.dev/syscall/js#ValueOf) to the following functions - [ ] [`func ValueOf(v any) Value`](https://pkg.go.dev/syscall/js#ValueOf) - [ ] [`func (Value) Call(m string, args...

new-check

Please take a look. Resolves part of https://github.com/gonum/gonum/issues/1809#issuecomment-1140334118

Please take a look. Resolves part of https://github.com/gonum/gonum/issues/1809#issuecomment-1140334118

Please take a look. Resolves part of https://github.com/gonum/gonum/issues/1797.

### Background Most (if not all) 3D renderers use spatial transformation matrices. For example, here is the documentation of [three.js' Matrix4](https://threejs.org/docs/#api/en/math/Matrix4) type which allows for rotations and translations. Similarly, the...

Is it too late to consider the following change to r3? Feel like a huge opportunity was missed when naming the Rotate method for Rotation. This would really simplify things...