nekrondev

Results 18 comments of nekrondev

I think the culprit is here: https://github.com/eikek/docspell/pull/2066 so it's not your fault @eikek :) Renovate bot somehow managed to automerge a major release change from 3 to 20230329 at the...

As far as I can see Eike changed from `BlazeServerBuilder` to `EmberServerBuilder` implementation using the servers defaults. https://github.com/eikek/docspell/blob/50dadad48e85d25a8127a3bae2c53110663d90c5/modules/restserver/src/main/scala/docspell/restserver/RestServer.scala#L63 `EmberServerBuilder` is using a 60 second idle timeout on socket reads that...

To fix this issue the `idleTimeout` should be user-defined like `responseTimeout` that can be configured through the startup env vars. The now fixed idle timeout behavior will break reverse proxies...

Actually there is an even better and much more easier solution to this by returning the keep-alive events from client downstream to backend as seen in #2500. The websocket connection...

Many thanks for building and maintaining `glasgow`... I've got a question regarding this issue ... how practically does this affect using the current device revision (C3)? I'm new into this...

> I'd like to configure Cynthion to be a really basic USB host so I can plug my device in and capture and analyze the packets it sends without all...

Ok, found a working solution for UTF-8 encoded ZIP archive filenames not processed by the Ubuntu 24.04 based image. The `docker-compose.yml` file must contain an environment setting to tell java...

I followed the project right from the start and my best bet would be to check if Moondancer (i.e. Facedancer running on Cynthion) allows MITM of MTP protocol to change...