Dmitry Iv.

Results 308 issues of Dmitry Iv.

Hi @ianstormtaylor! Right now it is not convenient to use this library with babelify/browserify, since that uses ES6 export and requires global browserify transform. Changing `main` entry in `package.json` to...

question

https://github.com/geekuillaume/node-audioworklet Maybe use as alternative node backend? Factors: delay, available formats, easiness of install.

`npm install audio-speaker` gives ``` sh C:\Users\dmitry\Dropbox\Projects\audio-through\node_modules\nan\nan.h(41): fatal error C1189: #error : This version of node/NAN/v8 requires a C++11 compiler [C:\Users\dmitry\Dropbox\Projects\audio-through\node_modules\speaker\build\bindi ng.vcxproj] ``` This happens only when local version of...

major
feature
v2

Ideally API should be ```js const Speaker = require('audio-speaker') let write = Speaker(options) write(audioBuffer|data, callback?) ``` Stream counterparts are [`audio-speaker-stream`](https://github.com/audiojs/audio-speaker-stream) and [`pull-audio-speaker`](https://github.com/audiojs/pull-audio-speaker)

major
v2

From https://github.com/danigb/audio-loader/issues/2 > When running the example in my machine, I get a lot of warnings: > [../deps/mpg123/src/output/coreaudio.c:81] warning: Didn't have any audio data in callback (buffer underflow). Seems that...

bug

Look for [audio-feeder](https://github.com/brion/audio-feeder) for instance

minor
feature

If we pick `{channels: 1}` but the input stream is stereo, and vice-versa, we get improperly scaled playratio. The expected behaviour would be down/up-mixing the channels, like putting mono to...

bug
minor
v2

Trying to render [@stdlib/plot](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/plot/ctor) with `nanohtml` ```js import Plot from '@stdlib/plot/ctor' import html from 'nanohtml' let plot = new Plot([[0,1,2]], [[0,2,1]]) document.body.appendChild(html(plot.render('html'))) ``` getting ```sh Uncaught (in promise) DOMException: Failed...

Now autozoom resets every time next/prev image is clicked: ![image](https://user-images.githubusercontent.com/300067/110209501-f7886680-7e5a-11eb-9cae-7b3e6d270eb9.png) ![image](https://user-images.githubusercontent.com/300067/110209509-01aa6500-7e5b-11eb-9117-7c37f21b7704.png) Which makes jagged slideshow experience in fullscreen. Is there a way to force zoom level for all images?

🦌 enhancement
3.2.x

Hello! I would like to request cyrillic combinations for the font, as they're often used by translated sanskrit texts. I have provided patch for Lora, to enable that, see example...

development request