Benjamin G

Results 4 issues of Benjamin G

Any way to call function with varargs? (easiest example is printf ). Is it possible? Or is there any workaround? Thanks

The page on http://senecajs.org/api/ says the old doc is still available but the link is broken.

doc

The space elevator with the LTN mode compatibility pretty much hard couples 2 surfaces together, making one LTN network. I was wondering if it would be possible to display the...

enhancement

I'm trying to do an api gateway with the reverse proxy but I fail miserably. Any hint? ```js proxy.register('192.168.1.97', webappUrls[0]) proxy.register('192.168.1.97/socket.io', apiUrls[0]) proxy.register('192.168.1.97/api', apiUrls[0]) ``` Ie. Trying to route every...