Ib Green

Results 452 comments of Ib Green

Not sure if this helps, but ff it is just an initial freeze, and perf is good after that... I have seen issues a couple of years ago where the...

This sounds good. - I hear there are still some problems with deck.gl and React 18. Maybe start with upgrading to React 17? - Nothing wrong with webpack 5, though...

You can look for React 18 in the deck.gl discussions / issues. It seemed to me by browsing through some of these discussion that React 18 can cause rendering sync...

> I would also appreciate if the release could be cut @Akiyamka - you has npm publish privileges from @konturio side. Want to give it a try? https://www.npmjs.com/settings/nebula.gl/members

Thanks for opening this. In particular, appreciate that docs were added. Testing interactive functions is tricky, but it possible to add a test case or two?

@igorDykhta If possible let's see if we can help @alex-bain land this @chennney

Not sure if this helps but per the stack trace (`chunk-....js`) you seem to have some hot reloader that is probably doing "clever things" with your run-time environment. You are...

Closing as cause unclear and gltools module has been removed in v9.

In loaders.gl we run a script call `add-js-to-imports` ```sh #/bin/sh echo '# Adding .js to import statements in dist folders' find modules/*/dist -name "*.js" -exec sed -i '' "s/from '\.\(.*\)';/from...

@Pessimistress There is a need of adding explicit `.js` extensions to import statements in generated code as required by Node ESM? Does the new ocular setup have a plugin to...