Ivar Stangeby
Ivar Stangeby
Hey! First of all, thanks for a great task-manager! I have a question. Is it possible to edit already resolved tasks? I.e., for instance to add notes pertaining to the...
### Proposed change This issue directly references [this post](https://discourse.jupyter.org/t/how-am-i-supposed-to-use-existingsecret/5097/1) on how to use the `existing secret` functionality of JupyterHub. Some of the "hidden" features of JupyterHub can be hard to...
Hello! ## Describe the bug **Command Name** `az storage blob upload` **Errors:** ``` Server failed to authenticate the request. Please refer to the information in the www-authenticate header. RequestId:f56786d2-c01e-004b-5a6d-c38f55000000 Time:2022-09-08T10:25:19.9002276Z...
- Add typer - Add palette size, sort mode, and multiple files at once. - Added extraction_mode and resize to cli - Add save to output directory - Add small...
- **Add alpha channel and weight to Color-object. Alpha is 255 by default** - **Change display mode to rgba** - **Modify to use masked arra** - **Fix alpha mask threshold**
We need better error handling. I am envisioning something like this: ``` class PyletteError(Exception): """Base exception for Pylette""" def __init__(self, message: str, suggestion: str | None = None): self.suggestion =...
If you mask out all the pixels using an alpha mask: ``` poetry run pylette --filename docs/example_imgs/pylette_gui.png --alpha-mask-threshold 255 ``` You get an error: ``` ValueError: Found array with 0...