Hugo B.

Results 25 comments of Hugo B.

These warnings happen because BrainJS depends on gpu.js which uses an oudated version of gl. (gl ^4.5.2 depends on node-gyp ^6.1.0 -> request ^2.88.0 -> outdated har-validator and uuid dependencies)...

In gatsby js v1 (React 15) and materialize 1.0 I can initialize a sidebar like this ```javascript if (typeof window !== 'undefined') { require('materialize-css/dist/js/materialize.min.js') } class Navigation extends Component {...

In gatsby v2 what works is something like (still for a Sidenav component here) ```javascript if (typeof window !== 'undefined') { require('materialize-css/dist/js/materialize.min.js') } class Navigation extends Component { componentDidMount() {...

The only issue with gatsby js v2 it that I haven't figured out how to make the waves effect work in production builds.

This should be fixed by https://github.com/gpujs/gpu.js/pull/768

This is probably the same as https://github.com/gpujs/gpu.js/issues/711

The image renders fine for me in Firefox 102 on Windows 10, Fedora 36 and Android 12.

Some initial wireframes I made for a modernized download section, please tell me what you think. I tried to match the bootstrap style and existing designs. "Upcoming releases" section is...

> Looks great. How will the platforms be shown? Same design but navigating through each tab would change the download button link and dropdown. > Can maybe have a button...

Looks like a duplicate of https://github.com/pmndrs/detect-gpu/issues/87