Results 9 issues of Peter Hogg

I'm experiencing a problem where the list style type of a list item is not rendered if there is a block element inside the list item. For example, the following...

When using the `-multi-select` option, rofi does not allow selecting both a pre-populated entry and a custom entry. ## Version Version: 1.5.1-dirty (tags/1.5.1) ## Configuration https://gist.github.com/pigmonkey/51ea751d541877c60fdaf1a4e2075071 ## Launch Command echo...

This changes the plugin so that the contents of the pane are read using an optionally configurable program. The output of the reader is then piped to the URL extractor....

**Is your feature request related to a problem? Please describe.** When moving large files across USB drives, I like to have some idea of what sorts of speeds I'm getting....

enhancement

Building fails on Arch Linux with the following error: ``` configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.." ``` The cause seems to be that `install-sh`...

I have my length units set to inches. I noticed this morning that the rain amounts reported by Forecastie were impossibly high: 3.16 inches for the current conditions, 13.69 inches...

I use html2text with the `--pad-tables` flag in my mailcap to read HTML email. Occasionally, html2text will fail when attempting to process an unholy nested table mess. For example, the...

I have a model similar to the `Course` model in the documentation. from recurrence.fields import RecurrenceField class Course(models.Model): title = models.CharField(max_length=200) recurrences = RecurrenceField() I've created an object with a...

My templates load form media at the end of the page, after the form itself. In general it seems like loading javascript at the end is still recommended practice for...