Kyle Rich

Results 12 comments of Kyle Rich

I'm not sure if this comment belongs here, or in a new issue. Let me know what you think. I'd kill for the ability to click on the tray icon...

Another issue with documentation: ofxparse.py:136-139 define the account.number property, which according to the comment, will be removed when OfxParse reaches v1.0 in favor of the account.account_id attribute. However, the README...

I would like the same for a PATCH method I'm writing. I want to be able to make all fields optional, even though none of the columns might be nullable,...

This may be scope change, but I'd love to at least hear your thinking on this. Function signatures (optionally) contain one more type annotation that `validate_arguments` does not currently touch...

Update: I see that you CAN now validate return values in v2! Huzzah!

You definitely can change the title at any time. Here's where I did so, as an example: https://github.com/Jzar/misc/blob/master/misc.py#L96

@jaredks You can close this now. =)

> > `get_latest_version(package_name)` > > I don't see why `pip` would need to get involved here. This can be done with a simple request to [PyPI's JSON API](https://warehouse.readthedocs.io/api-reference/json/). It certainly...

Fair enough. I'd been thinking that `parse_requirements` was more of a feature of this project than a wrapper around pip itself; my bad. That being said, the `Pipfile` project does...

Or feel free to close, and reopen when / if appropriate.