Dan Kennedy

Results 9 comments of Dan Kennedy

Reading the documentation now, this is what's recommended: ``` const lineReader = require("line-reader"); const Promise = require("bluebird"); const eachLine = Promise.promisify(lineReader.eachLine); eachLine(path, function (line) { // do your thing }).then(()...

This doesn't seem to work for me either, and `randomSeed` didn't help...

OK, I was using `physics: true`, and the physics were just pulling things out of place 🤦‍♂️

I think I have a related issue. Setting the font on the inner `Text` causes the font to not be recognised. I suspect it might be changing the font-weight to...

I think there's a real need people have for a component that resizes horizontally up to a given width, then resizes vertically. I mocked this up by combining `react-textarea-autosize` with...

I'm having the same issue. It's hard to reproduce reliably, but I think it might have to do with changing tabs while a `Tabs.FlatList` is still rendering. I can do...

> @neelduttahere `MapRef.resize()` > > https://visgl.github.io/react-map-gl/docs/api-reference/map#methods ?

I can't see instructions in the README either. Thanks!

OK... I can see that it's just a matter of setting a bunch of props (like `volume`) to false... But would be good to put that in the storybook;)