Jon Crall

Results 179 issues of Jon Crall

Investigate issues raised in #60 This fixes the bug in `sort_url_list` This PR makes a few functional changes, which (1) made it easier for me to do testing and (2)...

Wondering if there are plans to release the latest code on pypi? Looks like the version in `__init__.py` needs to be bumped. Current version on pypi is 1.4.0 (https://pypi.org/project/FeLS/), which...

## Motivation The mmcv library requires the cv2 module, but there are two flavors of the module that different users may want in different circumstances, either `opencv-python` or `opencv-python-headless`. These...

I found there is a way to maintain support for the old coroutine decorator in Python 3.10+. With this patch, the script now runs in my Python 3.11 environment.

I'm attempting to run `riskeycap_full.py` and I've been able to hack it to work well enough, but I ran into these issues. I'm not sure if I'm using the wrong...

This contains a minor cleanup for the Python code. I removed unused imports (Added `# NOQA` to make linters happy about unused colorama imports, although maybe they can be removed?...

The README is currently sparse, adding a reference to the youtube demo would be helpful.

This is an initial report of an issue I observed when updating xdoctest to support pytest 8.0. What I found is that when I ran a test effectivly using the...

topic: collection
platform: windows
type: regression

# Bug Report I have a DVC ssh remote that requires 2FA (two factor authentication) to login. Specifically, need to use a yubikey whenever I ssh into that box. I'm...

fs: ssh

### Provide environment information Same env as: https://github.com/wkentaro/labelme/issues/1334 ### What OS are you using? Ubuntu 22.04 ### Describe the Bug Output I get is: I was creating a lot of...

bug