Colin Taylor

Results 5 issues of Colin Taylor

Unfortunately it's in breach of the Clojure and Java trademarks to use them in your own software name. There is a valid risk of confusion too. You might as well...

minor
community

**What does this PR do?** If ~/.pennywise-flash isn't set we attempt to find a likely candidate in the (os-specific) known dir. **What platforms did you test it on?** Only have...

**Is your feature request related to a problem? Please describe.** I would like to catch the times I try to invoke type not constructor e.g. (RuntimeException not (RuntimeException. **Describe the...

enhancement
PR welcome
pinned

When doing an execute on an insert prepared statement, I get what feels like a compatability error? ``` java.sql.BatchUpdateException: Reached end of input stream after reading 23 of 32 bytes,...

question

### Describe the bug Percent in string literal incorrectly double encoded with sqlachemy interface. ### Steps to reproduce 1. Make a sql call via sqlalchemy query with a 'Format' in...

bug