Jonathan Clem

Results 28 comments of Jonathan Clem

This affects all props on `Button` other than the generic indexed properties for `string`, `number` and `symbol`. None of the other props are type-checked or offered up by language server...

@Gozala I am curious if you think cases like https://github.com/automerge/automerge/issues/193#issuecomment-549470392 can be avoided by using markers to represent _picking up_ and _dropping_ attributes, rather than representing the state of _all_...

I don't have time to work on this at the moment, but I'd be happy to review and merge a PR.

I'd accept a pull-request on it but probably will not be able to this problem myself for a while. @kzk You seen this?

@max @ivanvotti @rickharrison It's a bug in broccoli-asset-rewrite. [PR here](https://github.com/rickharrison/broccoli-asset-rewrite/pull/15) to fix it.

@cplee I'm going to follow up on this later today. My apologizes for not providing that info up front! I should know better 🙄 **Update** I'm running with packer 1.5.4...

I have had to fix this by using this hook in my Forge config: ```ts async packageAfterCopy(_config, buildPath) { await NodeFSExtra.copy( "node_modules/@img", NodePath.join(buildPath, "node_modules/@img"), ); }, ```

Sorry for my lack of a response! I switched jobs and forgot to come back to this amidst all the changes.