Sid Shetye
Sid Shetye
First off - great stuff and congrats! We were exploring this library, just getting our feet wet. We're trying to enable endpoint throttling on a URL match like `[Any HTTP...
Two issues. ## 1. OS agnostic path delimiting needed In `magenta-demos/jupyter-notebooks/Image_Stylization.ipynb` at line 38 `os.path.join(example_path, 'evaluation_images/guerrillero_heroico.jpg')` should be `os.path.join(example_path, 'evaluation_images', 'guerrillero_heroico.jpg')` ## 2. image_utils.load_np_image failure This is then followed by...
During installation the driver install shows this  This may be related to 'wrapper' devices but IMHO the purpose and safety of this should be documented in the readme. Great...
The resulting html is badly mangled. Doxygen 1.8.11. header files looks very wrong.
This is an issue with how powershell sometimes doesn't always honor the `-Wait` flag. for example, if the editor was already open before the user requests to open his/her encrypted...
- accept either a day count or MM-DD-YYYY[ hh:mm] timestamp when choosing the deletion cutoff, normalize input to the user’s local timezone, and compare everything in UTC - show per-message...
In production, one typically has a focused suspect area to investigate. Tracing in a busy/noisy production environment would be far more very productive if we could express "trace from `Product.Module.SuspectMethod`...