William Brockhus

Results 15 comments of William Brockhus

Alignment is based on the number of characers, not the width of individual characters (since they should all be the same width in a typical monospaced font). This issue is...

@yaodingyd thanks, this has made me review my issue. This is interesting. Adding `default: {}` to `foo` in my test above produces the desired results. From what I can tell,...

@LaserPew Try adding the below to the start of your `server` block and check out what the resulting file says about the error error_log /var/log/nginx/error.z2ma.log debug;

Update: I've realised that this occurs when the syntax is set to CSS and the file extension is `.resource`. Interestingly, it doesn't occur when the syntax is set to SCSS...

Did some debugging, `user-select: none;` did not help. Looks like making the tap pagination floating bars the same width as the margin setting might be the way to go. This...

I fixed this on my Glo by creating a [`dictionary-user.css`](/baskerville/plato/blob/master/doc/MANUAL.md#dictionary) file with the following content: ```css ol, ul { padding-left: 1.125em; } ```

Does plato just toggle a system setting that inverts the colours then? I enabled the 'Invert Screen' setting in the developer settings of the device, then tested with and without...

Interesting. I added some logging to the `update()` method in `kobo1.rs` and found the flag is being passed as expected during sleep/wake, so the problem must be in the driver....

I understood some of these words 😂 Not sure what 'blit' is, or what you mean by Mk. sweep, I assume it has something to do with passing `UpdateMode::Full` to...

Doing it this way consumes only 1 DML limit per 200 records, but it still consumes more than adding the records to a list and doing the DML once, which...