Cam Saul

Results 227 comments of Cam Saul

I think the behavior for `re-find` is definitely a little sneaky with it allowing a newline at the end, but I think using `re-find` behavior is more intuitive than `re-matches`...

I should also mention that you can always use `\z` instead of `$` if you actually want the end of the input, `$` is technically `The end of a line`...

There's a few things I would recommend you do. One is tweak the menu to follow the delegate pattern (have it ask for each item, just like a table view)....

@vemv those are great ideas, any interest in submitting a PR?

I'm seeing this too but with the message ``` mranderson048.orchard.v0v3v0.dynapath.v0v2v5.dynapath.defaults$eval1644$fn__1645 to method java.net.URLClassLoader.addURL(java.net.URL) ```

Also seeing an issue where an `integer` column is coming back as `serial` even tho it definitely is not. Also seeing `isAutoIncrement` come back as true for every column even...

I'm of two minds about a change like this. I do like making the code a little less cluttery by importing all of the class names. It makes working on...

Hmmm, that's weird. Did you dig in to this at all? PRs welcome