Peter Bierma

Results 71 comments of Peter Bierma

> Quick comment: once compiled, C extensions expose Python objects, right? Griffe should already be able to handle those, as it supports dynamic analysis (importing modules and inspecting them). That...

I think doxygen might be a bit much for mkdocstrings - it is *huge*, and those who need all of its features will just use its markdown output feature anyway....

I have considered mixins, but it's not exactly ideal when you want to do more with the class than just modify it. For example, with a dataclass-like situation, I don't...

Apparently, they only show when building with `mkdocs build` and not `mkdocs serve`

I'll see if I can get a repro later today. In the meantime, you can look at the TOC in the Netlify build from [view.py 147](https://github.com/ZeroIntensity/view.py/pull/147), and then try building...

Odd, that issue is from months ago, but I only started having problems this morning.

ok, sorry for the late follow up but sharing a repl result isn't an option a fair amount of the time due to mobile limitations (such as no code blocks)....

you can see codeblocks, but you can't post them (on ios at least), since theres no actual backtick key on the keyboard

oh i didn't realize that existed