Oz Tiram

Results 210 comments of Oz Tiram

This bug is quite old: https://bugs.gentoo.org/742599

Thanks for the response. I was wondering if it related to Lua vs LuaJIT (I didn't mention that)...

Awesome 👍 great job analysing this. @c0dev0id @taobert do you want me to create a PR with a patch based on this information?

IMHO asyncio is complicated and gevent is charmingly simple. This would be a huge task with very little benefit in terms of features. gevent is actively developed, and has great...

I also bumped into this... ``` 2017-05-22 07:51:21 v2g-dev pip.download[17131] INFO File was already downloaded /var/cache/pip-accel/sources/uModbus-0.8.2.tar.gz 2017-05-22 07:51:21 v2g-dev pip.req.req_set[17131] INFO Collecting pyserial~=3.2.1 (from uModbus) 2017-05-22 07:51:21 v2g-dev pip.download[17131] INFO...

A few more suggestions: * Add a JSON API end point to the routes (in `main.janet`): ``` (defn api [request] (application/json {:you-found "joy"}) ) ... (def routes (routes [:get "/"...

This is not so easy since eqp, since it's a special command. One will have to create some "storage" for eqp varaible and probably insert EXPLAIN QUERY PLAN before the...

I haven't looked into the SQLite code itself. However it's not exposed in the python driver, not even with apsew.

@defnull this is very welcome. According to your own roadmap the aren't many blocking issues for 0.13. but it's been so long since the first map was written I'm not...

@defnull also, please remove the classification from setup.py https://github.com/bottlepy/bottle/blob/8561ffbc2ed2b16b4f7f90520d148e37e251d107/setup.py#L34. You should also drop python 3.4. it's no longer maintained.