Marcel Waldvogel

Results 93 comments of Marcel Waldvogel

The `301` redirect was served from disk cache, where it can be stored indefinitely, as it is labelled as a permanent redirect. So you probably were using a `=>` redirect...

There are two useful modes for the Kensington (besides "off" and "show battery level"): 1. Dumb presentation: No mouse events are ever sent; only forward/backward and screen blanking is supported...

I just noticed that when in "Dumb mode", Projecteur works like a charm, when I long-press the "laser pointer" button: Movement events will only be sent while the button is...

Experimentally, I [lowered the upper key limit](https://github.com/jahnf/Projecteur/blob/eb9ff490f8206c8010df7f73d3aa8fe9ed9e51b3/src/virtualdevice.cc#L103) from `KEY_MACRO1` (0x290) to `KEY_COMPOSE` (127). Now, the `E` is received by applications. Judging from the following code/comment, may I presume that you...

From the [above-mentioned Debian bug discussion](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983357), it is my understanding that a kernel fix is required to really fix the problem (increase the buffer to handle these generic virtual keyboards)....

I see your point. Even the compression that is applied by most web servers (about -80%) only compensates for part of this growth. I am partly in favor of the...

Sounds fine :+1:. Will look into this in the next few days.

When resizing the window, it can be crashed relatively quickly, especially with large window sizes (500x200 or so). By accident, it occurred several times in maybe 2-3 minutes (trying out...

If the login does not provide a password which JSXC can intercept and use toward the XMPP server, you need to use [xmpp-cloud-auth and time-limited tokens.](https://github.com/jsxc/xmpp-cloud-auth/wiki)