Rémy HUBSCHER

Results 379 comments of Rémy HUBSCHER
trafficstars

A work-around is to use `safe=False` for now but it is not exactly the same behavior.

I think if no mimetype is provided in the client call we should probably fallback to `application/octet-stream` if we can guess with a streaming api it is fine but we...

Yes it would be great. Not that we added the support for [kinto-http.js](https://github.com/Kinto/kinto-http.js/pull/115)

Hello @ptgamr this is almost ready to use, the only missing piece is the listener but we can finish it sooner than later next week.

Yes we did a bunch of work that can be find here: https://github.com/Kinto/kinto-webpush/tree/add-listener The problem being that when you do a pattern matching on the parent_id with the storage, you...

We need the `user_id` to check the permission if I recall correctly. We want to check that the user has got the permission to get notified. I don't think we...

Also the test server unreachable for redis is very slow.

I can make a pull-request to them based on this assumption. There is not urgency yet to merge this patch since I already applied it in production.