Vyacheslav Kim (Kane)

Results 24 comments of Vyacheslav Kim (Kane)

Why? Protobuf could be used to exchange data between my own services. They are my own types, just defined differently.

find definition doesn't work for me at all, overrides don't work too

@stepancheg - with tokio-core deprecated and latest tokio supporting multithreaded event loops are there plans to rewrite with newest tokio?

@stepancheg bump, please advice if I'm doing something incorrectly?

Is it threaded or evented? Do you use mio?

Even with this patch I'm getting errors: ``` "Couldn't create 'flanker.addresslib._parser.url_parsetab'. [Errno 30] Read-only file system: '/env/local/lib/python3.7/site-packages/flanker/addresslib/_parser/url_parsetab.py'" ``` This seems to be relevant: https://github.com/ivelum/djangoql/issues/53 Also does it need `write_tables=False` too?

@siddontang I'll send it to you. But, interestingly, go server does utilize > 1 core even with 1 connection. But in any case I wasn't able to get any improvements...

@haxiomic it seems indeed, elements that are somehow fixed on the page get broken, good example is github pull request review page: https://github.com/haxiomic/firefox-multi-touch-zoom/pull/10/files. When scrolling while zoomed bar with actions...

so we envision a couple of additional api methods, it will stay compatible: FailWithError(error) Error() error - return last error Errors() []error - return history of errors I'm not sure...