mendhak
mendhak
Issue #40 — update to Node 16 Issue #39 — ability to set content type of the response
I'm looking to use hologram+Cortana for a style guide. Since Cortana already includes and uses Angular, does this mean there is no simple way for me to include my own...
I've tried running this code with different versions of Ruby but I keep getting different errors. Would be nice to know which version to run against so that I can...
Hello again. Just like Impish, in Jammy (Ubuntu 22.04) the wallpaper is being set in `gdm.css` instead of `gdm3.css`. Fixes #31 and also includes the text 'impish' for @duckimann peace...
Device: Kobo Libra 2 Software version 4.35.20400 (73cfa09552, 12/8/22) Hello I am unable to launch Overdrive from NickelMenu. I did check and I am definitely logged in to Overdrive, I...
WSL2 intermittently keeps losing its connection on one of my dev's laptop. Connectivity will work both on and off the VPN but suddenly, network connectivity gets lost. Can't dig domains...
I have a GPGGA string where the geoid is below sea level: $GPGGA,214213.00,3249.263664,N,11710.592247,W,1,11,0.6,102.2,M,-26.0,M,,*51 The parser doesn't match this, it jumps straight to the `onFinished` event in the handler. This doesn't...
I have a `TEMPer2HumiV1.x` connected to a Raspberry Pi. There are no other USB devices connected. I have a cron script which polls this device every minute. At first everything...
## Housekeeping and Maintenance The JobQueue library is quite good, but the library is abandoned, and the same developer has done some work on Android WorkManager. Switching to [WorkManager](https://developer.android.com/develop/background-work/background-tasks/persistent). One...
This PR should allow the [inputPathToUrl filter](https://www.11ty.dev/docs/filters/inputpath-to-url/) and the [input path to URL plugin](https://www.11ty.dev/docs/plugins/inputpath-to-url/) to handle hashes `#anchors`. Example, `my-blog-post.md#anchor` can become `/gh-pages/my-blog-post/#anchor`.