Emanuele D'Osualdo

Results 274 comments of Emanuele D'Osualdo
trafficstars

If I were to do it, I would try to see if the `dateutil` module works with ST's python (it is not bundled with ST3 as far as I can...

Yes, the framerate is ok on USB. I was thinking of something simple, for example: * reading the pen input buffering the events every say 1/10s and calculating the bounding...

Sure, just putting the idea out there ;) This is already incredibly useful as it is, thank you for sharing it!

I have an update: I've been testing reStream and it seems that the main speedup is due to using lz4 to compress the stream efficiently on the remarkable. Since using...

I took the liberty of writing a (hopefully) better UI. [srvfb.html.zip](https://github.com/Merovius/srvfb/files/3578371/srvfb.html.zip) What do you think? The only part that might be "controversial" is the loading of the static image to...

> > For that to work properly one needs to add `w.Header().Set("Access-Control-Allow-Origin", "*")` at line 292. > > To clarify: Do you mean to use a local HTML file, or...

@torwag to add pinch&zoom gestures add this to the script bit: ```js var pinchtimer=0; window.onwheel = function (e) { if (e.ctrlKey) { e.preventDefault(); zoom -= e.deltaY * 0.01; clearTimeout(pinchtimer); pinchtimer...

I may be able to do something about this next week. I have some local code I could just upload to my fork. Let's see.

@Merovius hi sorry for being so unresponsive. I really had no time for this. Please don't let me stop this from being incorporated, I am happy if it's useful to...

Can I add that, to my knowledge, the concept of [Jabberwocky](https://en.wikipedia.org/wiki/Jabberwocky) is probably the closest to Supercazzola in English literature. It shares with Supercazzola the ludic use of neologism and...