Gregor Riepl

Results 244 comments of Gregor Riepl

Here's a little bit more context: I use nginx as a reverse proxy for multiple web servers. Some of the vhosts are configured with upstream checks. When I restart nginx...

Sorry for the delay. Here is the (anonymised) config for one service: https://gist.github.com/onitake/075afa3ec99a99ac1e9ec17a273b7043 And here's another: https://gist.github.com/onitake/8650f72c82b97c1dfe1c8858f15432ee Does that help?

I have more of these configurations. The total amount of upstream checks is more than 20. Could it be that they are all executed from the same thread, with a...

I cannot confirm nor deny that, since I haven't been using 1.8 for a long time. I do remember that I didn't observe these errors before 1.10, but that could...

There are multiple reasons why this does not work right. Touchscreen input has a lot of jitter and I'm not doing anything to reduce it in the driver. So, a...

Good question. I think it will surely help with touch detection close to the edges, but jitter also affects finger tracking, and that happens before scaling. Guess I need to...

Yes, it should work. Use the firmware here: https://github.com/onitake/gsl-firmware/tree/master/firmware/chuwi/vi10 (you need silead_ts.fw)

Ah wait, sorry. This is for the vi10, not the hi10. I don't know if it works, but you definitely need firmware. Search for the Windows/Android drivers and provide a...

The naive fix would be to simply replace `number_of_facets` with `facets_malloced` in the `clone()` method. But I don't feel confident submitting a patch that does this, because I don't know...

@alranel Could you take a quick look at this and help put a patch together? Does my suggestion make sense or am I overlooking something?