Bart Louwers
Bart Louwers
I propose that the second example is removed: ``` for_each(par, v, [](int x) { /* do something with the value of x */ }); ``` as passing an `ExecutionPolicy` is...
Whenever I try to link folly I get the following error: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../lib/libfolly.so: undefined reference to `boost::re_detail_106400::cpp_regex_traits_implementation::transform(char const*, char const*) const' /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../lib/libfolly.so: undefined reference to `boost::re_detail_106400::cpp_regex_traits_implementation::transform_primary(char const*, char const*) const'...
AsyncRun's process is killed when Vim exits before it finishes. Is it possible to have AsyncRun's process be independent of vim? Or at least have vim wait for it to...
``` .L somelib.so ``` results in ``` input_line_17:1:10: warning: missing terminating '"' character [-Winvalid-pp-token] #include "somelib.so ^ input_line_17:1:10: error: expected "FILENAME" or input_line_17:2:1: warning: missing terminating '"' character [-Winvalid-pp-token] "...
Maybe consider adding some information about [Intero](https://commercialhaskell.github.io/intero/).
I'm using Common Lisp, but when loading `load-act-r.lisp` (and thus when loading `support/uni-files.lisp`) neither `uni-make-socket` nor `uni-make-process` gets defined, so `start-environment` fails. Using this implementation: http://www.clisp.org/ Edit: it should be...
Would be cool if this extention could be added to the [Open VSX Registry](https://open-vsx.org/).
> Cards are uniquely identified by their deck name and question. If you change the deck name or the question you will lose the card history. Would be cool if...
`notesInfo` returns a field `cards`. This should be documented. Right now, this is what the docs says: ```json { "result": [ { "noteId":1502298033753, "modelName": "Basic", "tags":["tag","another_tag"], "fields": { "Front": {"value":...