Jon Crall
Jon Crall
Also occurs in xdoctest (1.1.5 branch, manually fixed in 1.1.6). Original docstring was: ``` * callname - the name of a callable function, method, class etc... e.g. ``myfunc``, ``MyClass``, or...
I would accept a PR that adds this support, or any other state-of-the-art hashing methods so long as any extra dependency is optional, backwards compatibility is maintained, appropriate tests are...
Is girder itself in legacy / maintenance mode or just the Python client? I'm confused about the status here. In either case the README for the particular component should be...
Oh, that is news to me. I'm curious as to the reason, or if there is a new alternative we are recommending instead? Does this mean data.kitware.com is also not...
Not sure why the Validate / test (3.7 on macos-12) is failing, I don't think the changes here should have caused that. Also for reference I wanted to post the...
It's a TypeError from the pyx file: ``` File ~/.pyenv/versions/3.11.9/envs/pyenv3.11.9/lib/python3.11/site-packages/lark/parser_frontends.py:100, in ParsingFrontend.parse(self, text, start, on_error) 98 chosen_start = self._verify_start(start) 99 kw = {} if on_error is None else {'on_error': on_error}...
That's my conclusion as well, but I haven't been able to find docs that explicitly state that is the case. I'm not sure if this needs to be fixed in...
My $0.02 is to standardize on ISO-8601 with timezones always included. If timezones are not included, then you always have an ambiguity. I've dealt with this in `kwutil.datetime.coerce` by having...
I think only a minor modification is needed. When balance_categories is True the current behavior is correct because the splits depend on the annotations. If you have two datasets with...
You need to control the code that is doing the looping to use progiter.