Janus Troelsen
Janus Troelsen
Python 3.7 added TLS support in Asyncio. It would be cool if a SOCKS connection could also be upgraded with StartTLS. See https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop.start_tls
at least 1.1.13 is available from the same source
I have cabal-install-3.10.3.0, trying to open the repl for the release of client-core from today: ``` $ cabal repl -w ghc-9.8.2 -b servant-client-core [ 9 of 13] Compiling Servant.Client.Core.HasClient src/Servant/Client/Core/HasClient.hs:71:92:...
Rebased version of #1724
Since crypton is a new package, I was wondering whether it doesn't make sense to make big changes now, which is early in its development cycle. That would include stuff...
I am trying to make some libuv bindings, such that I can have asynchronous networking. But I noted that there is no FunPtr. And even if there were, I am...
Seems like MicroHs doesn't like this, I am not sure whether this is a GHC extension to the TupleSections extension that isn't supposed to be supported, or whether it is...
Mandatory information: * Package : I think the most notable are `memory`, `foundation`, `basement` * cvss: 8 * affected versions: Latest, and given that the packages are abandoned, no new...
I removed the template since none of it applies. This is just a request to widen the accepted versions of the QuickCheck dependency. QuickCheck-2.15 was released in May but ShellCheck...
### Description of the change Another attempt at #1238. This introduces a global git cache which is used for non-branches. That means that if you have a tag/commit specified on...