Peter Newhook

Results 8 comments of Peter Newhook

Was this ever documented anywhere? I'm behind a corporate proxy and can't download dependencies `Caused by: java.lang.IllegalStateException: Cannot download library for launcher org.springframework.boot.experimental:spring-boot-thin-launcher:jar:exec:1.0.0.RELEASE`

@dhamaris I think I ran the command first on a public network to download dependencies, then did subsequent runs on the corporate network

What's outstanding for this to be merged? I'd like to share a project of interfaces between an express app and a CRA frontend stored in the same directory.

i'll have to resolve issue 71 http://github.com/tlrobinson/narwhal/issues/#issue/71 before I can test this. I tried your work around but got ``` C:\Gited\narwhal\packages\jack\examples>tusk.cmd init hello-jack require error: couldn't find "C:\Gited\narwhal\lib\narwhal\tusk.js\init" ``` because...

I'd like to try to isolate this but I'm not sure where to start. IN sandbox.js i don't see module.id=id. the closest thig i have is ``` if !Object.prototype.hasOwnProperty.call(modules, id)...

I dropped this into sandbox.js ``` var module = { 'id': id, 'path': factory.path }; print(module.id); factory(require, exports, module, subsystem, subprint); ``` And this is what I got on the...

I tried your fix and I think it may have worked, but I can't tell 100% because there appears to be another problem. I tried both applying your patch to...

On a Mac with Python 3.10 installing `multiprocess` and removing imports and usages of `multiprocessing` worked for me.