Maximilian Hils
Maximilian Hils
Happy to take a look at a PR! :) I don't think we have anything else yet that parses directive options, but if we tackle this it probably makes most...
The problem here is that `dir(module)` returns a non-str object in your module. We should catch that in pdoc and ignore it.
> I have a CHANGELOG.md file that doesn't fit to any particular function documentation. I want to create an extra page in the main index listing to show this file....
Hard to say in general what's going on, you can probably figure out more with print statements in https://pdoc.dev/docs/pdoc/extract.html#walk_specs. One potential source of issues here could be that the CHANGELOG.py...
Ughs, thanks for catching this! This definitely is a bug in the action right now. I guess we need to do something like this to fix it: 1. Create commit...
This has been fixed in [dd55f44](https://github.com/autofix-ci/action/commit/dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a) :)
Based on the logs, it looks like the server is indeed just terminating the connection. We can maybe figure out more with a PCAP and TLS secrets (https://docs.mitmproxy.org/stable/howto-wireshark-tls/) for a...
Please merge yourself once test failures are addressed. :)
> ok so whats happening here [...] This is a super nice explanation, let's move your entire post into a source code comment! :)
After digging a bit into this: This are more tricky and subtle than expected. For example, right now I think we will fail if the compressed message is slightly below...