Jiří Šebele

Results 16 comments of Jiří Šebele

I completely agree with the point that if providing a unified API isn't something that can be done fast, it's not worth the benefit. At this point, not having an...

@louislam This thread is getting somewhat derailed with most comments just re-emphasizing the desire for this feature. May I suggest constraining this issue to collaborators and writing down a definition-of-done...

I'm sorry, I'll try to rephrase this more clearly. I want to filter certain tags out, so I'd like to search for "tags with the `#project` tag but NOT the...

I've looked into this a bit further and tasks already include the subheading they're under and can be easily grouped by that. Perhaps adding support for normal list items, not...

I'll add to this that I'd also be able to insert a new diagram using the command palette (ctrl-p). I'm adding it here because my understanding is that hotkeys and...

I'm using OSX El Capitan, and the colorscheme is `base16-eighties`. As it seems, using `desert` doesn't cause the issue.

That sounds like a fix, not a solution. This should probably be propagated directly to neovim, so a way to set the flag for GUI wrappers is implemented.

This might not be exactly the solution you're looking for, but try adding the following to your `DefaultEngine.ini` ```ini [SystemSettingsEditor] r.Editor.SkipSourceControlCheckForEditablePackages = 1 ``` The awesome @sinbad recommends this in...

After a brief inspection of `code-prettify`, it appears that the issue is with the definition of Haskell highlighting. ``` js [PR['PR_STRING'], /^\"(?:[^\"\\\n\x0C\r]|\\[\s\S])*(?:\"|$)/, null, '"'], [PR['PR_STRING'], /^\'(?:[^\'\\\n\x0C\r]|\\[^&])\'?/, null, "'"], ``` Seeing...