Axel Hecht
Axel Hecht
The ability to "spoof" `this` is very js-specific. Should we use a pattern that's easier to generalize? It's akin a bit to the extra args to `toString`, which made the...
Would that work if the `plopfile.ts` had imports? Also, projects might have TS loaders hooked up, like when using deno or ts-node instead of plain node, right? 296 looks like...
I tried this locally, and this works for me: ```diff diff --git a/packages/linkify-react/src/linkify-react.js b/packages/linkify-react/src/linkify-react.js index 86af2ca..dba32cd 100644 --- a/packages/linkify-react/src/linkify-react.js +++ b/packages/linkify-react/src/linkify-react.js @@ -77,10 +77,14 @@ function linkifyReactElement(element, opts, elementId =...
Well, "works" might be an overstatement, now that I try to actually use it. I think this might make tsc hang.
I'm pretty happy with activating my virtualenv, and just running python /usr/local/lib/python2.7/site-packages/pipdeptree.py As pipdeptree doesn't have any internal dependencies, that works like charm.
For the implementation part, the whole changelogs code is a metric ton of packages, so I'm hoping that we can re-use a good amount of code. In principle, make the...
Still wanted on my side.
You mention @mstefaniuk's graph-viz-d3-js on your readme. Do you have a comparison between the two approaches?
We could do a zod union, aka oneOf? The MUI autocomplete widget does something similar, maybe we can "borrow" some type hinting logic from there? That is, to make sure...
Thanks for creating this, really interesting. One thing I noticed on the spike impl is that it wouldn't work with the template editor, as it's loading the spec from the...