Markus Ekholm
Markus Ekholm
Hi! I am not familiar with the status of ES6 on nodejs, are there any benefits (especially in performance)?
It seems interesting as it is possible to transpile to ES5 for backward compatibility for users of older versions of node. However I will not likely have time to implement...
Hi! I'm going to do a 2.0.0 with ES6 (no transpiling to ES5).
I've started work on this in https://github.com/markusn/edts/tree/jump-to-type-def . It is not finished by far thought.
@lahirumaramba any updates on this? It is a much needed feature.
> Any news here? I'd love to use this in a client-side JS modules only project. I can help port too. Hi! What is stopping you from using it at...
@justinfagnani I have a PR open to solve this: https://github.com/markusn/color-diff/pull/22 . Would that work for you?
fixed in v1.4.0
> I bumped into this lib by search for checking color relevance. I got a python example which can order them by relevance using a limit as well. So instead...
> Okay, i think i found the source again for that RGB function in python; https://github.com/Korchy/b3d_lib_int/blob/master/rgb.py So basically what you want is a way to match a color to a...