Havoc Pennington

Results 176 comments of Havoc Pennington
trafficstars

"Typesafe" here afaik originally meant "Typesafe the company" not "typesafe the API property"

By calling root() you get the types mixed up; you’re creating a map that’s a json-like tree data structure with syntaxless string keys, and passing it to parseMap which expects...

Before we talk implementation, what are we talking about for API and UX? Ideas: 1. global "beachball" (in our case, perhaps a RainbowDonut) used by apps if they want and...

That makes sense (that it's global to our dom nodes and not the whole page).

When setFormatted=true (https://typesafehub.github.io/config/latest/api/com/typesafe/config/ConfigRenderOptions.html#setFormatted%28boolean%29 ) this sounds fine to me, except for cases that would require "look-ahead." That is, I think the code would probably get messier than is worthwhile if...

The main thing to figure out there is what else would have to be public to implement render yourself. I think it uses some private API. We could see about...