Matěj Cepl

Results 230 issues of Matěj Cepl

``` __init__() takes exactly 3 arguments (1 given) Request Method: GET Request URL: http://localhost:8000/feeds/test_1/ Django Version: 1.2.7 Exception Type: TypeError Exception Value: __init__() takes exactly 3 arguments (1 given) Exception...

Nothing important, but it make tests to succeed on RHEL 6.2 (with Python 2.6.6 and Django 1.2.7). Signed-off-by: Matěj Cepl [email protected]

I think there are some remnants of `nose` in the test code: ```diff $ qd --- a/tests/__init__.py +++ b/tests/__init__.py @@ -2,7 +2,7 @@ import sys, os # In order to...

``` Traceback (most recent call last): File "/home/matej/.vim/pack/thirdparty/start/vim-ghost/rplugin/python3/ghost.py", line 17 8, in _handle_on_message slugify(req["title"])[:50] File "/home/matej/.local/lib/python3.4/site-packages/slugify.py", line 24, in slugify unicode( NameError: name 'unicode' is not defined ```

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

While processing ``new_life_of_petunia_dursley.rst`` (from https://gitlab.com/mcepl/petunia_dursley/) I got this error with ``rst2rst`` from the ``master`` HEAD: ``` matej@mitmanek: petunia_dursley (master *%)$ rst2rst --traceback new_life_of_petunia_dursley.rst /tmp/petunia.rst Traceback (most recent call last): File...

When packaging pyxb for openSUSE, I see these tests failing even with patches from #111 and #123. ``` [ 10s] ====================================================================== [ 10s] ERROR: testBasic (test_gMonthDay.Test_gMonthDay) [ 10s] ---------------------------------------------------------------------- [...

It says the following instead of something like "You should run tusk update first" johanka:narwhal$ tusk catalog org.mozilla.javascript.EcmaError: TypeError: Cannot call method "call" of undefined at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3753) at org.mozilla.javascript.ScriptRuntime.constructError(ScriptRuntime.java:3731) at...

E.g., [cs.wikisource.org](https://cs.wikisource.org) uses template ``{{Prostrkaně|text}}`` for [spacing out](https://en.wikipedia.org/wiki/Emphasis_(typography)#Letter_spacing) and it is quite cumbersome to write that manually. Could we get some macro, which would *mark* selection with some defined template?

``` matej@mitmanek: madr (master %)$ sudo docker run -v $(pwd):/source jagregory/pandoc -f rst -t html5 jak_cirkev_neumira_EN.rst -o jak_cirkev_neumira_EN.html pandoc: jak_cirkev_neumira_EN.rst: openFile: permission denied (Permission denied) matej@mitmanek: madr (master %)$ sudo...