Paul Rumkin

Results 71 comments of Paul Rumkin

But it's not ok in electron browser.

Because I'm using it as a client library for ui and load it from bower component directory with ``.

I've tried alightInitCallback but with no success. Now I'm using require method. But I think It should be solved somehow or clarified in the doc.

I think it should be detected `define` function from requirejs.

So we have wrong behaviour in atom when `module.exports` is presented. It could be solved with comparing `global` or `window` with `this`. Code duplication found https://github.com/lega911/angular-light/blob/master/src/js/postfix.js#L16

@zkochan pnpm's name format is even better – no postfix needed.

I'm working on [web server](https://github.com/rumkin/plant) which is based on WebAPI Streams, and there is one issue with the disturbed stream. You can read more here: https://github.com/whatwg/streams/issues/1025. In a few words,...

This transports require better protocol then JSON-RPC which design has several defects like: * mind-blowing error codes, * events mixed into method invocation, * invalid messages toleration, * no pipelining.

> Do you plan to use a transpiler to keep compatibility with older versions of node? Yes, I do. v2 will always be compatible with the same versions of node...

You can take a look https://github.com/rumkin/plant-browser-demo to see how to produce requests and responses. To use it over websocket, you can use anything as a transport (plain JSON, JSON-RPC, CBOR,...