Sinus
Sinus
Added options for more thumbnail cropping modes [basic_settings]\thumbnail_cropping_mode: - "crop" is the usual default, cropping an appropriate part of the image; - "fit" stuffs the whole image into the thumbnail,...
Added curl as a more configurable HTTP connection library. (Includes: [saas786's](https://github.com/saas786) HttpAdapterInterface patch, plus HEAD request validity check patch. May not need the latter.) Primary improvement: if curl fails to...
When performing makeRequest, request were undergoing proper validation, and could throw errors. In pagerCount, though, _getResponse was not followed by toResource, so it was not validated, even if the HEAD...
Performs HTTP status code error guessing if "Content-Type: application/json" was received in header but had no valid error in body. This supports valid error codes in HEAD responses.
Curl would allow for much more robust error-handling, while `file_get_contents` is capable solely of throwing PHP warnings and little more. So why exactly is a hands-down worse method of handling...
- added support for formatting plugins, able to modify the display of Message, Stack and Locals. - "Compact" formatting plugin included, with an explanatory screenshot. - switching of plugins is...
Due to the PCjr code enforcing a square wave sign change on every new note, fast note sequences caused a choppy or rasping sound to be heard. The original SN76496...
This is quite likely not html-webpack-plugin's fault, but a peculiar behaviour I observed quite consistently. Situation: html-webpack-plugin @3.2.0, Electron @7, Node @12. Ancient stuff. But do read on. State 1:...
The cp437-to-unicode translation string can become mangled when the library source is read as plain ASCII (in specific cases of bundling with webpack, for example). Writing the cp437 string with...