Tobias Bora

Results 245 comments of Tobias Bora

Hum, I'm not really sure. For the first problem, it's just a minor modification of the UI by adding a new shortcut, for the repetition, I'm not sure, but I...

If it's too hard to add a configuration, sure we can just increase this default value.

The main reason behind changing zoom is that when I write some text on the borders I want to make sure that my "followers" see also that text. It's quite...

Is there any white paper explaining: 1. the `ots` format (Also, why don't you just use a simple json (potentially compessed with tar.gz or alike) where binary are encoded as...

Whoo, thanks a lot for this precise documentation! This should be made public IMHO.

Thanks a lot for the detailled answer. Too bad it's github specific, and therefore not self-hostable, but I can understand your point. Pushing this project to gitlab (or in some...

@agarwal : I think that there are lot's of reason to explain why this scheme is present in every popular library/framework. And it's not only for reusability (even if it's...

Well Eliom doesn't pack static files I think, so I'm not sure to see how I would do that. And the documentation about that is pretty poor... And by the...

Well if you manage to make it working with several directories, I would be very happy !

In my case I needed to put: ```nix ( import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) { src = builtins.fetchGit ./.; } ).shellNix ``` (the solution proposed by zimbatm gave me some errors) However,...