Athitya Kumar

Results 83 comments of Athitya Kumar

Hmm, I see that 2 versions of psych are present and 2.0.0 is the one causing problem. Uninstall all versions of psych and try re-installing colorls? ``` gem uninstall colorls...

Oops, sorry for that. But I'm pretty sure that it's definitely because of an older version of psych being used. For future purposes, maybe this needs to be specified in...

FWIW, this piece of code makes the image brighter and still doesn't seem to improve the results for other dim-light input images. ```python3 def increase_brightness(img, value=30): hsv = cv2.cvtColor(img, cv2.COLOR_BGR2HSV)...

HTML and JS compressions are done. However, Yui-Compressor doesn't seem to quite work properly in Heroku due to Java dependency.

Sure, I was also thinking about this. Would you like to contribute this feature, @vchrombie?

@the-ethan-hunt - MIT License. You can explain about the rake task that is being executed everyday.

Ping @the-ethan-hunt - are you working on this?

@joe23rep - Not sure if we already get the metadata related to whether a file/folder is hidden or not in the FileInfo metadata: https://github.com/athityakumar/colorls/blob/main/lib/colorls/flags.rb#L61 But anyway, we should be able...

The "ready" label added by Waffle, is when an issue doesn't require further discussions and can be tackled by contributors. All the features in the check-list are yet to be...

[This](https://github.com/SciRuby/daru-io/blob/master/.rubocop.yml) would be a nice rubocop specification to start with.