Ulrich Huber

Results 76 comments of Ulrich Huber

You are most welcome to create some mocks for a more touch friendly GUI. Including what gestures you'd like to have supported and so on. That should cover the first...

You understood the approach wrong. Zip files are not about many documents in one zip but about one document with multiple pages in one zip. Should you want to separate...

Another thing your approach does not consider is the big overhead in time and power consumption you get for disk access. With breaking documents down to pages you will have...

For collaboration there is no benefit as we work with deltas. So only data that was changed is actually transferred between users. One other issue is that your solution would...

So what you in essence want is a high level format as I recommended earlier on. You just use different names (sections instead of documents). I'd introduce a second file...

Oh and about the tabs of OneNote: I hated those. They were thought to introduce some kind of separation into notebooks but they fall short of being a good tree-like...

> @thezeroth: each section should be able to have as many pages as possible. In that regard, it might be interesting to introduce chapters as a level inbetween documents and...

Unfortunately no. I don't really have the time anymore to work actively on the project so I have to restrict myself to checking PRs and some background work. Thus this...

@tdyckerh I answered your mail but got some awkward error from my mailserver that it could not deliver my answer. Feel free to reach out to me with your private...

This bug occurs to me at every screen rotation. It seems xInput needs some time to "refind" the touch digitizer. I made a messy workaround: ``` while(1): try: check_call([ 'xinput',...