Justus Winter
Justus Winter
I'm also curious where this limitation comes from, and love to see it adressed because as I understand it, this makes using the rpc system somewhat unergonomic.
No, mostly because it is hard to measure. The speedup results from more code being loaded from a .pyc file (this won't happen for the loader script thus it is...
While performing subsequent cleanups I discovered an issue with this patchset (the help browser is broken). I'll send an updated patch set shortly.
Um... my bad. The bug was introduced in another branch of mine for which I haven't sent a pull request yet. Sorry for the noise.
Maintaining compatibility with older python versions comes with a significant cost. Personally I don't have python < 2.7 around, so I can't even test whether I accidentally broke something. On...
Furthermore, `Common.get_resource_path` uses `sys.prefix`.
It also affects the Sequoia Octopus: https://gitlab.com/sequoia-pgp/sequoia-octopus-librnp/-/issues/68 ```text $ cp $CARGO_TARGET_DIR/debug/libsequoia_octopus_librnp.so libsequoia_octopus_librnp.so $ NEEDLESSLY_EXPORTED_SYMBOLS="$(readelf --dyn-syms libsequoia_octopus_librnp.so | grep -v UND | grep -v rnp_ | grep DEFAULT)" $ echo "$NEEDLESSLY_EXPORTED_SYMBOLS"...
I'm on Debian/Linux, mostly Bookworm (i.e. current stable): ``` % target/debug/examples/get_timezone Europe/Berlin % TZ=EDT target/debug/examples/get_timezone Europe/Berlin % TZ=Africa/Nairobi target/debug/examples/get_timezone Europe/Berlin % TZ=:Africa/Nairobi target/debug/examples/get_timezone Europe/Berlin ```
I concur with your analysis. Personally, I think this crate should strive for consistency with the platform, so that applications built on top of it behave like "native" applications, i.e....
Hey Jonas :) >> With Magit from git, the commit *is* created, > > Just to make sure, the created commit is signed, right? Aye. >> On a remote system,...