Bryan Helmig

Results 30 issues of Bryan Helmig

Not dissimilar to #9, we are going to try using Mailgun's email encoding: ``` python #.... clean_all = lambda addrs: [sanitize_address(addr, email_message.encoding) for addr in addrs] from_email = sanitize_address(email_message.from_email, email_message.encoding)...

Hey guys, love love love this library (we [Zapier](https://zapier.com/) folk do a lot of API stuff). What I'd like to see is a pattern like this (I haven't had a...

Love the API you have (very similar to Ruby's VRC) and very nice code! Another project I was toying around with (recently on HN, I believe I saw you comment)...

enhancement

We had a ton of these during the ~3 hours after a strange deploy Wednesday night. Both were during `findNotes` calls: ``` Traceback (most recent call last): ..... File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/evernote/edam/notestore/NoteStore.py",...

``` Traceback (most recent call last): ..... removed application code traceback .... File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/evernote/edam/notestore/NoteStore.py", line 4576, in getNoteTagNames return self.recv_getNoteTagNames() File "/home/ubuntu/.virtualenvs/zapier/local/lib/python2.7/site-packages/evernote/edam/notestore/NoteStore.py", line 4588, in recv_getNoteTagNames (fname, mtype, rseqid) =...

In addition, this should make the base not tied to `User`, but instead selectable off of something in the `ContentType` framework.

enhancement

Might be cool to trigger off of any registered Django signal like User created, updated, deleted, etc...

enhancement

Since we turn HTML -> text via strip tags, we end up with borked links, IE: ``` my example ``` ...turns into... ``` my example ``` ...but should probably be......

bug

We often get confused on this one.

Would be nice to limit this at some arbitrary character number.