DSound

Results 7 issues of DSound

Hi. I took a docker container from emscripten. Launched the container. Made a server for this project. Gave access to the directory of its file system. How can I use...

### Q&A (please complete the following information) - OS: Ubunut 20.04 - Environment: Chromium Version 119.0.6045.105 (Official Build) snap (64-bit) - Method of installation: npm - Swagger-Client version: 3.24.5 -...

I have a 15 gigabyte file. I want to upload it to web3-storage. I can read it only in the stream. Is it possible to write a file to web3-storage...

kind/bug
need/triage

Hi ! The project has a ts to esm module conversion. ``` "build": "gulp --gulpfile ./build/gulpfile.js", ``` tsConfig ``` { "compilerOptions": { "module": "commonjs", "target": "es5", "lib": ["es5", "es6", "es7",...

help wanted

Hi! For streaming downloading, the FIFO class is used. Here is the cycle where reading occurs during cloning. ``` class FIFO { constructor() { this._queue = []; } write(chunk) {...

### Describe the bug I have vite config ``` import react from '@vitejs/plugin-react'; import * as path from 'path'; import { defineConfig, splitVendorChunkPlugin } from 'vite'; import htmlPlugin from 'vite-plugin-html-config';...

pending triage

I really liked the demo of the app. Is there a description anywhere on how to run it?