Steffen Brüheim

Results 48 comments of Steffen Brüheim

This "suspicious web service" could be [PackageControl](https://ue.spdns.de/packagecontrol/) if you have it installed. It downloads a JSON file with all the available packages from . The actual packages are downloaded from...

> https://ue.spdns.de/packagecontrol/ seems to periodically pull down star and download counts. It's not only that. The main thing is to check periodically the latest release with a keypirinha-package-file to install...

Maybe this is caused by the missing NTLM support in keypirinha https://github.com/Keypirinha/Keypirinha/issues/243#issuecomment-334108610 ? Related issues: https://github.com/ueffel/Keypirinha-PackageControl/issues/1 Maybe someday is will be improved: #247

> Does it even make sense to try to compress SSE? Maybe we exclude it from the default content type matcher for `encode`. Generally it does make sense. You can...

btw: there is already [`io.NopCloser`](https://pkg.go.dev/io#NopCloser) in the stdlib. No need to reinvent it :)

@mike5x3 Do you frequently generate connections files for SQLDev? I don't, not really seeing the use case here 😅 Maybe a python version would be a faster than a java...

> What's the use case of the python version for decryption instead of using the java version? Python is easier to write, especially for small scripts like this project :)...

> I have a question. What approach does caddy currently take, for clients that do not support compression ? I suggest you just read the code and maybe run through...