Martin Charles
Martin Charles
Duplicate of #132
Why? `this` is not highlighted in other languages in sublime.
Better documentation and a testbed would be nice too.
Here's what the algorithm will look like. ``` find_node(target): peersOrResult = peer.find_node(target) if result return result peers.first(peer => peer.find_node()) ``` Need to prevent visiting the same peers twice. If two...
You could try building it with `KOEL_VERSION_REF` set https://github.com/0xcaff/docker-koel/blob/9caf8402d2959d9c0c6ae291a54db93e9e1dbec2/Dockerfile#L5 I might update this eventually.
I did a bit more testing (which I should probably have done before making this issue). Coming up with good defaults here is kinda hard. In a WebExtension there are...
Sounds perfect! I have no objections to this proposal!
I ended up giving up on unbundled and using webpack. Webpack is mature today. Mature software can be used in non-mainstream use cases. Hot module replacement works. For my use...
Webpack has this same API essentially. It's called `module.hot` and documented here. https://webpack.js.org/guides/hot-module-replacement/ I'm pretty sure this works with ESModules and dynamic imports too. I might be using them too...
This is similar to #25