Jason Madden

Results 153 comments of Jason Madden

The only way to update the description is to upload a new version.

My group isn't using devpi yet (so I can't verify whether devpi needs register), but we expect to soon. It would be a shame if twine didn't work with it,...

> `deps/greenlet/greenlet.h:42:5: error: unknown type name 'CFrame' CFrame* cframe` > This looks to me like a problem in the gevent code for arm64, maybe because this is not an atomic...

> If you use gevent 23.9.1 and greenlet 3.0.2 gevent can't be build. Nope, you are 100% wrong. Want proof? Both of those project versions publish binary wheels for that...

Binary wheels for Apple silicon have been published for many releases at this point. All provided macOS wheels are universal, able to be installed on Intel or Arm.

I don't know anything about the keyboard package or the `/dev/input/event…` files, so other than pointing you towards the gevent [debugging docs](http://www.gevent.org/monitoring.html), I don't know how to help.

PRs welcome, but that's not something I'm going to spend any effort on. The release process is fully automated with `zest.releaser`.

(The tl;dr is: maybe `contextvars` will work for you.) > Ah, of course, gevent switching tasks does not switch TLS Right, because its greenlets that are switching, not threads. >...

Distributing it (where "it" is an implementation of the PickleCache) as a separate package might be difficult, at least as far as the C version goes. The CFFI version could...

`_p_repr` was originally proposed back in #11 by @jimfulton. I believe it allows subclasses to define a representation for the common case without having to worry about error handling for...