Results 767 comments of James Addison

> Debian installer can't locate WiFi firmware blobs unless the USB is replugged. And it seems to choke on spaces, i.e. should request `brcmfmac43455-sdio.Raspberry Pi Foundation-Raspberry Pi 4 Model B.txt`...

Thanks, @jlinton - I wasn't aware of the `WHENCE` file and the `copy-firmware.sh` scripting to create symlinks from it (I had been considering `linux-firmware.git` as basically version control over a...

> Thanks, @jlinton - I wasn't aware of the `WHENCE` file and the `copy-firmware.sh` scripting to create symlinks from it (I had been considering `linux-firmware.git` as basically version control over...

Note: the settings from the similar [`ISDv4 5093`](https://github.com/linuxwacom/libwacom/pull/492) (a variant of the same laptop model, perhaps) seem to work well with this tablet and stylus, after updating the `DeviceMatch` to...

@mrslippers @hhursev @berrnd @markusressel `grocy` looks really great! I'd be glad to help out with this integration to enable loading of recipes As part of [reciperadar](https://www.reciperadar.com) (a recipe search engine...

@Juansero29 some good news - `recipe-scrapers` can parse recipes from any supported website, so any language is possible. Most of the websites supported so far are English-language, but not all...

Some rough notes from what I have learned previously: - `grocy` maintains a local relational database that maintains a product list - product records are required before `grocy` recipe records...

Ok, hmm. It seems that although lekkerensimpel does provide _some_ `schema.org` metadata on the page -- that we collect using calls to `self.schema.()` -- it doesn't provide `Recipe`-related schema metadata,...

Hi @jakern - that's a cool recipe site, thanks. And yep, well spotted - it looks like a bunch of the recipe details displayed to the user are retrieved by...

> With the current code setup the .py file must remain in place for the scraper to be recognized without wild_mode present. This may change in the v15 branch? Nope,...