Balthazar Rouberol
Balthazar Rouberol
Hi! I think it's a good idea, and if you have a PR at the ready, I'd be more than happy to merge it. Thanks! On Mon, Dec 7, 2020,...
I'm guessing this is a duplicate of https://github.com/cozy/todos/issues/45
I stumbled upon the same issue today, as I was trying to parse the `cons` output, and was missing some data. To bypass the 8192 char limit, I overrode my...
For reference, I have a fairly used ZK server, and the `cons` output is ~45k char. ``` $ echo 'cons' | nc localhost 2181 | wc -c 44378 ```
Ah gotcha. On Mon, Jun 4, 2018 at 5:42 PM, Jamie Alquiza wrote: > One reason total usage wasn't present is that topicmappr is working purely > from storage free...
Network errors - it seems you wrap them into `GraphAPIError` (see https://github.com/pythonforfacebook/facebook-sdk/blob/master/facebook/__init__.py#L202) ``` python try: response = requests.request(method or "GET", "https://graph.facebook.com/" + path, timeout=self.timeout, params=args, data=post_args, files=files) except requests.HTTPError as...
First and foremost, is there a convenient voting widget we could use, to avoid this to become unreadable after some time?
"apéritif" seems more chic for `STOPSIGNAL`. My 0.02$ :)
True! I had not realized that the Dockerfile spec is kinda compatible with the RecetteÀMarcel one. We need to mention it.
@georg-mayer If that can help, this [PR](https://github.com/brouberol/5esheets/pull/137) shows how I migrated a project of mine from `fastapi-jwt-auth` to `fastapi-jwt` to circumvent this issue. With `pydantic 2.0.0` being out and `fastapi-jwt-auth`...