Aaron C. de Bruyn

Results 177 comments of Aaron C. de Bruyn

...but does it work?

Easy workaround. Use the documented method for creating a ticket along with a quick and dirty regular expression: ``` import re re_ticket_id = re.compile(r'Ticket (?P\d+) created\.', re.MULTILINE) resource = RTResource('https://example.com/rt/REST/1.0',...

+1 There are no other imap to maildir tools in linux that run based on nothing but command line args. Most require ridiculously complex config files. imap2maildir is the closest...

Sorry--I thought I had put it in the initial ticket. I guess not. My apologies. :) ```{"version":"2.2.0","timestamp":"2022-05-13 14:36:14"}```

I just upgraded to the lasted Helm release and images are still not coming through to Slack.

I just ran into this with ```1.77.1.27654```. I'm going to try downgrading to the previous stable release.

I tested using the stable version and ran into the same issue. I then upgraded to the nightly build and it seems to work. I'm not sure why some of...

There is plenty of free memory on the servers, and my test workstation has 128 GB RAM. ;) One of our techs while troubleshooting mentioned a message in mRemote about...

In order to ignore self-signed certificates, the SSL option needs to be changed here: https://github.com/thedevs-network/kutt/blob/e9ea8091af8d3b805e3bd978a41baf937c1aa22c/server/knex.ts#L13 ``` "ssl": { "rejectUnauthorized": false }, ``` Since most things (including knex) support passing a...