Kevin Ross

Results 154 comments of Kevin Ross

For watchers, I updated the original text, but: Temporary fork published: https://github.com/rosskevin/gltfjsx `@rosskevin/gltfjsx` I hope this is a temporary package and https://github.com/pmndrs/gltfjsx/pull/286 is accepted, but I've got to move on...

Primitive dependencies aren't passed by reference, so the `parseArgs` has no effect in my case. e.g. ```tsx const { folderName, schema, folderSettings, hookSettings, deps } = parseArgs(schemaOrFolderName, settingsOrDepsOrSchema, depsOrSettingsOrFolderSettings, depsOrSettings,...

It appears that use of an object for deps is triggering a call to `folder()` with updated `schema`, but the UI component does not change, and the return value from...

Hey @iRyusa - I just pushed more changes, let me update the OP...one moment

@iRyusa I think this is good to review now. I bumped the version just for safety, you can revert that or change as needed. In our open repos, we always...

@iRyusa currently if you locally `package:install` the vsix - the old (deployed) plugin disappears and the new does not appear at all - so not all is quite well.

Wondering if this needs to further similar to abcracadabra and use esbuild https://code.visualstudio.com/api/working-with-extensions/bundling-extension ?

`.yarn` is out, the ignores remain.

I'm going to leave this branch/PR as-is but branch from here and try the recommended esbuild path.

NOTE: the esbuild path is raising _good_ errors - showing things that will break at runtime (likely the problem) such as: ``` ▲ [WARNING] Calling "mjml2html" will crash at run-time...