Ryan Uber
Ryan Uber
Interesting idea. I think the work-around you mentioned is a decent way of doing this, but I'm going to leave this open as a thought ticket for now. Thanks!
Hey @IngwiePhoenix, ArrayObjects can be had easily. You can probably accomplish this by changing line 475, in `loadWithSource()`: ``` diff index 7650c7c..fe73dcf 100644 --- a/Spyc.php +++ b/Spyc.php @@ -472,7 +472,7...
Hey Vlad, The tags idea could work, but one problem I could see with that is the return type can be modified by the YAML document itself. This would force...
This is probably because currently Spyc is mostly line-driven. If you load the inline block as a single line, seems to work fine, accounting for the `{` and `}` characters...
@ossobuffo I honestly have not done anything related to this project in some years now, sorry! Maybe @mustangostang has some ideas?
@danbrakeley in general I agree we should solve the redelivery problem if some bad JSON makes it into a relay queue. I think the dead-lettering should be specifically for the...
@g3kk0 this should be do-able. I'll draft some code for this later this week. Thanks for the suggestion!
Hi Alexie, Thanks for reporting this issue. Do you have the full trace log? A cursory look through the code makes me think this might be an issue in an...
@cgaspar Hi! I understand that you'd like the library to support a more full-featured set of globbing characters. Admittedly, this library only implements exactly what I needed at the time...
To clarify, this library was written as part of a personal project in 2014 before I joined HashiCorp. It was very much written in my spare time. This is why...