Bruno Ripa

Results 4 issues of Bruno Ripa

Very easy, the file `CONTRIBUTING.md` contains traces of a previous conflict (`

type: bug
priority: p2
:rotating_light:

Hi, I am creating an AppEngineHttpRequest: ``` defp create_gae_request(uri, start, limit), do: %GoogleApi.CloudTasks.V2.Model.AppEngineHttpRequest{ httpMethod: "POST", relativeUri: uri, headers: %{"Content-Type" => "application/json"} body: %{"start" => start, "limit" => limit} |> Jason.encode!()...

type: question

Apparently the `README.rst` example does not work if `py2neo` version is >= 2.0.9. Maybe version should be pinned in `setup.py`? It fails by: ``` flask.ext.Neo4j init_app called flask.ext.Neo4j gdb trying...

Hi, I am rendering a multisheet workbook, and I have selection active. When selection is active, if I change tab and click on the sheet I have this: ``` TypeError:...