Results 114 comments of Greg Werbin

@da-woods Do you have an example of the generated Cython code? It would be very helpful to at least have an equivalent of this page https://numpy.org/doc/stable/user/c-info.ufunc-tutorial.html#example-numpy-ufunc-with-multiple-arguments-return-values in Cython. I tried...

It looks like the PR was rejected due to not having thorough enough post-install tests. Is there something better than `httplab -version`? It seems the Homebrew team is OK with...

I'm not sure what they mean. You did the right thing by asking in that thread.

They're looking for some way (other than `httplab -version` to test that the installation went well.

Evidently not, but if you can't find a better test that can be encoded in a Ruby script then your best bet is to make a case to the maintainer...

I think the Portfile should be as simple as: ```tcl # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup...

@itsayellow I don't fully understand that objection. Python doesn't "introspect" to figure out if `-m` is usable or not; `-m` always works. If a package doesn't support `-m`, you get...

> In general I'm personally less interested in this direction. At some point, if you understand all the low-level plumbing that this would give you access to, you may as...

> What about something like virtualenvwrapper? It seems like this would take care of a lot of your use case, centralizing venvs, but allowing full access. > > I appreciate...

> > Heck, it would have obviated the new feature that was just merged into Pipx (the 2nd option from the OP). > > Huh? The new feature allows `pipx...