Max R. Carrara
Max R. Carrara
Tracks the development and state of supporting sub-interpreters in PyO3. ### This issue really only tracks progress, for discussing everything else, feel free to join over here: https://github.com/Aequitosh/pyo3/discussions/1 ### Summary...
# RFC: Multi-Phase Module Initialization as per PEP 489 This PR implements multi-phase initialization in PyO3 as a drop-in replacement for single phase initialization. While it still needs some polish...
A rather recent PR made `ceph-crash` run as `ceph` user instead of root[^0]. However, because `/var/lib/ceph/crash/posted` belongs to root, `ceph-crash` cannot actually post any crash logs now. This commit fixes...
Basically what the title says. To give an example of what I mean, this here compiles just fine: ```html {% for (route, name) in [ ("/about", "About"), ("/contact", "Contact"), ("/events",...
Module: `Attribute::Handlers` ### Description Basically what the title says. If an attribute is specified on a private subroutine (e.g. `my sub foobar : ATTR(CODE) {}`) symbols go missing and compilation...
This PR is made mainly in order to address issue #134, but goes beyond that and also addresses a bunch of other things in one go. In essence, this PR...
Basically what the title says. At least in my case (Neovim 0.10.1) there's no hover documentation for inbuilts like `die`, `warn`, `shift`, `push`, etc. - basically all inbuilts, as far...
Something I have noticed while writing docstrings with POD is that sub-subsections are cut from the result of `textDocument/hover`. It's probably best if I demonstrate this with an example. Let's...
As the title says, `zellij` is sometimes inconsistent when it comes to session serialization / resurrection. Version: `0.42.1`, installed via `cargo install zellij` To describe my specific case: - Occasionally...