Lizzie Dixon

Results 4 comments of Lizzie Dixon

Glad you like it! For what it's worth, this library is apparently unmaintained; we've forked it and applied our fixes and some other changes at [circleci/clj-yaml](https://github.com/circleci/clj-yaml).

Hey, it seems like this library's unmaintained. We've forked it at [circleci/clj-yaml](https://github.com/circleci/clj-yaml), fixed some bugs, and bumped the snakeyaml version up to 1.13. Feel free to use it. I've [added...

hello! I had this issue and fixed it by switching to the virtio network driver. It appears that the latest boot2docker images no longer support the rtl8139 driver, and a...

Something like this might be nice: ``` clojure (yaml/constructor {:map ... :list ... }) ``` and support for a limited set of objects construction.