OvermindDL1
OvermindDL1
Ah there is a flag for it now! I'm still using the commandline arg from >4 months ago back from when the flag didn't exist. :-) EDIT: The flag does...
Might be good to distinguish 32-bit and 64-bit (and maybe 16-bit too) as well. Some linux distro's are no longer including 32-bit shims anymore and thus only 64-bit builds work,...
Looks like this has been done and merged, any chance on a new hex.pm version with it? :-)
> What is the rational for not recursively calling encode on the map's keys? How would that work? JSON keys can only be strings, you can't encode another structure there.
A thrown exception is pretty common in both erlang and elixir for invalid inputs. For valid inputs that just aren't able to be encoded I'd expect an EncodeError or so.
> You could argue though that trying to pass a key that does not implement String.Chars protocol is just as much an invalid input as trying to pass a value...
I think they mean SAX-style support for reading maybe? I guess?
> It worked directly although I did not see any rust playgrounds (iframe). > I didn't dig deeper into this library, maybe you know how to solve this problem. It...
I personally love all the options as they come in useful at surprising times, so if they are reduced please make it an option. :-)
Actually I may have just had a really simple idea to just delegate to another appender after performing a roll... So here's an appender that takes a path, roll, and...