Ben Olden-Cooligan

Results 199 comments of Ben Olden-Cooligan

The extra size is from embedding the font used to render the text, which is required by the PDF-A standard.

Some OCR software uses a "fake" font instead of embedding a real font, but (a) that means the character measurements are off, which can cause alignment issues, and (b) that...

https://github.com/lichess-org/lila/pull/15488 has been merged for this. @Siderite FYI there are some minor DOM changes to the move tree (currently visible on [lichess.dev](https://lichess.dev/) if you want to check) so this could...

You can look for the <a class=expand> element to know that there is something to expand.

The issue is using `Assembly.GetEntryAssembly()` here, which can be null in various cases (e.g. unit tests). https://github.com/unosquare/swan/blob/4b33e5f943a4513124243c0fcf8e9b9f7503b858/src/Swan.Lite/SwanRuntime.cs#L37 In my case I found I didn't actually need to use `AutoRegisterCertificate`, my...

I do agree that "Automatically run OCR after scanning" could use a note of clarification, something along the lines of "This can speed up PDF saving later. If not selected...

I've created #306 to track toolbar change suggestions.

You can't edit or delete profiles from the menu.

I've renamed the toggle in [NAPS2 7.4.1](https://www.naps2.com/download) from "Automatically run OCR after scanning" to "Pre-emptively run OCR after scanning" which hopefully communicates the meaning better.

The ones I've included in Github are those that aren't included with Inno Setup by default. I want anyone compiling the code for themselves to be able to create the...