Andy Wermke

Results 447 comments of Andy Wermke

@arition Hmm, are you using the latest version of the `threads-plugin`? As you can see in the [loader code](https://github.com/andywer/threads-plugin/blob/1a1b070b862c36f060bf81704141e491e1e708f5/src/loader.js#L62-L66), the behavior that I outlined before has already been implemented. So...

Hey @MrSirDev. How do you mean "since its compiling my electron main file and the worker file all in one file"? What does your build process look like?

Hi @josephriosIO. Based on your sample code you are instantiating `new Worker(…)` without having imported the threads.js Worker `import { Worker } from "threads"`. The webpack plugin will only handle...

Sorry for the late reply, @theCele! Might be related to #29, not sure. Can you try the small fix I proposed there? Another quick guess: Maybe webpack's `resolve.extensions` is not...

Hey @BarthaBRW! Sorry, I must have missed the notification about this issue. Yeah, seems like a good idea to add such an option. Can you contribute a PR?

You could use something like this in your package.json: ``` json "repository" : { "type" : "git", "url" : "http://github.com/cgencer/patched-node-facebook-sdk.git" } ``` (see https://npmjs.org/doc/json.html) But that's just a work-around. tenorviol...

Same for me here (like @LinusU said). `got` is a universal package and so is my package. It might be running in a DOM environment, but might also be running...