Dmitriy Serdyuk

Results 25 issues of 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 ![screen shot 2018-02-22 at 4 47 04 pm](https://user-images.githubusercontent.com/2872615/36565942-0c2e2536-17f0-11e8-8a16-276fe353568a.png) 3) change the...

pkg:services

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...

discussion

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...

enhancement

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...