Stefan Thomas

Results 34 comments of Stefan Thomas

Having the same issue: My code require()s parse-js from UglifyJS, but I don't want the rest of of UglifyJS. So either I need to be able to specify a single...

We were seeing some missed notifications at Construct 2017 as well... There is still a bug in the websocket notification system somewhere.

``` json CONNECTOR_ACCOUNTS = { "arbiterry": { "relation": "parent", "plugin": "ilp-plugin-xrp-stateless", "assetCode": "XRP", "assetScale": 6, "middlewares": [{ "type": "balance" }, { "type": "bandwidth", "direction": "outgoing", "options": { } }], "options":...

Yeah, the debug module actually supports this via `require('debug').enable('ilp*,connector*')`.

It's important that its routes expire quickly when a connector goes down, but you're right that it makes no sense to retransmit them. So we think that we should have...

Yeah, we had a lot of debates about this. Basically, the two options are: 1) Have a connector in the plugin (current way) 2) Explicitly support multi-plugins in the connector...

> I just actually realized that the multi-plugin's deep packet inspection only works for delivery, not for forwarding. :( Right? Depends on your definition I suppose. We usually took delivery...

> It doesn't sound to me like remote quoting is the problem. It sounds like it may be using remote quoting when it shouldn't or doesn't need to. The ability...

> Curves in route broadcasts is what we currently have, and it's a direct result of the "complexity is in the connectors" design choice. We should only switch to curve-less...

> What do you think of running install-all during ilp-kit's installation (i.e. as a postinstall hook of the top-level package)? I think that's a good idea!