Patrick Totzke

Results 16 issues of Patrick Totzke

I would like to let jekyll-scholar generate details pages but not add the "details" link after each bib entry when using the bibliography tag. I'm trying to make the title...

I'm trying to force a client to appear on a particular tag (e.g. when restarting awesome). Here's what i tried: ``` awful.rules.rules = { -- All clients will match this...

I get a popup and corresponding error log `AttributeError: 'str' object has no attribute 'is_attachment'` when refreshing "down the search set" in search mode. **Software Versions** - Python version: -...

bug

See [here](https://docs.python.org/3.6/library/email.message.html?highlight=email#email.message.EmailMessage.get_body). I believe that this was not available when I wrote the [extract_body](https://github.com/pazz/alot/blob/master/alot/db/utils.py#L413)function to parse a mail into a content string, and we should be able to simplify things.

I have an email with an attachment that contains no body (just and empty string). Selecting this mail in thread mode and triggering `togglemimepart` yields the following. ``` Traceback (most...

bug

We've moved on to python3 which is great, but we do not yet make use of the new email libs API to create messages. This allows to transparently create messages...

cleanup
crypto
py3k

(Sorry if this is not the right place to report a bug but I couldn't find a repo for the lab webservice). I am in the process of creating some...

Hey! Thanks for check50, it looks awesome and I can't wait adopting it more widely. One thing that's bugging me with check50/submit50 so far is the (perceived?) github lock-in. I'd...

enhancement
question

I have a check that calls run and stdout like this: ```python def mas_check_stuff(): check50_java.run("some command").stdout("expected) ``` and check50 produces a json report like this: ```json { "name": "mas_check_stuff", "description":...

Hi! I've recently noticed some unexpected behaviour when running `check50_.api.run` on some command that outputs both to stdout (which I want as string) and stderr (which I want to ignore)....

enhancement
4.x