Jonathan Rose Dunlap

Results 39 comments of Jonathan Rose Dunlap

@seliopou Can you outline the "Elm's native interface" changes that affect elm-d3? I.e. what are the tasks required to migrate up?

Coming here just to say that I'd recommend _not_ adding "typed-css-modules-loader" or other css typing system step to be default to react-app-ts project creation. I've tried this route before and...

@benruijl I actually have no experience with Linux packaging. I could either remove it from the readme, or have someone contribute a script that bundles this project into an AUR.

thanks for reporting. I could remove it from the tile list, but it may be complicated to restore the window to its original position for this first pass. I'll look...

@benneti @norseghost Totally get that- it's a bit of an artifact. I'll look into it, and I also welcome PR... shouldn't be too tricky.

We'd also be interested in this support!

I just discovered this tool.. and sad that it's already going to lose its author. Would you be willing to move the repo to its own org (maybe 'gomigrate') and...

Perhaps I'm biased here, but I see lists as fundamental primites worthy of having robust testing functions as you mentioned above. I'm using Jest correctly to write tests for a...

@mattphillips For how deep the matches go for mixed collection types, I don't have a strong opinion on. I'd probably opt for `expect(list).toIncludePartial({ color: 'blue'})` since we can assume I'm...