Michael Busby
Michael Busby
A couple enhancements that would be nice to have (for a V2): `prompt(question)` should have its `Answer` type inferred from the question input. This is a trickier task, but I've...
There's a number of different patterns for overloading `children` outlined in this article: https://medium.com/@martin_hotell/react-children-composition-patterns-with-typescript-56dfc8923c64 I'm using the 2nd one (named slot projection), and this also kills react-element-to-jsx-string: ``` Uncaught Error:...
This is marked as fixed now. Can I ask what version/commit the fix is in?
It seems to me that SaltarelleCompiler's features are a superset of Script#'s features--so I'm not sure what is gained by merging them. It already contains a number of backwards-compatibility features...
Why does the provideStore functionality have to copy the store? If it's just to add in middleware, could we use a [dynamic-middleware](https://github.com/pofigizm/redux-dynamic-middlewares) pattern to allow ng-redux middleware to be added...
@CanadianJeff Do you have the ability to reproduce this glitch on command? If so this would be very helpful in diagnosing the issue.
> https://streamable.com/mudz88 In this video, it appears that the teleport happens only briefly, and it happens at the same time as the hunter pounce lands on another player. I wonder...
That would certainly be unfortunate if this is another newer-linux bug... Confogl static shotgun spread had a Ubuntu 20+-only bug like this, and in the end we resolved it by...
I think this may be fixed, I tried to create a test case directly for it and it passes: https://github.com/ProdigySim/eslint-plugin-import/commit/308e8ca29623d9868919b66fb7e944d9fd6c516b I am still having issues with exports of this style...
@ljharb actually, I think none of the TypeScript tests in `named.js` are wired up to actually run... it looks like the tests are collected in `invalid`/`valid` arrays but they are...