Howard M. Lewis Ship

Results 209 comments of Howard M. Lewis Ship

On Tuesday, August 9, 2016, Ray Nicholus [email protected] wrote: > Maybe we need a section dedicated to OSS foundations. I'd like to see if > @hlship https://github.com/hlship would be willing...

Nope, I wouldn't do that. I don't think I could do a good job of it, and it would not be fair to the ASF otherwise. Being inside the ASF...

Note that: ``` user=> (require '[joker.strconv :refer [atoi]]) nil user=> (atoi "3.2") :7:1: Eval error: strconv.Atoi: parsing "3.2": invalid syntax user=> (try (atoi "3.2") (catch Error e (prn (ex-message e))))...

I suspect this would have helped us, as we liked using the whitespace, but our application (parsing a GraphQL query document) included literal text in quotes; the auto-whitespace removed that...

I've checked this into a branch, but I'm not sure it will be worth the effort. Mostly what gets cached are text nodes, so the real savings will be the...

This has become a lot less necessary because the configuration is not used nearly as much now as it was in earlier versions of the framework.

I've hit this as well.

This really is something I would use just about every day!

Might take me a moment; the compilation is inside a Docker container and that's not one of the files copied out of it.