-
As a follow-on to #1596, which exposes the emscripten [FS](https://emscripten.org/docs/api_reference/Filesystem-API.html#persistent-data) directly, more useful wrapper could be added to the persistenc…
-
Create an audio app which de user can use de microphone to record and save the audio as a .mp3 file.
-
Whew! This took some debugging.
I got `Uncaught Error: unlock of a non-locked mutex`, and at first I thought it was the `readdir` failing (and it kind of is), then I noticed that I had typo'd "`fil…
1j01 updated
5 months ago
-
* half of the components are using react, the other lit
* prismarine-viewer is hard coded in the repo instead of being a dependency
* does not use standardjs
* usage of pnpm
* half of the code is …
-
I'm trying to upload [this jar file][1] at your [demo page][2].
[1]: https://github.com/broadinstitute/picard/releases/download/2.10.1/picard.jar
[2]: http://plasma-umass.github.io/doppio-demo/
…
-
Я скопирую постом ниже ответ данный автором в комментарии в [youtube](https://www.youtube.com/watch?v=8gKFht_PRpE).
Думаю полезно этот ответ добавить в Wifi или Readme.
heX16 updated
3 years ago
-
希望增加直接粘贴系统拷贝的图片的功能。
体验了一下,自己上传图片再回过头贴链接,或者点击打开文件夹再上传都感觉比较麻烦。
要是直接能复制粘贴就好了。
或者进一步,提供配置图床的功能,这样图片多的用户,自己配置图床就好了,也不用给开发者增加负担。
-
LZMA-JS compress returns an int array, which isn't as space saving as the real compression algorithm. I suggest sending the binary data in an image, turn that into an int array, then decode. Otherwise…
-
After building the project
```
git clone https://github.com/plasma-umass/doppio.git
cd doppio
npm install
grunt release
```
I could not find the natives directory inside build/release.
This situatio…
-
I'm using this in Node, in a CLI app, so just running it with `node app.js`. I run `.statusMatrix()` on a repo, and it returns files that are ignored in the `.gitignore_global` file as `0, 2, 0` (`*ad…