Valentin Lab

Results 106 comments of Valentin Lab

Version ``0.6.0`` and on makes sure to use the ``libyaml`` C bindings that might help for speed efficiency. You might want to check ``shyaml --version`` (starting from ``0.6.1``) to double-check...

There are numerous other ways to get more speed out of shyaml: The code itself can be a little quicker (although, with the libyaml binding, is there a lot improvement...

I'll be quite busy on the 3 following weeks. I'll keep that open to remind me to do that. Thanks for your report !

Adding a release name thanks to API could be nice also. Keeping this here for a reminder. GitHub API: https://developer.github.com/v3/repos/releases/#create-a-release

That's a great idea, this is going towards `xpath` way, and you should know that parsing such a string is not trivial. Any PR is welcome though.

Yup, good idea. Will have to specify types also, and limit it to simples types at first. If you have some proposition to enter/build complex types (struct or list) thanks...

Here's a quick thought on this topic. Nothing really valuable, I'm throwing ideas here in case. To answer my own question, the way to enter complex types thanks to the...

Well, `shyaml` is a thin command line layer on top of _PyYAML_, this project provides implementation of YAML spec v1.1 in both full python and C (called `libyaml`). You can...

Yes, the default packages provided by github are not compatible with ``autogen.sh``. I had the intention to invest time in providing real non-git source packages (and others). Would this help...

Ok, I have a somewhat tight schedule, I am not sure of how many time I have in front of a computer in the next days. I'd like to automate...