Capi Etheriel

Results 54 comments of Capi Etheriel

I was just trying to fix tests to make my other PR build... In any case, `gdk_display_get_pointer` is deprecated, so best course of action would be moving to `gdk_device_get_position`...

From what I read on the source, it should always be a string.

Well, let's see if we can get it in https://github.com/alebcay/awesome-shell/pull/407

I ran zimfw update and upgrade, so I'm assuming I'm up to date.

here are a couple of commented configs for eslint and tsconfig (eslintrc.json is fine with comments): ## eslintrc.json ```json { "env": { /* safely matches tsconfig target, even if tsc...

What I'm looking is for something like `register(CompanyFactory, usefixtures='db_session')` or maybe a setting somewhere in conftest.py

from the docs: > If you call next() with an error after you have started writing the response (for example, if you encounter an error while streaming the response to...

this is particularly curious on Redirects, which show status 200 but empty response.body :( :( :(

I don't like that kind of notation when passing parameters. Why don't we use argparse argument types? http://docs.python.org/2.7/library/argparse.html#type

@ephys @luizcalaca I guess a good first step would be to add a test that tries to change a column without providing the type. There are no such tests in...