Taras Savchyn

Results 11 issues of Taras Savchyn

It would be great to add test suite and CI. But I don't really know how to test python gui app.

enhancement
help wanted

How to set a font correctly to fit every platform?

help wanted
question

From #45 we are using `Canvas` to display an image. Let's use the power of it!

enhancement

Improve `Data` (split) class to handle single image cases.

enhancement

Now the only way to select the data/annotations the app is cli. Let's add a option to select them from File menu.

enhancement

Addresses #336 #2007 Description: Prevents metric from being computed before updated using `__new__` magic. `__new__` is called by default on instance creation before `__init__` call. Thus, we wrap methods before...

module: metrics

## Issue Because of symlinking to the `content` from the `site` dir the resulting location of markdown files will be `...main/site/content/` NOT `...main/content/` ### Example Thus, pressing on `suggest edit`...

Looks like action doesn't handle the case where file name includes white spaces. e.g. `My notebook.ipynb`

bug

Currently we store defaults configuration for the project in `utils.py`. And as it was discussed, it would be great to add option for the user to be able to dump...

enhancement
backend