Summer Knight
Summer Knight
Is this something for vim?
Well, `crypto-js` is used within `CacheManager`, but the babel and eslint dependencies should definitely be devDependencies instead.
This is absolutely still happening. I have run your demo and get the broken result as soon as I copy `demo/result/bug-9.js` to `demo/entry/bug-9.js` and re-run.
Definitely replicable: ``` bash 11:10:01 ckknight@Camerons-MacBook-Pro(~/Development/royriojas)$ git clone https://github.com/royriojas/esformatter-jsx.git Cloning into 'esformatter-jsx'... remote: Counting objects: 1156, done. remote: Compressing objects: 100% (19/19), done. remote: Total 1156 (delta 4), reused 0...
Yes, immediately after cloning, running `npm install`, and then running `npm run exec-demo`, it errors.
It can't be assumed that I have control over what the remote URL is. I need a way to be able to render a remote URL as though it were...
If caching is on the table, it might be prudent to explicitly ignore arguments, in order to guarantee same behavior. If arguments are allowed, the caching approach is either going...
It'd be nice if there were some way to convert a JS object that has a well-implemented `[Symbol.iterator]` method and convert that into a well-typed value that is easy-to-use from...
I think what'd be most useful is an API to create a new image with a transparent background and user-specified color, font, and text. That can then be added to...