Oddjobz
Oddjobz
@meejah just as a matter of interest, what features of NGINX are you using? i.e. what is driving the use of crossbar 'behind' NGINX?
Mmm, have you tried "ipvs" ?
Hi, is there any documentation on this yet? (do you have a link?)
Mmm .. on the one hand I can see why you would want to put out a warning if people "should" be supplying a reactor .. but on the other...
Sorry, not following .. examples use; ``` run([components]) ``` Can't seem to find an example of this with a reactor?
Mmm, so .. if passing a reactor is "better practice" .. that sort of implies that maybe I shouldn't be using run?
Sure .. I find Twisted in general is a lot "nosier" than I would expect. If I'm using an established library, I prefer relative silence unless something unexpected happens, or...
Yeah, my startup looks like this; ``` 2019-04-18T03:11:29+0100 Using default reactor 2019-04-18T03:11:29+0100 Using default reactor 2019-04-18T03:11:29+0100 Using default reactor 2019-04-18T03:11:29+0100 Using default reactor 2019-04-18T03:11:29+0100 Using default reactor 2019-04-18T03:11:29+0100 Using default...
The 'resize' event in rete explicitly tries to set it's size based on it's parent. When the parent is set to "100%", this doesn't work. Allowing Rete to have it's...
i.e. by having a resize handler that explicitly sets rete's size, you remove the possibility for the programmer to set the style of the rete object to a specific size.