Julie Jones

Results 107 comments of Julie Jones

My initial suggestion was based on reading the documentation which both implies and outright states that strictyaml is used for config files because it is better than toml. (I certainly...

@jnichols0 Thanks. I already retracted my suggestion for renaming strictyaml because it sits in a great place, which I believe is better that yaml safe_load. I understand that I can...

I have the same problem with the current version of strictyaml. Is this supposedly fixed?

> As far as I know, the spec is literally the yaml spec minus what is outlined here: https://hitchdev.com/strictyaml/features-removed/ That may be true, but it is a hard starting point...

I think that ``` list: - value1 - value2 ``` should be a parse error. Value1 should be the first element of the list and then fail with an indentation...

It works for me. test file: ``` seq_of_seqs: - - "a" - "b" - - 1 - 2 ``` output of `strictyaml.load(test).data` sent to pprint ``` {'seq_of_seqs': [['a', 'b'], ['1',...

> > it would be nice for it to be a repo > > Technically, it already is a repo, just not on github (sr.ht doesn't use pull-requests but the...

> The tests are in the hitch/story directory, you can read about running them here https://hitchdev.com/approach/contributing/ Thanks. I never thought of looking in a different repo for them. I am...

I also believe this would be an extremely useful addition. In the manage view I think it could be very easily implemented in an intuitive way. Why is it necessary?...

I added a new enhancement which is a superset of this one. https://github.com/Quicksaver/Tab-Groups/issues/520