Matěj Cepl

Results 230 issues of Matěj Cepl

I have managed in the end to make omnicompletion to work. I have added ``g:gitlab_api_keys`` variable: ```viml let g:fugitive_gitlab_domains = [ \ 'https://gitlab.com', \ 'https://gitlab.internal.site.com' \ ] let g:gitlab_api_keys =...

enhancement

[remove-unittest2.patch.txt](https://github.com/getsentry/raven-python/files/2278282/remove-unittest2.patch.txt)

When trying to run the test suite on openSUSE, I get plenty of errors on various ``teardown`` methods of various tests (mostly related to Django support). [osc-build-log.txt](https://github.com/getsentry/raven-python/files/2278140/osc-build-log.txt)

When packaging this package for openSUSE I have hit the similar problem on two non-x86_64 architectures with the test test_instance_check_performance. On i586 I get: ``` [ 168s] ====================================================================== [ 168s]...

When packaging `nptyping` for openSUSE we build packages (as every other Linux distribution does) in the environment completely isolated from the network. We pre-install all packages in the build environment,...

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

No matter whether I rely on default (which is supposed to be that ``educate`` is on), or whether I add ``'educate': 1`` explicitly to the configuration of the plugin), it...

bug

I am trying to download http://archiveofourown.org/works/8741551 which is perfectly available on https://web.archive.org/web/20170214224728/archiveofourown.org/works/8741551 but not available on the real AO3. When trying a proxy from either https://github.com/remino/timeprox or from https://github.com/richardg867/WaybackProxy, both...

``` stitny~/K/f/tmp$ fanficfare -u The\ Moment\ It\ Began-ffnet_3735743.epub Updating The Moment It Began-ffnet_3735743.epub, URL: https://www.fanfiction.net/s/3735743/1/ Traceback (most recent call last): File "/usr/bin/fanficfare", line 33, in sys.exit(load_entry_point('FanFicFare==4.14.0', 'console_scripts', 'fanficfare')()) File "/usr/lib/python3.10/site-packages/fanficfare/cli.py",...

When building pytest-cov package for openSUSE/Tumbleweed, the test ``test_dist_subprocess_not_collocated`` fails with very confusing output on stdout: ``` [ 229s] =================================== FAILURES =================================== [ 229s] _____________________ test_dist_subprocess_not_collocated ______________________ [ 229s] /home/abuild/rpmbuild/BUILD/pytest-cov-2.8.1/tests/test_pytest_cov.py:923:...