Andrew Grigorev

Results 44 issues of Andrew Grigorev

Why should someone enter the token again and again? Why not to save it in `~/.config/telepyth/token` for example? The [appdirs](https://github.com/ActiveState/appdirs) package could be used to determine the platform's preferred config...

The fe5289ed introduced the `Tree.__contains__` [behaviour](https://github.com/gitpython-developers/GitPython/blob/ac4f7d3/git/objects/tree.py#L313) [change](https://github.com/gitpython-developers/GitPython/commit/fe5289ed8311fecf39913ce3ae86b1011eafe5f7#diff-7a54419817a1926c0ca853b6070bbe33L239), which is inconsistent with `Tree.__getitem__` behaviour. I couldn't find a proper explanation for a such change, so it looks like a bug for...

acknowledged
help wanted

IMDB dataset is tokenized by words, so after reshape in https://github.com/ShawnyXiao/TextClassification-Keras/blob/master/model/HAN/main.py#L20-L23 word-level dimension contain the whole words tokens, not chars/wordparts. Does it make sense at all? If it is used...

Есть подозрение что начальные пики времени ответа вызываются отправкой страниц памяти приложения в swap. Кто-то с этим успешно борется "разогревом", но правильный способ - использование вызова mlockall. Только по-умолчанию в...

on clarification

Хочется в графиках кроме max/min видеть ещё avg и 95/90/75/50 перцентили. Ещё было бы классно иметь возможность видеть что происходит на машине в момент стрельбы (процессор, память, переключения контекста). Вообще,...

under consideration

It doesn't make sense to have the copy-pasted verbose logging configuration in `main.py`, `main_pingpong.py` and `main_pingpong_servicer.py`, which has the effect equal to ```python logging.basicConfig(format="[%(asctime)s - %(name)s - %(levelname)s]: %(message)s", level=logging.WARNING)...

enhancement
good first issue

The `posts.user_id` field is actually filled by `OnInit` hook in field schema, not by the `OnInsert` resource hook. It looks useless and misleading that there is a code for setting...

documentation