Stephen Wicklund

Results 189 issues of Stephen Wicklund

How would one use the [THREE.MeshLine library](https://github.com/spite/THREE.MeshLine) with react-three-renderer? This was my attempt: ``` class MeshLineExample extends React.Component { render() { let meshLine = new MeshLine(); var geometry = new...

Running the `muselsl record --duration 10` command, with a Muse S device connected through BlueMuse, has (all but once) frozen/gotten-stuck for me. (failing to proceed to the end of script...

Is this package still being maintained? It appears to not be, from the pull-requests that have been sitting dormant for months. If so, can the Readme at least be updated...

My database is set up like this: -versions --v1 ---tasks ----task1 ----task2 I tried creating a backup of my database, however, it fails -- that is, it creates the "v1/tasks"...

I am running the backup command `firestore-backup-restore --accountCredentials [...] --backupPath Backup1`, yet while the backup is running, I keep seeing lines like this one: `Restoring to collection /versions/v6-prod/tasks document FcJgIhpH6JgDoXMlepQUVLPfXmT2...`...

When trying to install this package globally, I'm getting an error in npm. ``` C:\Users\Stephen>npm install -g firestore-backup-restore npm ERR! prepareGitDep 2> npm WARN install Usage of the `--dev` option...

* Fixed that pre-symlinked dependencies were only unlinked (prior to npm install), if there was no ".nsi.json" file. (unexpected inconsistency) * Added new option "keep-prelinked". This option tells nsi to...

NPM v7 has apparently made significant changes to the `npm link` command. These can be seen be opening the [changelog file](https://github.com/npm/cli/blob/latest/CHANGELOG.md), and searching the page for "link". (some matches are...

The songs in my library are apparently quite loud; to match the volume level I want, I need to put my system volume at ~5%. This is a problem, because...

enhancement

Relevant section in the documentation: https://github.com/mobxjs/mobx/blob/b970cbb4dd2e43516d37f3f01c956cab3540d4d3/docs/react-integration.md?plain=1#L370-L378 While the code snippet above works fine for this simple case, it leads to a _very confusing and subtle bug_, as seen below: ```js...