Results 23 comments of Jeremy Stephens

I didn't know about `strings.TrimRight`, thanks. Also I'm not sure why I used an anonymous struct in the tests. Fixed both of those.

I have fixed the issue that was causing Travis build to fail.

The current error is caused because of Travis not being able to build Go itself from the tip branch. All other versions pass.

I have the same problem. I've tried throwing the error from the `end` callback, but the stack trace is still unhelpful.

Still experiencing this issue for attributes. It always deserializes as string (f64 doesn't work either).

@futile You're right. It works in master (although the README documentation is out of date). I saw your comment above about it working in master but I thought you were...

Here's the code I used to test Rook using Rhttpd: ``` library(Rook) app

It appears that what you're asking for is a way to tell the `as.yaml` function to print bracket-style sequences (AKA arrays, but 'sequence' is the YAML name for them). As...

You're right in that it appears that the libyaml team seems unmotivated to add 1.2 support. It may be worth switching over to a different library. I'd want to think...

Upgrading to YAML 1.2 is a pretty big undertaking. It basically means rewriting most of the package, since it will require changing the underlying YAML library. If I were to...