Tejasvi S. Tomar

Results 26 comments of Tejasvi S. Tomar

I would add that no other commonmark compliant parser in python provides source level map for the ast which is required for efficient documentation manipulation.

@chrisjsewell Does it provide map from tokens to locations in source? AFAIK original JS markdown-it does not provide them https://github.com/markdown-it/markdown-it/issues/336 In JS world, only commonmark.js (block granularity) and remark (inline...

It doesn't works either way. Besides I'm using fresh vanilla Ubuntu 18.10 install, so its not an issue.

Actually the double encoding relies on previously buggy behavior of REST API which decodes _twice_. https://github.com/firebase/firebase-admin-python/issues/189. State of python client is dismal. Admin SDK has various bug fixes and perf...

https://github.com/firebase/firebase-js-sdk/blob/master/packages/database/src/api/onDisconnect.ts and https://github.com/PhantomAppDevelopment/firebase-as3/issues/4 are good starting point.

Proportional font users, rejoice! Only missing ingredient is character-width based cursor and I will ditch Vscode in an instant. ![image](https://user-images.githubusercontent.com/45873379/153584451-21e9d47f-e61e-4556-9c88-2a0319a929db.png)

It is very useful when the text is supposed to be concealed in all modes `concealcursor=nvic`. It is not uncommon for me to view and edit files that are littered...

[It is possible to display images](https://memotut.com/image-display-and-video-playback-on-neovim-terminal-8a82c/) by disabling embedded `libterm` during build with `-DUSE_BUNDLED_LIBVTERM=OFF`.

Alas. ![](https://imgs.xkcd.com/comics/file_transfer.png)

Additionally support for [pipe syntax](https://en.wikipedia.org/wiki/Wikipedia:Piped_link) for link description would be a nice addition. An option to switch the description and link order can be provided since some implementations (like Creole,...