Benjamin Piepiora
Benjamin Piepiora
Hi, I created a small example where you can see the implementation: https://github.com/bpiepiora/SqlitePclRawMono And I really have to look up how .NET Core handles different CPU archs.
Hi all, since I am also using West without Zephyr, I would like to push this issue up again.
Thanks, I had the same issue with the "BouncyCastle.NetCore" package version 1.8.5 and 1.8.8. Changing to the "BouncyCastle" package version 1.8.9 solved the issue. If the ThreadedSeedGenerator is planned to...
Never ever compare C# to JavaScript again ;-)
Seems I was a bit too fast. You can keep your `TerminalEmulation` set to `xterm`, but install the package **libvte0.16-cil** to get it running. Without this package even `x-terminal-emulator` doesn't...
The problem seems to be the output from Remarkable. Changing the following code in `markdown-pdf/index.js` solves the issue for me on Windows. From: ``` ... try { mdParser.inline.ruler.enable([rule]) } catch...