Lukas Barth
Lukas Barth
Hi, I'd like to parse pages from www.lesserwrong.com. I've tried creating a site config based on this page: https://www.lesserwrong.com/rationality/what-do-we-mean-by-rationality This is how my site config looks like: ``` title: //div[contains(concat('...
… and I have another one. As for the first: * I didn't write documentation for the readme yet. If you like the patch, I'll add it. * I noticed...
Hi, first things first: * I didn't write documentation for the readme yet. If you like the patch, I'll add it. * I noticed too late that I didn't turn...
Hi, I'm trying to use this debugger as a debug adapter with Emacs' `dap-mode`. I realize that this is not the primary purpose of `code-debug`, but it's 'officially' [supported](https://emacs-lsp.github.io/dap-mode/page/configuration/#native-debug-gdblldb) by...
Hi, I have a couple of snippets like the following: ``` func(${1:arg1}, arg2 = ${2:defaultValue}) ``` Now, you sometimes do not want to set arg2. In Python for example, it...
Consider this C++17 code, which compiles fine with GCC but fails with Clang (at least Clang 9 to Clang 15). It is an MWE that I condensed from GCC's STL...
If I set `#+REVEAL_PLUGINS: (notes highlight)`, this results in these lines being added to the `Reveal.initialize()` call: ``` // Optional libraries used to extend on reveal.js dependencies: [ { src:...
Overview ======= Both the default constructor and `operator==` implementations reference certain member functions of the class' members. As an example, the default constructor references (i.e., "uses") the default constructors of...
Hi, pdfpc gives me a segfault when starting, right after prerendering is done. The console output is this: ================== snip ===================== pdfpc v3.1.1 (C) 2012 David Vilar (C) 2009-2011 Jakob...
This adds support for the Sunton esp32-2432s024{r,c} displays. This is based on the code contributed by @elik754i in #555 . A few caveats: - I do not own an esp32-2432s024r,...