Chris Pimlott
Chris Pimlott
The demo jsfiddle linked from README.md is broken since it uses old raw.github.com URLs for its external javascript includes, which no longer return the correct mimetypes. A corrected version using...
This is a quick proof-of-concept patch for the idea of allowing the render function to take full control of rendering content within a cell. Instead of returning HTML for DataTables...
**Describe the question** What is the correct way to deskew a PDF that has already been OCR'd by OCRmyPDF? OCRmyPDF complains whenever the input PDF already has OCR'd text. ``--redo-ocr``...
Many of the top hits for HSDS-related search terms go to older version of the docs, when they should probably go to pages under *latest* Some examples: - Search query:...
MIDI playback does not work on Apple Silicon due to a JZZ issue that prevents it from detecting any MIDI devices: - https://github.com/jazz-soft/JZZ/issues/71 This has been fixed in jzz v1.5.8
When writing or debugging a score, it's useful to use the MIDI playback feature to start from a specific point. When working on a particular section, it would be useful...
The demo deployment at timerlab.lukin.co redirects to malware sites. I'm assuming the domain name lapsed...
The [Stateless.co HAL documentation](http://stateless.co/hal_specification.html) and [IETF draft spec](https://tools.ietf.org/html/draft-kelly-json-hal) both use relative URLs (with absolute paths) in all their examples, e.g. ``` { "_links": { "self": { "href": "/orders/523" } }...
The project homepage at [rasteri/HIDman](https://github.com/rasteri/HIDman) uses images in its diagrams that have black text on a transparent background. This works fine on normal "light mode" github but it's practically illegible...