pacop

Results 4 issues of pacop

**What happened**: worker_threads throws a MODULE_NOT_FOUND. It seems like worker_threads is looking for the file in the host filesystem instead of in the binary itself. ``` user@/tmp$ ./main main.js events.js:187...

feature
v5

### Steps to reproduce **Tell us about your environment:** * ndb version: 1.1.5 * Platform / OS version: Windows 10 / x64 * Node.js version: 12.2.0 **What steps will reproduce...

When the option `compiled_ruby_files` is personalized to use different extensions, for instance, `.rake` files. They are removed each time warble is called. Problem was in `lib/warbler/task.rb` where every file not...

Hi, I was trying to share the instance of hostServices with one of the my controllers, but I am getting constantly a nullPointerException ``` object Main extends JFXApp { val...

question