Dustin Brett

Results 63 issues of Dustin Brett

This is my attempt to use the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) as a backend for BrowserFS. I'm open to any comments/suggestions. I avoided `async`/`await` as the build command started complaining...

Finally took the time to get this going on latest (r133) three.js with the new BufferGeometry. Fix for https://github.com/tengbao/vanta/issues/101 I based a good amount of my changes on https://sbcode.net/threejs/geometry-to-buffergeometry/ Works...

As mentioned in [this article](https://discourse.threejs.org/t/three-geometry-will-be-removed-from-core-with-r125/22401?fbclid=IwAR1IOA5w7__0rsliPSCo0STmy95JF3ewQqIsy9cWsNWEB539K96nVCjf2Ug), three.js has removed `THREE.Geometry` in [r125](https://github.com/mrdoob/three.js/releases/tag/r125). I recently tried to use WAVES with r125 and got the error `n.Geometry is not a constructor`. It looks...

Seems like the link no longer leads where you would expect/hope. - http://www.reactvirtualized.com/ - https://www.whois.com/whois/reactvirtualized.com - https://www.dropcatch.com/domain/reactvirtualized.com ![image](https://user-images.githubusercontent.com/16656318/160162422-6654a445-86af-41fd-b948-f089c24df2a3.png)

Sometime files such as session.json are locked/in-use and won't delete before the refresh timeout occurs.

File System

Refresh fixes this but on a single session I haven't found where it persists that old canvas image.

Byuu

A refresh fixes this but I haven't found how to prevent it from happening on a single session.

DX-Ball

Some of the `desktop.ini` files I noticed did it. Not on dev.

File System
CDN

I am considering moving to a different search lib anyway, such as https://github.com/krisk/Fuse

Search

Seems like write and possibly large reads from mapped drives are having issues. If I open a mapped drive in terminal and run git, the folder is made but files...

File System
Git