Giorgio Robino

Results 63 comments of Giorgio Robino
trafficstars

> > visualization proposed (Column Collapse): > > Should that only apply to the heading? Perhaps I can conceal the header to a fixed width... I need to >think about...

Hi > Is there a way to pass in a promise to initialize lunr instead of a function? BTW this is not an issue IMMO. just wrap into a Promise...

Hi just collect documents by `ref` (that's equal `id` attribute): ```javascript const result = idx.search(query) // result as an array of objects (documents) console.log( result.map(item => documents.find(post => item.ref ===...

Hi, asciiflow is great! I using it via the public website https://asciiflow.com My usage example: https://twitter.com/solyarisoftware/status/1405894949971841028?s=20 Are there any news about import functionality (via Ctrl-V maybe)? Thanks giorgio

oh! me stupid, It works as you say. Thanks @antoineco ! Anyway, a possible "import" button 8as in the previous asciiflow release, could help.

I edited the original text to better explain my proposal, adding pseudocode.

Thanks Nick! The minimal request could be: 1. set as default behavior: when the playback is interrupted (== `stopped`) by any user request, the playback is resumed (from interrupt offset)...

Hi, please contact posprint driver owner giorgio

thanks, btw, see also https://github.com/yegappan/bufpicker this last born after a stackexchange thread: https://vi.stackexchange.com/questions/2121/how-do-i-have-buffers-listed-in-a-quickfix-window-in-vim

and see also Telegram Platfporm Bot API 2.3.1 [Marvin's Marvellous Guide to All Things Webhook](https://core.telegram.org/bots/webhooks) BTW, Thanks Alexander for your gem!