Mark Blakeney
Mark Blakeney
I have been using `leetcode-cli` and it has been working well. Just installed version 0.3.12 and see immediate issues: 1. Every time I run `leetcode e 1` a new `code`...
Sometimes you just want to render a markdown file directly to a HTML file. `grip` provides an option to do this: grip --export README.html For this case, no server is...
I am running the latest git version on current Arch Linux. For some PDF files, the output of list-logical is sane. For other files, the output is: ``` 11 1...
The download instructions, which people usually just copy and paste, points to v1.3.0 but v1.4.0 is the current/latest release since 7 months ago. It would also be better to improve...
Both VS Code and Atom expand `html5` (i.e. `!`) to the following: ``` Document ``` However, emmet-vim (current master branch) expands to the lesser: ``` ``` Can we have this...
If I run `html2pug -f` (version 4.0.0) on: ``` ``` I get output: ``` template ``` Running the same input through `html2jade` or the online `html2pug` I get the expected:...
My Python 3 app core dumped yesterday on a Raspberry Pi 2 running Arch Arm. Versions and coredump details are below. ~~~~ pi2:~ uname -a Linux pi2 4.9.43-1-ARCH #1 SMP...
I have a small bottle based web app managing my raspberry pi home alarm system and did some primitive bench marking of all the many bottle supported web servers using...
Version 2.3.1 on Atom 1.22.1 on Arch Linux with GNOME. This plugin uses `xdotool` which can not work on Wayland and never will due to stricter security policy.
I use bottle often and in many of the applications I get frequent tracebacks: ``` Traceback (most recent call last): File "/src/pvoproxy/venv/lib/python3.11/site-packages/bottle.py", line 863, in _handle path = environ['bottle.raw_path'] =...