David Roberts

Results 7 issues of David Roberts

While DateJS seems to support IE7+, modern FF, Chrome, and Safari, I can't find where browser support is explicitly stated. Ideally, this information would be in the readme.md file. Thank...

documentation

If plugin.js is invoked twice by a misconfigured webpack, say because I haven't figured out how to correctly compile two different web workers yet, print a warning and compile them...

Say, if you accidentally launched two processes simultaneously...

After running `npm init rust-webpack sand2`, I get the following unexpected error when running `npm start`. ``` > [email protected] start > rimraf dist pkg && webpack-dev-server --open -d 🧐 Checking...

bug

After patching #267 by commenting out the assert causing the assert in ~Anura/src/custom_object_type.cpp:1717, à la ![image](https://user-images.githubusercontent.com/862627/121817206-d04cec80-cc34-11eb-9c19-a995909e1575.png) the main screen doesn't load and just remains stuck here: ![image](https://user-images.githubusercontent.com/862627/121817223-e5298000-cc34-11eb-9c5c-4d79c22a406e.png) To fix this,...

bug
engine
contribution welcome
help wanted
stalled
blocker

A callback in the form of callback(err, results) should be called with an Error when being rejected. For example, if a business logic fault occurs, the callback is returned with...

I spent about 6 hours this morning updating the rust-wasm-worker-template dependencies. (I'm using it for a new project but can't figure out the mdn wasm tutorial with web workers --...