ptitdoc

Results 28 comments of ptitdoc

Hello, I did not manage to use gitfs + pygit2 + http/https web proxy either.

It has been apparently fixed upstream : https://github.com/libgit2/pygit2/pull/1063/files With this pygit2 patch, forcing proxy detection work. It may require adaptation in salt to make proxy automatic (add argument proxy=True in...

I confirm I had to change the following line (in addition to setting `http_proxy` and `https_proxy` environment variables): https://github.com/saltstack/salt/blob/306aa6dd2948e8d149fa65f51e9959a2e464a930/salt/utils/gitfs.py#L1857 To: ``` fetch_kwargs = {"proxy": True} ```

> I'm late to the party, but what's the limitation on just manually adding additional headers? > > Adding `From:` as an additional header is not possible because the From:...

Something to do with the mail.parseAddress function?Le 3 juin 2022 17:05, Glenn Wilkinson ***@***.***> a écrit : This might all have something to do with PR #2334 Thoughts, @ptitdoc and...

Hello, Thanks for testing. Can you give more information ? Which command line did you use ? You need to activate SOCKS explicitely `--protocol SOCKS` You can also enable more...

Hello, I'm checking your PR as we both have a big PR (https://github.com/ickerwx/tcpproxy/pull/21) with similar features (except for plugins). Basically, I also implemented logging, and rules mechanism (however not through...

Hello, bringing back work in progress here as the other pull requests have been closed: More work is needed to merge filters for OT protocols. Here is the current approach:...

What about a tool in dom0 that scan changes in ~/QubesOutgoing/[VMname]/ folder and send it to the AppVM ~/QubesIncoming/dom0 when available ? For instance, when you take screenshots, you just...

https://github.com/etingof/pyasn1/blob/db8f1a7930c6b5826357646746337dafc983f953/pyasn1/codec/ber/encoder.py#L531 https://github.com/etingof/pyasn1/pull/162 The commit message says ``` - Removed default initializer from `SequenceOf`/`SetOf` types to ensure consistent behaviour with the rest of ASN.1 types. Before this change, `SequenceOf`/`SetOf` instances immediately...