Jason Madden

Results 257 comments of Jason Madden

Have you considered `UV_RUN_ONCE` (or `UV_RUN_DEFAULT`) instead of `UV_RUN_NOWAIT`? Whatever changes the value of `_keep_main_loop` would then want to trigger an async watcher to wake the loop up.

Sorry, no, I really don't have that kind of time right now.

> We'd want to be able to support the same functionality for rST-formatted descriptions as well though, and I'm not familiar enough with rST to say how to do that....

Hi! Thanks for the request. The PyPI moderators have a few guidelines for the creation of new `Framework` classifiers. Because removing classifiers is very difficult, and the longer the classifier...

Hi! Thanks for the well written request. The PyPI moderators have a few guidelines for the creation of new *Framework* classifiers. Because removing classifiers is very difficult, and the longer...

Hi! Thanks for the well written request. I suspect the classifiers being requested need to be in the `Framework` namespace, i.e., `Framework :: SciPy :: scikit-learn`. The PyPI moderators are...

Hi! Thanks for the request. Because removing classifiers is very difficult, and the longer the classifier list gets the harder it is to browse, the bar to add new ones...

Thanks for the request! Currently, adding license classifiers is generally waiting for a resolution to the umbrella issue pypa/pypi-support#142.

Hi! Thanks for the well written request. The PyPI moderators have a few guidelines for the creation of new classifiers. Because removing classifiers is very difficult, and the longer the...

For macOS, `intel` in a platform tag indicates a universal binary: [`gevent-1.4.0-cp36-cp36m-macosx_10_6_intel.whl`](https://files.pythonhosted.org/packages/6c/49/681ec1026fe0313d1c6f00a58416f9ade121911f2fd55023e3e7cbd7803f/gevent-1.4.0-cp36-cp36m-macosx_10_6_intel.whl) will work with 32 and 64-bit processors. `x86_64` is only for 64-bit, and `i686` is only for 32-bit;...