◬
◬
@tiborsaas - I just happened to look at this today, and notice I introduced a bug. Figured I'd fix it. Didn't spend too much time on the original feature, so...
Interesting. It looks like we need to use a streaming reader for `aliases`, `mappings`, and `settings`. Currently, only the `bulk` import works w/ huge files due to the `line-by-line` package...
sorry for not seeing this until now. i think this project was setup with the incorrect license from the start. i had a script that was adding mit to my...
I updated the license array in package.json and published v0.1.3: https://www.npmjs.com/package/color-blind/v/0.1.3 Here's what I changed today: https://github.com/skratchdot/color-blind/compare/0.1.1...0.1.3
Very cool! Thanks for that link.
@Kreijstal - Thanks! I actually stopped using these bookmarklets at some point (b/c they stopped working). I've been meaning to pick this project up again. Perhaps I'll try to fix...
That's a good question, and it's probably the place I should have allowed for the transforming of documents, but currently, the transform logic is only in the export. It should...
Thanks for the heads up. I've been meaning to work on this repo for over a year now. Some of the scripts are outdated / broken. I'll hopefully get an...
If you use `new URL()` then it's treating the worklet as an asset, and the code is not bundled/transpiled. That means you can't import other files and have them bundled...
> @skratchdot For this you need to specify `parser.worker`, so webpack can understand what it is not assets, it is entry point I don't know how to do that. I've...