marc
marc
The ruyaml maintainer made a comment on StackOverflow how this could be fixed: https://stackoverflow.com/a/65001415 Does not look that hard to implement, but I'm wondering, why he chose to not add...
I think this issue is a special case of #123 If you look at the shebang'ed ansible file, there are actually two yaml documents in the file - a comment...
Hi, I'll look into it tomorrow. Greetings, Marc On Mon, 19 Dec 2016 at 10:57 Matt Lewis wrote: > @marcules sorry to bother you, is there any > chance you...
@chelder86 did you ever find out what caused this? I have the same issue in my windows environment - it stopped working suddenly - , where it stops on a...
Hello again! If I declare my records with lombok-annotations the code above works, so it looks like only bean convention is supported. This works: ```java record SubjectReq(@Getter String name) {...
@VladVP > as well as the fact that every time an image is added to a thread the time to create a new archive is O(n) This is not necessarily...
@lyz-code @rsnodgrass this adds a mapping key to the document before it goes through ruyaml - meaning: 1. if the document already has mapping keys on the top level, this...
@lyz-code please wait on merging this until #199 is merged and this is rebased. I want to modify it a bit.
@lyz-code you can review this and pull it in now if it looks good I have rebased it onto main and also fixed the issue in regards to flakeheaven looking...