Results 33 issues of Jeremy Metz

## Description Adds option of passing callables for `high_threshold` and `low_threshold`, which take the magnitude image as inputs. This allows more general threshold strategies. ## Checklist [It's fine to submit...

:fast_forward: Enhancement

## Sample code With internet disabled, run: ```python def interceptor(request): # Intercept all requests request.create_response( status_code=200, headers={'Content-Type': 'text/html'}, # Optional headers dictionary body='Hello World!' # Optional body ) # Create...

I know this is revisiting something that has been discussed in several places before, but I worry that the use of a more abstract environment like the Jupyter Notebook might...

status:refer to cac
type:feedback

As above; I attempted a simple hack of switching the the `onedir` option in `_app.py` to `onefile` and commenting out the part that copies modules to a then non-existent directory,...

Instead of home directory dot file for the rc file, would suggest conforming to [XDG standard](https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html), ie using `$XDG_CONFIG_HOME` (`~/.config`) and a folder within that, ie: `$XDG_CONFIG_HOME/gcalcli/config` which will usually...

enhancement

Idea is pretty straight forward as explained in title: For `/upload` arguments starting with `http://`/`https://`, * get file to temp location * then upload file as usual NB: could potentially...

Some emoji codes are long and hard to remember - it would be great if we could define a aliases to make things easier. Eg: ``` :winkt: > :winking_face_with_tongue: ```...

I wanted to see a "time to next save" instead of just the time between saves, so for now I've just hacked away at https://github.com/tmux-plugins/tmux-continuum/blob/master/scripts/continuum_status.sh, so that I now see:...

Imagemagick allows reading and writing from and to `stdin` and `stdout` to allow easy integration with pipes and redirection. Seems like a good feature for a CLI program to have!

## Recommendation Use [`jsdoc`](https://jsdoc.app/about-getting-started) (or if typescript migration is on the cards, ts equivalent such as [`typedoc`](https://typedoc.org/)) as mentioned here : https://github.com/imjoy-team/ImJoy/issues/511#issue-2134455522