Chris Coetzee
Chris Coetzee
python -m pysorter should do the trick. Here we run the pysorter package as if it was a program. I'd recommend creating a `virtualenv` and installing all the requirements in...
Thanks for your interest Tyler! I like the priority idea and can see its usefulness, but I want to think more about the overall structure of this before tackling it....
1. I have no experience with Ansible yet, though I started looking at it recently; literally the day before you commented. Since its based on an existing design it saves...
I prefer the documentation by example approach, since it leads to more pragmatic solutions. Use cases should feed the design and vice versa, and they doubly serve as initial test...
Awesome, I have some minor changes I'd like to make to the spec on the Wiki. You should be able to view the diff for clarity, though I'll type a...
Just changed the version to use integers instead of strings. There's a skip rule that reads `.idea$` is that meant to be the idea directory? Because then it should be...
Fixed the test yet?
@dimfeld for me this is not the case. Today's journal is initialized and this continues to occur. I thought it may be that I have some related references between the...
I ran a git bisect against spring (v2.0.0 to master) with a new rails 6.1 app but I was unable to find a good commit where the error message doesn't...
The bug is in the `spring/configuration.rb` code that uses `gemfile` which returns an absolute path to the Gemfile (at least in Bundler 2.2.14). Joining an absolute path with any other...