larryhastings

Results 15 issues of larryhastings

Consider this program: import appeal app = appeal.Appeal() def int_float(i: int, f:float): return (i, f) @app.command() def fgrep(value, i_f:int_float=None): ... app.main() The `fgrep` command now requires either _one_ or _three_...

As per wasabi2d's `requirements.txt`, the current HEAD requires ``` moderngl==5.6.* ``` This version is already more than a year out of date; moderngl 5.7 shipped in October of 2022, and...

I want correlate to start paying attention to the order of "keys" added. Consider this input: dataset A: "A" "big" "wonderful" "mouse" -> value X dataset B: "Let's" "get" "that"...

The "walkthrough video" linked to in the main README: https://www.youtube.com/watch?v=xMBruBrhnv8j is marked "private", and can't be viewed by anyone except the video's owner. Please either make the video public, select...