Results 107 issues of Andy Ray

I have a multi-step form, and I break in a function that accepts "step" as an argument. Typing `step` at the console triggers the pry next step. Similar to #60

For neat people who just want to use this as a manipulation library and not be tied to a db, having the ability to just manipulate images would be handy....

You shouldn't modify the THREE object passed in. As in don't [do this](https://github.com/sohamkamani/three-object-loader/blob/master/source/index.js#L8): ``` THREE.OBJLoader = function... ``` A better pattern is to get a reference to THREE however you...

I'm not sure what to do with this package and github repo, but I would love to use an existing tree layouting library rather than write my own! https://www.npmjs.com/package/@zxch3n/tidy doesn't...

The readme, very strangely(!) does not include how to load react-arborist. VSCode intellisense is not able to locate where to get `` from, at least when I tried it after...

From [this Stackoverflow question](https://stackoverflow.com/questions/71477015/specify-a-zod-schema-with-a-non-optional-but-possibly-undefined-field) (I'm hitting the same thing): This code: ```typescript const schema = z.object({ x: z.string().or(z.undefined()), }); type Schema = z.infer; ``` Produces a schema with an optional...

Is there some API in React 19 this library actually uses? If not, it would make more sense to relax the React dependency to `>=` some lower React number