Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

Hi, I've see a talk at Fosdem about Corrode and I wanted to give it a try on [libqrencode](https://github.com/fukuchi/libqrencode) I tried running: `corrode -DHAVE_CONFIG_H -I. -Wall -g -O2 -pthread qrencode.c`...

You may have noticed that the Django community started a project called channels which aims to provide a way to handle WebSocket and the HTTP/2 protocol with Python workers. The...

recreational

Here https://github.com/Kinto/kinto/blob/master/kinto/plugins/default_bucket/__init__.py#L172 We are using the same secret as the BasicAuth plugin. We should fallback to the basic auth secret but we should use another prefered key that doesn't contains...

enhancement
easy-pick

https://www.dotconferences.com/2019/12/james-long-crdts-for-mortals We could create a plugin that, like kinto-history, would allow to manage conflicts at the field level

enhancement
plugin-idea

During the initialization phase, we are checking for each Kinto default settings if any env variable are defined. https://github.com/Kinto/kinto/blob/master/kinto/core/initialization.py#L512-L514 However it only works for kinto default settings, I believe it...

enhancement

I am using kinto with k8s and I'd like services to talk internally through kinto.service rather than the external domain name. However currently kinto redirects to the public domain when...

documentation

The OpenID flow redirects to a page with the auth_token. As @magopian pointed out, it is a best practice to not store the token on the client side. The [experts...

enhancement

kinto.core.storage.exceptions.BackendError: ProgrammingError: (psycopg2.errors.UndefinedFunction) function collection_timestamp(character varying, character varying) does not exist When running the migrations between kinto 12 to kinto 13, this error message can happen. We should ignore the...

bug

ie: ```kinto rename --ini kinto.ini /buckets/chefclub/collections/recipes /buckets/chefclub-v2/collections/recipes```

enhancement
help wanted
scope: commands

A bunch of code: - Here: https://github.com/Kinto/kinto/blob/ea5f66dd4441447292ce26a068bdb690b7de7496/kinto/schema_validation.py#L38-L44 - And here: https://github.com/Kinto/kinto/blob/ea5f66dd4441447292ce26a068bdb690b7de7496/kinto/schema_validation.py#L59-L65 Don't necessarily have sense anymore since we moved to Draftv7. I believe this should be a follow up of...

enhancement