Christopher Rowley

Results 471 comments of Christopher Rowley

I'd gladly take a PR if you have precompilations to bring down the ttfp. I'll note that your question was really to do with the Blink backend - using the...

I just took a look at the source: https://github.com/vtjnash/Pidfile.jl/blob/67c3f23b25d4e43f1f5785ce77c2cac6952fefcf/src/Pidfile.jl#L128 Pidfile.jl uses both the PID and hostname, which presumably means it works with shared filesystems too.

Oh yeah of course this is a python package so need a python implementation of pidfiles.

Can you reliably find all the `pyproject.toml` files of all installed packages, regardless of how they were installed (from wheels or source)?

This is a neat idea. I've wondered about doing the analogue over in CondaPkg too - namely putting the dependencies into Project.toml instead of CondaPkg.toml. The situation is easier there...

One potential down-side - would it tie you into using a particular build system? There are quite a few Python build systems nowadays and I wouldn't want to force people...

I don't think having Julia packages install at pip-install time is going to be possible, given it needs to happen knowing all the dependencies of all python packages in your...

As for putting the info into pyproject.toml, it's a nice idea, but we need a mechanism for that info to be put into the package when it is built -...