Results 19 comments of nocarryr

This might be the source of the issue: https://github.com/readthedocs/sphinx_rtd_theme/blob/bc73ad84068b4ee7d8ddae7e51f5b767e8fd377b/src/sass/_theme_rst.sass#L472-L475 I'm seeing the same thing on my doc builds. If you use dev-tools to uncheck `display: inline-block` everything appears normal. (It...

@spidertyler2005 @KennethNielsen Here's a [gist](https://gist.github.com/nocarryr/846301fd5c9083e2243346d19e55b5a3) that replicates the issue. When built, the `` tags are displayed as inline-block (as they do in the above screenshot). If built with the [last...

I ran into a similar issue, but with different exceptions being raised... Output from [this build](https://github.com/nocarryr/cython-sounddevice/runs/583882321) shows an exception raised when trying to add a `FileTracer` for a .pxd No...

@webknjaz since neither of the projects linked to above use `src/` layout, I'd think not. That issue though and your PR are something I'm sure I'll run up against in...

@westonplatter @johannes-mueller Can always just use the css override in my last comment. If it's not going to be fixed by the maintainers, monkeyhacking is always a viable solution. (As...

Hi @jayvdb, thanks for bringing this up. While I've never imagined this project would be used anywhere except for my own projects, a top-level namespace conflict is definitely an issue...

Ah, I can see how the containers in the `pydispatch.properties` module would be useful on their own. It would be better to decouple them away from the descriptor mechanism (Property...

What do you see in the drop-down when you open the device settings popup? (under "File") Are there any options to choose from?

@jayvdb my apologies for lack of response, I'm not sure how this issue got unnoticed. That behavior was intentional at the time for consistency. The `keys` argument is meant to...

I like the concept, and the updated introspection in `__new__`. Definitely worth having. Do you mind removing the unrelated changes from this PR though? Your code editor included quite a...