Rui Carmo

Results 72 issues of Rui Carmo

The canvas charts take too long to render on some browsers.

bug
enhancement

Although it would require bootstrapping a new set of base containers, it would be nice to have `armhf` support.

enhancement
help wanted

Apparently needs some updates. Checked the `deps` and fiddled with `lein` a bit, but can't even get the examples to run. ```bash fn-fx$ java -version java version "1.8.0_131" Java(TM) SE...

need info

Hi there, I'm trying to deploy HAP-python (git master) on Python 3.5 and coming up against a strange error that seems to be related to coroutine handling. I've trimmed down...

I was wondering if moving to 3.5+ `async def` to replace `@coroutine` is on the roadmap. I find that having to mix `yield from` and `await` causes a considerable amount...

Hello there, I'm trying out Autumn and after running some scripts it is now constantly beachballing while trying to just use the editor (even without the script running). Any ideas...

Hi there, I'm trying to get this to work with Bottle, but would like to know if there are plans for supporting it officially. Cheers!

question
adapter

I have this simple repro testcase that uses `lua-requests`: ```lua local requests = require("requests") print("go") do local res = requests.get("http://192.168.1.1") return print(res.text) end ``` ...with this `.rockspec`: ```lua package =...

I realize this might not be everyone's cup of tea, but I would like to see a configure option to build standalone static binaries (I'm currently trying to do this...