hrm
hrm
When I use the search field in the apps list with a query that returns fewer apps than fit above the keyboard (say 3), trying to scroll that list returns...
I've set up `anki.ts` and `cards.ts` to check for existing notes in a deck before querying them, fixing #176 and #177 I also had to do a bit of clean-up...
Running `docker-compose run --rm php composer install` after copying `docker/php/env.example` to `env` (as described [here](https://github.com/wallabag/wallabag/blob/master/.github/CONTRIBUTING.md)) and leaving it with its default values results in this error: ``` In Inline.php line...
As discussed in #471 the current folder templates do not cover all use cases. Having the option to use regex on the file path of a new file instead should...
We're working on improving the Docker parts of Pixelfed, and I noticed there is no page for Docker in the docs. So I've added a first draft that matches the...
From what I can tell from looking at the database the extras of a game are not included in a download, are they? If not, this would be a nice...
I won’t take any credits, I found this fix in Chris King’s response to [your article](https://towardsdatascience.com/easy-pivot-in-bigquery-one-step-5a1f13c6c710). Edit: Also added backticks around function call within the procedure because dashes in my...
`node bookmark2md.js` results in: ```shell internal/fs/utils.js:620 throw new ERR_INVALID_ARG_TYPE(propName, ['string', 'Buffer', 'URL'], path); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or...
`node bookmark2md.js` results in `Error: Cannot find module 'cheerio'`. I had to run `npm install cheerio`. Maybe add that to the README, or add a `package.json`?
Adding a card to imdone from within Obsidian now involves: - Selecting the text - ⌘+k to make it into a link - Typing `#TODO:0` (or any other list or...