Eric Chapweske
Eric Chapweske
This was causing quite a few complaints. Appears that Exchange 2003 can't parse these messages, resulting in them getting displaying in their raw format. Reverting c5b9bb9 does resolve this issue.
The root cause was in Encode#fold_the_string. The fix is here: https://github.com/eac/tmail/commit/05940a3c9882147b090b061f7242a796515a2d1e. This commit has run in production for a month without any error reports.
This bit me too, should work fine if the init.rb is registered.
Oh, dang
Thanks for the detailed report. Is this running mysql or postgres? Can you provide the output of analyzing the query in the rails console? This requires running the same database...
Also, I see you're running parallel jobs. Is the output for both identical?
I'll take a look at this. Can you include a sample from your log file of a query or two that aren't working?
Fix is almost ready, I'll try to get a release out in the next few days.
I've released support for capitalized table names and aliases for simple queries on mysql. More complex queries featuring joins aren't supported.
I'm very new to polymer, so this may be unrelated, but I'm experiencing a similar issue using dom-repeat. I'm able to work around the behavior by adding a `filter` to...