Ivo Rothschild

Results 6 issues of Ivo Rothschild

I found that the TCPKeepAliveAdapter wasn't working on OSX (Python 3.4) due to missing values socket.TCP_KEEPINTVL and socket.TCP_KEEPCNT. Also, it doesn't set TCP_KEEPALIVE. See the answer on https://stackoverflow.com/questions/12248132/how-to-change-tcp-keepalive-timer-using-python-script The following...

If both drag and wheel plugins are used, the drag plugin doesn't handle the wheel events. That makes sense. But the check is: ``` const wheel = this.parent.plugins.get('wheel') if (!wheel)...

It would make sense for Pinax to easily allow new fields to be added to the Account model (see https://github.com/pinax/django-user-accounts/issues/60 ) so that account settings can be stored together and...

For Discussion

For MySQL utf8mb4 encoding does email max length need to be changed to 191 instead of 254?

question

There is a problem when using the halacious plugin on a server configured with multiple connections. 1. `internals.route` call to `server.lookup()` fails because it is not allowed on multiple connections....

v7.1.0 If I have: ``` "topten": Joi.array().items( Joi.object({ name: Joi.string().required().label('name').description('user name'), score: Joi.number().required().min(0).label('score') }).label('TopTen') ``` I get something like: ``` { topten (topten, optional) } topten [ TopTen ] TopTen...