Andy Wermke

Results 447 comments of Andy Wermke

Hey @crubier. Sounds dark, but if it's working it might still be worth sharing 🙂

Hey @manujoz! Thanks for the kind words. This issue is not as easy to solve as one might think. Things to try: - do the network communication in a worker,...

Hey Kate! Hmm, can you elaborate a bit more on what you mean by "not context aware"? In theory we could just add another option to the `new Worker()` constructor...

How about this API? Would open a PR later. ```js new Worker("./path/to/worker", { _implementation: "tiny-worker" }) ``` The leading underscore of the `_implementation` option is not overly pretty, but it's...

I was getting started as it just occured to me that it won't work the way I suggested… At least not easily / eleganty. The issue is that we cannot...

Yeah, I could not come up with an easier solution so far… Turning down the feature request for now. Sorry. If anyone else needs this, too, feel free to leave...

@Ugzuzg Switching to node 12+ is not an option at the moment?

Sorry, @Ugzuzg, but threads 0.x has reached its end of life. Version 0.12 is so old by now… May I ask what's stopping you from upgrading to a recent version...

Do you guys need to run the code in node.js only or does it also need to work in browsers?

Re-opening due to another user's looking for that feature (#285, @aminya).