Kiko Beats
Kiko Beats
What is the status of this? I was going to open an issue related with setup a default version if `node-version` file is not present, but this solution is better...
I think that is the right way. Now node devs need to handle with different node versions and is horrible the current workflow. Could be implemented with backward compatibility: if...
I'm using [nodengine](https://github.com/Kikobeats/nodengine#nodengine) for this purpose, more simple :smile:
I do not think so. The reference is for inspiration, but will be difficult bring this feature in the library. Add others polyfills is not a good idea, because increases...
@mk-pmb can you provide example of your idea?
I think nowadays make sense ship this feature now that Node.js supports Proxy :) Added https://github.com/sindresorhus/cycled as inspiration, should be done very similar. Any PR? 🎉
Thanks for the idea @therealpecus, I created my approach on [xml-urls](https://github.com/Kikobeats/xml-urls) 👍
more options to add: - https://github.com/codeandcats/fast-clone - https://github.com/ivolovikov/fastest-clone
I have the same problem and I tried to resolve following the comments without success. under `dokku mongodb:info zombts zombts` the terminal report me: ``` echo " Host: mongodb" echo...
you're right, basically for that: https://github.com/chriso/lru/pull/28/files#diff-168726dbe96b3ce427e7fedce31bb0bcL35. **Pros**: it avoid delete. **Const**: Map access using set/get is also slower. In general terms, better average. Could be possible get the good parts...