Ross A. Baker

Results 574 comments of Ross A. Baker

Would `scala.xml.Utility.escape` get the job done?

I agree that we would not want to maintain a general purpose HTML encoder. But the rules are context sensitive. This context is the one described by [Rule 1 of...

What I'm unsure of is whether we need approval from all previous contributors to relicense. If that's necessary, I would say the project has too many dormant contributors to make...

I think this is a result of JsonSupport setting the content type even if it has been explicitly set elsewhere. The core render pipeline, and ApiFormats, only set it if...

I'm not by a compiler at the moment, so this is untested speculation. I think it's a regression. The ScalatraTemplateEngine creates a Scalate binding of type ScalatraRenderContext, so you have...

I'm not aware of a standard term for the `_*` syntax. Things after `:` are standardly known as type ascriptions. `_*` is a varargs "type". I would call it a...

I thought about deprecating `all` and creating an `allProps` that throws, or perhaps returns `Either`. It would avoid any semantic change to discipline-core, but all the test integrations would need...

We are still struggling with this. I wonder if the Retry-After from the other endpoints gives us some empirical guess as to what would be an appropriate time to sleep?...

Or if we know whether we're talking on the order of resting for a couple seconds vs "a few minutes" like the message. A couple seconds seems worthwhile. "A few...

@gringrape Thanks for volunteering, and for your work on the client docs. There are still plenty [more issues](https://github.com/orgs/typelevel/projects/1), and we'd still love to have the help elsewhere!