Justin Hallquist

Results 12 comments of Justin Hallquist

@rportugal I can help out if you're still looking for maintainers.

Just a note that this issue is present in v2 only and prevents upgrades from v1 when using the `render` prop which does go against this release note sentimentality: ```...

@harmnot it can be added to either the user config or the yaml in the project: ``` @filepath = File.join(File.dirname(__FILE__),"../yaml/#{filename}") @user_config_filepath = File.join(Dir.home, ".config/colorls/#{filename}") ``` I am fine removing the...

@securisec looks like you're on the wrong branch (line 16 is no longer `map!`) -- could you make sure you're on `add-custom-dir-suffix-colors` before running the `rake install`? I think that...

`yaml` use indentation to denote structure. for the case of these changes we wanted to ensure the added keys were namespaced properly or else it wouldnt be possible to determine...

Any status on the state of this PR?

@avdv hey so after pulling in master I noticed we added `Forwardable` in the last few weeks but never included it which was throwing an error when I tried to...

@securisec just merged in master and dealt with some conflicts while waiting on this merge. No new changes in terms of features.

@avdv `forwardable` addition is in this pr: https://github.com/athityakumar/colorls/pull/239 i'll deal with the merge conflict afterwards since it'll be trivial.

sorry for the delay, will get on that