Jon Charest

Results 6 comments of Jon Charest

I like the idea of a declarative API (and discussing the API from the start!). From what I understand a declarative API means the user writes code describing _what_ they...

@ericmjl I could see having both if declarative API calls map directly to imperative calls that use defaults we choose. Optional imperative statements could also be specified that would then...

Just a few thoughts: 1. It is standard in the matplotlib API to see plotting functions that take kwargs of different types to set attributes of the plot. See the...

@ericmjl: I can put together a PR for using `plt.scatter` to see what that would look like. @leotrs: You're right, properties are the way to go. The existing `set_*` methods...

Hi @victoreram ! Thanks, I'm glad you've found the code here useful. The code you posted seems to properly fetch a single review. Could you clarify where you're finding reviewContent...