Patrick O'Keeffe

Results 12 issues of Patrick O'Keeffe

I've been using this style to omit header rows on tables (_a la Bitbucket-flavored MD_): ``` | |----------|-----------| | cell 1 | cell 2 | | another | a fourth...

I have a status page configured with two `InsertHTML` directives: ``` web.status.2.content.4.name=Alarms web.status.2.content.4.icon=warning.png web.status.2.content.4.line.1=""+InsertHTML("/data/ebam/latest/Alarm_Report")+"" web.status.2.content.5.name=Settings web.status.2.content.5.icon=usb_hdd.png web.status.2.content.5.line.1=""+InsertHTML("/data/ebam/latest/Settings_Report")+"" ``` A small typo (`Alarms_Report` instead of `Alarm_Report`) resulted in one of my...

I like that your app correctly passes-thru multiple email address when handling mailto: links. (It saved me a lot of unnecessary testing - thank you!) However, fyi, the `cc` and...

**Reasons for making this change:** New community contribution **Links to documentation supporting these rule changes:** * * If this is a new template: * *

I used another IMAP client (Thunderbird, fwiw) to copy messages into my inbox from another account. To the extent I can verify, none of the date/time metadata changed on those...

bug
architecture

Right now I store sent messages in my inbox so they will appear in message threads. I noticed that other folders can be added to the Unified Inbox, so I...

enhancement

I'm using this library with an Airmar 200WX weather station. (Thank you!) It doesn't transmit proprietary data sentences, but does have [set/query commands](http://www.airmartechnology.com/uploads/installguide/PB200UserManual.pdf). For example: ![screenshot from 2015-12-24 11 34...

Some minor 404 fixes. Thanks for the great software! PS. sorry about basing on 'release' instead of 'dev'. I didn't pay enough attention and then wasted way too much time...

Version 5.007 on Android 5.0.2: Some types of message content cause existing message attachments to not be rendered while editing messages. If edits are saved, attachments are permanently lost. #####...

type: bug

As noted in [this comment](https://github.com/Etar-Group/Etar-Calendar/issues/71#issuecomment-258080690), event statuses are not always handled correctly. I'm using Etar (1.0.10) + Davdroid (1.4.0.3-ose) + Owncloud (8.x), and I observe odd handling of the STATUS...