Alanna Stone

Results 198 comments of Alanna Stone

It's not a json number though, it's a json string. If I did `Decoder[String].map(BigDecimal(_))` it would work. More concretely, we're migrating a codebase from spray to circe and this was...

> which would mean `decode[Double](""""NaN"""")` should succeed, etc. Hmm, that's a good point.

It's doable from the github api, if nothing else https://docs.github.com/en/rest/licenses/licenses?apiVersion=2022-11-28#get-the-license-for-a-repository

The way the old system worked was that you could submit a decklist and get prices for it.

In the deck editor there was a button to check deck prices. When you used it, it added an extra column to the deck list with the price information in...

Maybe step 1 is to support set markers in cod and then use them just for prices? We can work on image preference later On Thu, Feb 8, 2018, 2:51...

For a very first step, yes manually. Then we could expose something in the editor. Then image support On Thu, Feb 8, 2018 at 8:47 AM tooomm wrote: > @ZeldaZach...

> In my view users should just write out instances for these cases That's what I'm currently doing. I don't see a reason *not* to support `@JsonKey` while it exists...