Paul
Paul
# Context Some battery-saving apps such as [Hail](https://github.com/aistra0528/Hail/blob/master/README_EN.md) offer to automatically freeze apps in order to prevent them from running background services that drain the battery. It can also create...
Room: - Matrix: `#OpenRCT2_non-dev:matrix.org` - Gitter: https://gitter.im/OpenRCT2/OpenRCT2/non-dev How it looks from Riot:  How it looks from Gitter:  Source of the image message: ```json { "origin_server_ts": 1530114644742, "sender": "@noname120:matrix.org",...
`docinfo_from_xmp()` returns an exception when given a reduced precision date (`YYYY` / `YYYY-MM`). # Investigation From the [documentation](https://developer.adobe.com/xmp/docs/XMPNamespaces/XMPDataTypes/#date) of Adobe about the `Date` XMP data type: > A date-time value...
The SFO reader is pretty handy but it would be great if it was able to modify the SFO as well. This would allow homebrew developers to easily experiment with...
Flowing text is actually just an EPUB from which Google Play Books extracted the HTML and the images, enriched them with custom attributes related to their web player, and encrypted...
- [ ] Automatically optimize PNGs with [pngquant](https://github.com/kornelski/pngquant). - [ ] OCR with [OCRmyPDF](https://github.com/ocrmypdf/OCRmyPDF) (it uses [Tesseract](https://github.com/tesseract-ocr/tesseract) under the hood). - Note that OCRmyPDF additionally optimizes images (e.g. with pngquant),...
Fix #39 Fix c69f65c A single backslash escapes the character after it. So `\which` just escapes the `w` which gives `which`. We need a double backslash instead: `\\which` → `\which`.
# Currently Press `IINA` → `Open URL in New Window` → Paste link → Press Return → Close previous window. # Proposition Press Cmd V. Done.