Mathias

Results 205 comments of Mathias

I'm not on Windows myself, so I can't really reproduce the problem. However, if you'd like to submit a patch fixing the issue for your I'd be happy to look...

I don't use CFML myself (in fact, I'd have to look up what it actually is), but I'd be happy to consider a PR that you might want to submit.

Hi Pawel, I'm sorry for the late reply, I only saw this ticket just now. Schema evolution with _borer _can be implemented in a way that's very similar to what...

I see what you mean. Since the logic of the code generation for these `forUnionX` calls appears to be not very complex: Couldn't you simply write a small macro that...

Very interesting! Thank you, @mushtaq, for the pointers to your solution! Maybe your setup even warrants a blog post of some kind, to show, how the akka serializer infrastructure can...

Thank you for the pointer, @skvithalani!

hmm... yes, I think there is no real risk in allowing for non-string, simple types as map keys, which get converted to their default `toString` results at the lowest-possible level....

Thank you, @plamaiziere, for this bug report. It'd be helpful if you could distill a minimal, stand-alone test case that demonstrates a problem in a reproducible form. But even then...

Hi Sylvain, the project is not really active anymore. A lot has happened since it was started 12 years ago. What exactly would you need it for?

Yes, fastparse is great and can be a nice solution if you are writing parsers in Scala. @sleroy Are you using parboiled's Java or Scala side?