Matěj Cepl

Results 230 issues of Matěj Cepl

## Prerequisites * [x] Did you make sure a similar [issue](../) didn't exist? * [x] Did you update gTTS to the latest? (`pip install --upgrade gTTS`) ## Current Behaviour (steps...

I am a maintainer of Python packages in openSUSE, and I am on my crusade of eliminating nose1 from our distribution. When I look at its repository on https://github.com/nose-devs/nose, the...

When running the test suite while packaging flask-restx for openSUSE, I’ve got this failed test: ``` [ 24s] =================================== FAILURES =================================== [ 24s] _____________________ LoggingTest.test_override_app_level ______________________ [ 24s] [ 24s]...

bug

I have filed https://github.com/vim/vim/issues/8950 and awesome @yegappan suggested POC implementation in https://github.com/yegappan/vim/commit/949c4f25b5d97c7aa71952f917b7d2c3ac604778 Now, in order to test this, I would need a function following API of https://vimhelp.org/insert.txt.html#complete-functions generating a list...

**Describe the bug** So, I have switched on the dynamic command line with ``` call rpcnotify(1, 'Gui', 'Option', 'Cmdline', 1) ``` in my ``~/.config/nvim/ginit.vim`` and I don't observe anything too...

**Describe the bug** See this screenshot ![screenshot](https://user-images.githubusercontent.com/198999/44133075-f55ce0b2-a05d-11e8-9fd8-1eaf29a08fb5.png) Wouldn't it be better if the title page contained only *basename* of the file name? Even more because the path to the current...

This is what I get on stderr with build of 14bd3d3 on RHEL-7 (that's gtk3-3.22.26-3.el7.x86_64 if that matters) and neovim-0.2.2-1.el7.x86_64 ``` Event set_title([String(Utf8String { s: Ok("~") })]) ERROR 2018-03-06T18:41:34Z: neovim_lib::rpc::client:...

When building package for openSUSE, rpmlint warns me: > This executable is calling setuid and setgid without setgroups or initgroups. There is a high probability this means it didn't relinquish...

bug

Not sure, whether this is a duplicate of #33, but this completely reliably breaks automatic switch on of ``:Educate`` from [vim-textobj-quote](https://github.com/reedes/vim-textobj-quote) (see https://github.com/reedes/vim-textobj-quote/issues/20).

While running the test suite when packaging this for openSUSE/Factory we have this test failing (using Django 4.0.2, pytest 6.2.5, pytest-django 4.5.2): ```python [ 62s] ___________________ CommandsTest.test_makemigrations_output ____________________ [ 62s]...