Jimmie Bergmann

Results 5 comments of Jimmie Bergmann

@kuangdai > > > According to YMAL standard, I think the following node > > foo: [1, 2, 3] > > should be interpreted as a sequence, while mini-ymal interprets...

Yeah, the API is flawed and uses overloads incorrectly. Parsing a file should be renamed to "ParseFile" or something.

Hi @kuangdai, thank you for your input. It's a great idea to add new const(and non-const) methods for retrieving nodes by their index or key. I'm currently refactoring the library...

Do you know what is wrong with the file? Is it the file structure? Maybe you're adding records with incorrect names/child records? I'm getting 3 boxes when I open the...

I've implemented @bymse's proposal to add cleanup of dangling messages in MaintenanceAgent [here](https://github.com/jimmiebergmann/MassTransit/commit/a6d5ed732b427ab740e4b2f40f7e4063063f7f76).