David Calhoun

Results 40 comments of David Calhoun
trafficstars

For what it's worth, I was getting [a similar error from react-textarea-autosize 8.2.0 while using Storybook](https://github.com/storybookjs/storybook/issues/11904) on a project where I'm using React `17.0.0-rc.1`. Looks like it was breaking that...

Seeing something similar. Using Yarn PnP here as well. Updating from Storybook `6.4.19` to `6.5.9` resulted in this error when starting Storybook: ``` manager (webpack 5.69.1) compiled successfully in 14186...

[loaders.gl now supports ndgeojson](https://loaders.gl/modules/json/docs/api-reference/ndgeojson-loader) so it would be great to see support for file extensions .ndgeojson, .geojsonl, and .ldgeojson as well!

For more context, the `font-display` property helps with the Flash of Unstyled Text (FOUT) or Flash of Invisible Text (FOIT) on page load, and that's why it's recommended by PageSpeed...

Thanks for the heads up - can you provide the tle you're inputting? The [test](https://github.com/davidcalhoun/tle.js/blob/master/__tests__/getters.js#L208) seems to be working fine using the ISS's tle.

On first glance it looks like there's an extra two spaces in front of line 1 and 2? Could you try with this instead? ``` const tle = `ISS (ZARYA)...

Weird, I'm not sure what's happening, I can't reproduce it. I tried it on both Node.js v14.17.5 and v16.13.1 and it works for me. Added this test, which passes on...

Closing this out as I'm unable to reproduce.

Great, sounds good. Thanks!

Ah, this was quite annoying. I have my node install in another place too and had no idea where to start looking to fix this, other than reinstalling Node in...