Raoul Wols
Raoul Wols
I'm upgrading this issue to "please drop Daring Fireball markdown", because: 1) Github-flavoured markdown is used on GitHub. It's therefore the default choice for a vast amount of technical people....
There's also py-gfm which could work https://pythonhosted.org/py-gfm/
Thanks for considering it. > Anyone who wants to start evaluating commonmark libraries for Python can provide details here. What kind of evaluation reports do you find helpful? I'm certainly...
Yes, I thought of the same syntax as you. I played around with the struct.unpack calls but couldn’t get it to work right away. I frequently work with CMYK images...
Was this fixed somehow?
Tracked here https://github.com/microsoft/vscode-json-languageservice/issues/81
> But what is the issue with that, behavior-wise? It seems to allow jumping "after" the inserted snippet. I'm not sure in which cases it can get it in the...
In theory you're right, but I am wondering whether package maintainers are really going to split up their definitions in multiple files? In fact, how would your hypothetical problem occur?...
See also https://github.com/sublimelsp/LSP-jdtls/issues/12
Looks like it should be possible to make a keybinding with command `lsp_execute_command` and with arguments `{"command_name": "intelephense.index.workspace"}`. It would be nice if this plugin could expose those commands in...