Dmitriy
Dmitriy
The documentation for [`Experiment.add_artifact`](https://sacred.readthedocs.io/en/stable/apidoc.html?highlight=add_artifact#sacred.Experiment.add_artifact) suggests that it's possible to pass `bytes`, but it doesn't work, and I don't see it in the [code](https://github.com/IDSIA/sacred/blob/master/sacred/experiment.py#L397). It would be tremendously useful to be...
With `tab` running in the [kitty](https://sw.kovidgoyal.net/kitty/) terminal, if I try to display images (using its [graphics protocol](https://sw.kovidgoyal.net/kitty/graphics-protocol/)), I get an error: ``` $ tab foo $ kitty +kitten icat some.png...
Suppose I have a database with the following layout: ``` A/ meta.json data.json B/ meta.json data.json C/ ... ``` Then suppose I try to read all the metadata via: ```...
I'm having trouble when I run pixcat over SSH. I get an error like: ``` Traceback (most recent call last): File "", line 1, in File "/home/dmitriy/.local/lib/python3.7/site-packages/pixcat/image.py", line 243, in...
What is the license for this project?
I'd like to be able to use tup in a directory stored inside a FUSE-mounted filesystem. When I try it, `tup` complains: ``` mount_macfuse: mount point .../tup-test/.tup/mnt is itself on...