Juan Carlos Medina

Results 45 comments of Juan Carlos Medina

It's been a minute but I wanted to see if anyone has any insight into this. Here's a concrete example (which inlines the extracted contents into the html file): ```...

Everything seems to be working as expected with the resolutions. 👍 Thanks for the hotfix.

I was on 3.3. Just updated to 3.5 (latest). Same issue.

Okay, I found the real bug. The issue is the folder name. A hyphen in the path will break the gem. F

Is it okay if the feature only supports SVG as an output if and only if the input is an SVG? It would be the easier than converting PNGs to...

I made a bookmark for this during the EFT drops but would prefer to see it in this extension: ``` javascript: setInterval(() => { e = Array.from(document.querySelectorAll('[data-a-target="tw-core-button-label-text"]')).find(e => e.innerText ===...

Is it possible to use https://webpack.js.org/plugins/environment-plugin/ ?

If the compile script leveraged an `npm` task then I think this can completely be avoided? Perhaps there should be a `npm run webpack:compile` task which compiles with a production...

I looked into it a bit more. I have been able to isolate the side effects with the following code: ``` var Promise = require('bluebird'); console.log(Promise.promisifyAll); const hypernova = require('hypernova/server');...

It seems that [`node_modules/hypernova/lib/environment.js`](https://github.com/airbnb/hypernova/blob/master/src/environment.js) is modifying the exported module from bluebird. What's the intention of that file? --- I'll open a PR in case we want some changes.