P-EB

Results 15 issues of P-EB

Hey, I tried to adapt your awesome configuration to awesome 3.5. I unfortunately have to enlight some differences : - First, the automatic deletion of the last tag when its...

If possible, it'd help to have it shipped when I release the package. docs/changelog.rst points to ../CHANGELOG.rst and therefore is empty. :)

While build liblxc: I got the following output: ``` make -j1 install DESTDIR=//debian/tmp AM_UPDATE_INFO_DIR=no make[2]: Entering directory '/' Making install in config make[3]: Entering directory '//config' Making install in apparmor...

Hi, I'm packaging sphinx-tabs in Debian, and I really appreciate being able to test the package using your tests and providing the compiled documentation and the potential examples along with...

enhancement
wontfix

Hi, While running the tests of your pytest fixture, I got many Failures. IDK how to investigate these, but at least the last is due to a trivial space alignment...

**Is your feature request related to a problem? Please describe.** I'd like to be able to do what one can do with mutt/neomutt with "b" (bounce). It's a bit like...

rfe
mu4e

**Describe the solution you'd like** Sometimes I would like to be able to reply to multiple mails in one shot like mutt's ';g' command to reply to multiple tagged emails....

rfe
mu4e

Hi @Koed00 ! I packaged django-q 1.3.9-2 in Debian, and realized that text_max_rss consistently fails in armhf architectures: ``` _________________________________ test_max_rss _________________________________ broker = monkeypatch = @pytest.mark.django_db def test_max_rss(broker, monkeypatch):...

Hi, For the `test_custom` test of test_brokers, you are monkeypatching the BROKER_CLASS variable with `brokers.redis_broker.Redis` Running tests from the parent dir of django_q, this was failing for me. Maybe there's...

Hey, In UnstructuredGrid.py, as for an example, there is a function `unstructured_grid_fromfile`, the first line calls a .decode() that won't work with Python3, since str are not decode-able. The Python3...