Andrew Leedham
Andrew Leedham
> I have this same issue. Whenever I modify the context, I usually have to a manual page reload to fix it. > > I thought it'd be cool if...
Would this make sense as a toggle next to both the `Run tests` and `Run` buttons, so you can toggle whether snapshots should be updated when running all tests or...
I found a temporary workaround by specifying the registry as `https://registry.npmjs.org` in my lerna config. Since there is a check against the default which stops it from being added.
The defaulting code still seems to be there: https://github.com/intuit/auto/blob/0c96b567e6e3c3e62797e12f92fc5d8e0c76617b/plugins/npm/src/index.ts#L250-L255 The registry is parsed as so, so either should work: https://github.com/intuit/auto/blob/0c96b567e6e3c3e62797e12f92fc5d8e0c76617b/plugins/npm/src/set-npm-token.ts#L16-L30 The default registry is `"https://registry.npmjs.org"` https://github.com/intuit/auto/blob/0c96b567e6e3c3e62797e12f92fc5d8e0c76617b/plugins/npm/src/set-npm-token.ts#L13 It seems to still...
This seems like a duplicate of https://github.com/developit/vhtml/pull/18
The same issue @ThaNarie mentioned about global JSX occurs in the DefinitelyTyped version as well right? Perhaps an issue for that can be opened there for something like the preact...
@developit let me know your thoughts on this, if you would prefer keeping this JS only then I can release something on DefinitelyTyped. I'll do some cleanup and add some...
> I might take a crack at a JS + JSDoc + checkJs version of what you have here just to compare, since it seems like most of the typing...
> I might take a crack at a JS + JSDoc + checkJs version of what you have here just to compare, since it seems like most of the typing...
@developit Any thoughts on the rewrite vs allowJS approaches?