Lukas Barth

Results 46 comments of Lukas Barth

That might very well be it. Is there a way of seeing the HTML that the parser sees? Then I could verify that it's in fact the Cloudflare anti-bot page.

One more remark: The `m_ptrRblTripDataBuilder` member is of type `std::unique_ptr`. All other items in the list in the `value` field all look more-or-less okay to me and should be the...

I can reproduce this with all versions down to (at least) `0.24.0` of `code-debug`, so this does not seem to be a recent regression.

Great, that worked! I just realized that the possible options in the `launch.json` config are described in the `package.json` file. `dap-mode` does not parse these and therefore I did not...

`dap-mode` includes a special package (called `dap-gdb-lldb` for some reason) to interface with `code-debug`. I think it would be prudent that this `dap-gdb-lldb` sets `valuesFormatting=prettyPrinters` as a default. But *also*...

It's really easy to do this in the providers (as I've done in the autocomplete-plus-python-jedi provider), and the providers probably know a lot better when it's not applicable to provide...

With the updated PR #473, plugin loading can now be achieved with: ``` #+REVEAL_EXTRA_SCRIPT_BEFORE_SRC: plugin/notes/notes.js #+REVEAL_EXTRA_SCRIPT_BEFORE_SRC: plugin/highlight/highlight.js #+REVEAL_INIT_OPTIONS: plugins:[RevealNotes, RevealHighlight] ```

I have found a way easier example to reproduce the same problem (at least I think it's the same problem): ```cpp template struct Foo { using MyType = T; template...

I don't think that the failing checks are caused by my change. Most of the failing tests are in some other languages, and the C++ tests (which are run with...

Hi @Jens-G , thanks for having a look. How do we proceed with the Jira ticket? Should I contact someone to get a Jira account? If so, whom? The user...