Gianni Ferullo

Results 26 comments of Gianni Ferullo

@GaganBhat I'm pretty sure this is new with GIPHY links, they've always worked for me. Now though, I believe there is a restriction on file size: giphy.gif (7.7MB): Smaller rendition:

@roundrobin's code works correctly for me, however if I use `request`, the profile terminates prematurely. You can run this and see: ``` node var AsyncProfile = require('async-profile'), request = require("request");...

@acusti any chance of #152 getting merged and released?

I've see the only work after resizing happen as well and I needed to make sure the packed elements had heights and widths.

@bkonkle did you ever figure this out?

I wound up using `moduleNameMapper` in the package.json: ```javascript "moduleNameMapper": { "^shared/(.*)$": "/js/shared/$1" }, ```

@jdt1204 you can use a custom slicer passed to `persistState` in the meantime ```javascript const slicer = paths => state => { const subset = {} paths.forEach(path => { //...

@iiroj this approach of an empty root lint-staged config really helped me set up eslint in my monorepo. Each packages runs its own eslint command. Now it seems obvious, but...

@LyraSolomon this package hasn't been published since I upgraded the build: https://github.com/patriciogonzalezvivo/glslCanvas/pull/19#issuecomment-354660679 `dist` is the convention these days. Sorry for the confusion. You can see the code here is very...

@riccardoscalco I can help you debug but I can't figure out how to use https://beta.observablehq.com/. (Looking now) The project builds an `es` version now, and perhaps observable hq is using...