Jason R. Coombs

Results 1062 comments of Jason R. Coombs

Seems reasonable. Would you be willing to develop a fix (with tests)?

Looks like `unset` is a [legitimate setting](https://developer.mozilla.org/en-US/docs/Web/CSS/unset). I welcome a patch to fix it.

> Would it be appropriate to use `"utf-8"` instead of `"locale"` (which isn't added until 3.10)? In my opinion, "utf-8" almost always the best way to go. It provides more...

I suspect the issue here is that pypy probably triggers invocation of `sh -c uname` during `plaftorm.uname()`.

It's not obvious to me whether the behavior you expect is desirable or not. I can definitely see how in some cases you would want to inflect a capitalized word....

I'd be enthusiastically in support of this change. I won't have time to work on it, but I'd gladly accept pull requests and help guide a new release with this...

If considering headless selenium, I'd recommend [splinter](https://splinter.readthedocs.io/en/latest/). I used that on another project and found it much easier to use than Selenium. In my experience, the biggest problem with any...

*Original comment by* **Sam Ockman (Bitbucket: [NewStart](https://bitbucket.org/NewStart), GitHub: [NewStart](https://github.com/NewStart))**: ---------------------------------------- Yes, this has bitten me too... Here's an example I ran across: for carbohydrate fuzzy gives KRPH as opposed to...

*Original comment by* **Brian (Bitbucket: [eode](https://bitbucket.org/eode), GitHub: [eode](https://github.com/eode))**: ---------------------------------------- ..edited for formatting, and added expected behavior

I should point out that reading from pyproject.toml or from an installed package's metadata (#502) might seem like workable approaches, they will fail in general because they don't honor PEP...