Dmitry Iv.
Dmitry Iv.
What's the right way to use ttag with [vue templates](https://vuejs.org/v2/guide/single-file-components.html)? Would be useful to be able to just ```html {{ t`Hello World!` }} ``` But for now `.vue` files are...
Hi @hughsk! I always use these labels, but one badge I oftentimes find needed but absent here is _work in progress_ badge. Factually that is a status of project, indicating...
_WeakRefs_ and _FinalizationRegistry_ are hard to master. Please add tutorials
I’ve found that each time I use esquery I have a question how to use it? Is it conventional, like other estools: `var query = require('esquery').query` or is it plain...
Current API comprises various concepts and various contexts, mixing them all up does not work well. Let's try to analyze and clean them up, figure out the core value of...
Following https://github.com/audiojs/audio-buffer-list/issues/5. The current API approach is covered by a lot of similar components, it is destined to insignificant competition and questionable value. The main blocker and drawback is the...
Must implement async iterable interface to stream samples. `.slice` must return ref to initial buffer, not immutable clone. `.trim` and other modifiers must create diffs on the initial buffer, not...
https://probe.audiotool.com/
Cover cases from https://andremichelle.github.io/neutrons/limiter.html