Bart Louwers

Results 355 comments of Bart Louwers

Can confirm! ![image](https://user-images.githubusercontent.com/649392/68067854-56ad0700-fd4d-11e9-8f1c-d121c2d7c9c3.png)

Can you give some pointers how one would go about implementing support for `anyOf`, `oneOf`, etc.? 2 commits on the WIP branch :sweat_smile:

Has anyone tested this? Edit: still getting "Could not start server :("

I am running v8.6.0 on my machine. But I guess that doesn't matter because snap uses it's own node version? Using snapd 2.26.1-2 if it matters.

It works for me too with Coc. ![image](https://user-images.githubusercontent.com/649392/79153060-89aff800-7dcd-11ea-909e-84e65309f5dc.png) Ask for Coc specific help on https://gitter.im/neoclide/coc.nvim This is not the place for that.

It doesn't make sense to suggest any particular AUR helper. In fact, using one is often frowned upon. All Arch Linux users are expected to be able to install PKGBUILDs...

@funilrys Ah didn't know that. RIP. Onto more interesting adventures!

Both are web apps. Graph drawing is pretty cool: https://en.wikipedia.org/wiki/Graph_drawing Just adding to the stack of links here, this looks interesting: https://github.com/ogdf/ogdf There is a QML binding available (9 years...

I found the line in qmarkdowntextedit: https://github.com/pbek/qmarkdowntextedit/blob/84ef933786daf88a13f3a9dc9eb6f96182ce3b91/qmarkdowntextedit.cpp#L406 So I guess to implement this, instead of hard-cording `openLinkAtCursorPosition` in qmarkdowntextedit, I'd need to emit something in qmarkdowntextedit, and handle it in...

It would be a breaking change for users of just qmarkdowntextedit though... They would need to `connect` manually.