Dmitriy Serdyuk
Dmitriy Serdyuk
`unpack` seems to be renamed to `table.unpack`
Steps to recreate: 1) create an image ```python plt.plot(numpy.array([1, 2, 3])) plt.savefig('tst.png') ``` 2) open it in a tab  3) change the...
I'm trying to build the latest version of the code (pypi package works fine) and getting the following error: ``` $ npm run build > [email protected] build /Volumes/data/projects/pastalog > webpack...
Currently the database is where the python package is installed. This is a pretty bad idea for several reasons: security, mixing code with data... and in my case the home...
Hi, thank you for a cool project! It looks very promising! Do you plan to add functionality to add new tabs or windows? It would be nice to place different...
https://pytorch.org There is an SVG here: https://github.com/pytorch/pytorch/blob/master/docs/source/_static/img/pytorch-logo-dark.svg
It seems that the guidelines for contributing is not enough. We should consider adding a template for an issue which explains the difference between this issue tracker and the mail...
Fixes #1129
Currently log is represented as a defaultdict and the interface is always assuming that it is a defaultdict which makes a bit hard to implement new backends. I had some...
First working draft of a mimir logger. - [x] Figure out if (un)picking works. Currently I just save the `kwargs` during picking and recreate logger during unpicking. - [x] Save...