Andrew Scheller

Results 95 issues of Andrew Scheller

The text at the bottom of https://docs.micropython.org/en/latest/library/index.html#extending-built-in-libraries-from-python isn't quite rendering correctly: ![Screenshot from 2022-07-22 17-44-50](https://user-images.githubusercontent.com/476186/180485970-16ae52ff-5cd7-40b3-80cc-da392a797330.png) Note how the backticks are showing up in the last paragraph, instead of `import module`...

If the font-size used by the e-reader fits an exact number of lines on the badger display (e.g. if three lines are visible), then every line is visible when scrolling...

bug

If the container included Ghostscript, it'd allow the built-in optimisation of asciidoctor-pdf to be used - see #111

~~Would it be possible to add [hexapdf](https://github.com/asciidoctor/asciidoctor-pdf#hexapdf) to this Docker image please? Or would licensing conflicts prevent that?~~ EDIT: Would it be possible to allow users (at their own risk)...

Would it be possible to add support for checking links in AsciiDoc (`*.adoc`) files? It seems that lychee is currently unable to correctly parse [asciidoc-style URLs](https://docs.asciidoctor.org/asciidoc/latest/macros/url-macro/#link-text) and reports e.g. ✗...

enhancement
waiting-for-upstream

After a bit of searching, I eventually worked out that the source code for `bin/rcedit.exe` is actually in https://github.com/electron/rcedit IMHO it would be nice if that was mentioned in the...

https://github.com/raspberrypi/hats/blob/master/eeprom-format.md#vendor-info-atom-data-type0x0001 says "It protects against the case where a user accidentally stacks 2 identical HATs on top of each other - this error case is only detectable if the EEPROM...

Is it worth adding a link from https://github.com/raspberrypi/hats/blob/master/devicetree-guide.md to http://www.raspberrypi.org/documentation/configuration/pin-configuration.md ?

The QMessageBox [here](https://github.com/raspberrypi/noobs/blob/master/recovery/main.cpp#L246) doesn't use the `tr` stuff, and so will always be displayed in English, even if NOOBS is set to a different language.

translation