Stephen Link

Results 10 comments of Stephen Link

@muuki88 thanks for taking care of this issue - I just wanted to mention quickly in response your earlier comment > But why 😄 ? Is there a specific requirement...

My gut feeling, for what it is worth, is that documenting the usage of the default path variable is likely enough. Option 3 (prefixing paths) seems a bit too magic...

@JLofgren did you ever figure this out? I'm running into the exact same situation

It's my first time in this code so apologies if I have it wrong, but it seems like the root of the problem is that enumeration values are anonymous types,...

I spent a number of hours debugging this yesterday, and am fairly certain that it is the issue. This is not a problem deriving writers (writers are derived correctly for...

Yeah, I don't 100% understand the intent of the tagging code - I was not willing to refactor the way that the `annotate` calls worked as my first attempt to...

Ok thanks @lihaoyi. In terms of general strategy for enumerations - would you prefer that they be serialized as the string representation by default when using `macroRW`? Or serialized the...

Ah, I hadn't considered case objects. Or for something even worse, a sealed trait whose subtypes include enumerations mixed in. Ew. I'll see if I can find a nice way...

Which currencies? Currency math typically operates using decimals. Would these types use fixed point storage?

Ah yeah that's another data point in case it helps - I'm running on arch linux.