Tobias Baunbæk Christensen
Tobias Baunbæk Christensen
I do this too, and was looking for something similar
@tdumitrescu good to hear. If I were you I'd just add those who seem most active as collaborators. That should get the ball rolling. You'll still have the release control...
I'll make the counter-argument that speed should be most important, and cloning the object will impact speed always. If kept as is, then it will only impact those who need...
@vladgolubev Then you should clone the data before sending it to the module. For many modules this won't really matter, but for those that might be seeing a lot of...
Nah, it's good for those too: `1-2-3-4-5` or `1/2/3/4/5`. Although with division it's less likely that you understand the order.
The number is always a three digit/character long string. So it would be `cc.number('036')`. Right now I can't remember why I chose this in the first place. I can see...
And yeah, it would probably be nice to move this logic into the library. So that it would check if it gets an integer so that `cc.number(36)` is the same...
I think this might be out of scope for this module. I am not entirely sure though.
@maxsommer that's not a bad idea at all. If you make a PR that would include this, I'll add it. Preferably in a way that could be done automatically whenever...
I can't exactly remember now, but it seems that I've taken the active list from the wikipedia article. We could add an `active` flag to the dataset and include the...