Ross A. Baker

Results 574 comments of Ross A. Baker

Going to be blocked on https://github.com/typelevel/cats/issues/2620. The FreeInvariantMonoidal works for product types, but we need an invariant betwixt Alternative and Decidable to model sum types. Early performance returns are good....

[Mastodon conversation](https://social.rossabaker.com/@ross/109677784729234152) reminds me of prior art for JSON in xenomorph: https://github.com/nuttycom/xenomorph

```mermaid flowchart TD A{Is there more to life than JSON?} A -->|No| B[That import is handy!] A -->|Yes| C[That import is brutish!] ```

These problems occur only when you begin to think of HTTP as more than JSON with Front Matter. A lot of apps don't! It's a documentation issue: "import if and...

The only top-level values that are valid for `application/json` are arrays and objects (RFC4627), so while there's justification to hide string / number / boolean / null, it gets bonkers...

My summation may have been flippant, but my real concern is that an ad hoc reimport of implicits fights the way implicit resolution works and is more confusing than the...

I helped advise this one during development, so we'd love to get another maintainer's eyes on it.

I'm not sure what to do with this one, since we accidentally exposed it via laws.

@valencik Do you have opinions on how to proceed here?

That trace sounds right. And it's a problem because: 1. It looks like it's a binary-breaking change in the dependency, because deprecated methods were removed. 2. Even if it weren't...