Results 63 comments of Alex-Kent

@Kyle0122 @ymarcov Here's a patch that'll get UTF-8 working. Not heavily tested but load and save seem to work correctly. Uncompress the [attached file](https://github.com/jamiemcg/Remarkable/files/3031491/RemarkableWindow.py.patch.gz) (perhaps with `gunzip RemarkableWindow.py.patch.gz`) and save...

Several of the demos use that server (free-*.tilehosting.com) none of which work. They're all the ones centered on northern New Jersey.

Yea, that would normally be an good option. On my system though `Control`+`F2`¹ is a global shortcut that switches virtual desktops. This means that, for me, setting/clearing bookmarks must thus...

I ended up working around this by adding a window manager input action that remaps F1 to Alt+F2 for the OpenSCAD window.

> Edit: I forgot that last year I modified Gittyup to remove code that worked with commits to use my installation's git instead, to specifically support signoff and GPG because...

See my edit regarding GPG. > Edit: I'm not sure why Gittyup was developed to use libgit2 in the first place. I would've simply required git to be installed to...

Kernighan and Pike's words come to mind: [*Program design in the UNIX environment*](https://harmful.cat-v.org/cat-v/unix_prog_design.pdf)

To elaborate on my earlier comment regarding GPG: Calling an external `gpg` binary to handle signing is pretty much a requirement. Even if signing could be done in-application many organizations...

Yes please.

IIRC the syntax to use for this scenario is: ``` maxNativeZoom: 2, maxZoom: 20 ``` `maxNativeZoom` → The highest zoom level available via the physical tiles `maxZoom` → The highest...