impfromliga

Results 4 issues of impfromliga

Ваш движок вдохновляет! Я люблю экспериментировать с новейшими интерфейсами взаимодествия пк-человек-пк. Две с половиной минуты вашего времени, чтобы понять суть из концептуального видео: https://youtu.be/Pn3TmEzdI68 Для более качественной реализации, мне хотелось...

<Documentation>
<Enhancement / Feature>
(P5 - Long-term)
Help Wanted
Data: Voices

//strange result with $exists on Arrays: ``` db.find({},(err,all)=>{ db.find({arr:{$exists:true}},(err,exists)=>{ db.find({arr:{$exists:false}},(err,empty)=>{ console.log('done count exists', all.length, '=', exists.length + empty.length); //done count exists 416 = 305 //wtf? }) }) }) ```

How to get TS compiler output? It was listed, but can't find the JS output. Does it feature provided? Or need to do. It was very usable to keep code...

Trying to create Quartz plugin for simple (as i though) feature: I whant to scope multiple codeblocks from the MD to emit live demo pages. In Obsidian each codeblok can...

enhancement