Guillaume Gelin

Results 147 comments of Guillaume Gelin

We could aim to have every config as a submodule with a cron job to update these, and if a config is not available as a submodule, we move it...

Note that `sudo` doesn't exist by default on all distributions.

I have the exact same problem, and it's really annoying. Anything new on this one?

After investigation, it seems that the problem came from my flymake + pyflakes init snippet. See https://github.com/ramnes/.emacs.d/commit/d47e2004739b780f7424a261fe195e6dadc33def.

> I agree this is ubiquitous. The `asyncio` marker _is_ applied automatically during `pytest_pycollect_makeitem`. However, each marked coroutine is wrapped in a synchronous function in `pytest_pyfunc_call`. I'm not aware of...

If this can be of any interest to anyone, I've implemented something extremely similar to what OP described, even before reading this issue: https://github.com/ramnes/sftpgo-client/blob/0.2.3/sftpgo_client/__init__.py It does a quite bit of...

Raising on 2xx responses doesn't feel right to me, why do you feel it's needed? A lot of APIs use 201 and 204, for example.

Ah, right, sorry! I thought you were always raising on non-200 status codes. LGTM. :)

FWIW [Mongo-Thingy](https://github.com/Refty/mongo-thingy) now supports Mongomock out of the box, and I found the idea here, so thank you @vegard!