Alexandre Rocha Lima e Marcondes
Alexandre Rocha Lima e Marcondes
I have merged a lot of code into [my antiscroll fork](http://github.com/arlm/antiscroll) and it contemplates a portion of code to set the minimum size to 20. Take a look on it...
Should it trigger the rule if the first element is a local? It is right now. here is the sample code: ``` css @font-face { font-family: 'Ubuntu'; font-style: normal; font-weight:...
What about standardized track configuration files (like `.gitignore` and `.editorconfig`) also and suggestions for tools / IDE extensions.
> Hmm, perhaps `update` is too similar to `upgrade`, or too similar for people familiar with `apt`. But I can't think of a better name at the moment. I thought...
Isn't this already happening? I think the PR could be closed.
I would love to have a flag to filter like the status: - `--exercise-status=` all, started, iterated, completed, published - `--mentoring-status=` any, no-mentoring, mentoring-requested, mentoring-in-progress, mentoring-completed - `--sync-status=` all, up-to-date,...
Quick question before the code review finishes, does it make sense to add a configuration flag that runs the post-process script relatively to the track directory so that people can...
Basically, we have the track name and then the exercise name like: `BASE_PATH/track-name/exercise-name`. My suggestion was that either we have a parameter, like you said, stating which exercise and track...
It seems that you are running a 64-bit process on ASP.NET (setup on IIS) and Pechkin DLLs are all 32-bit. You can only run Pechkin on a 32-bit environment.