Mathieu Leplatre
Mathieu Leplatre
I noticed that too many `mouseout` and `mouseover` events were triggered on Awesome markers, especially while moving the mouse on top of them. Steps to reproduce: - Setup `.on('mouseover', function...
I was wondering why I am asked twice to allow the camera in the demo (whereas I have only one by the way) Is it expected? Thanks :)
In Pyramid 2, the concepts of authentication and authorization was replaced by a single one: security policies. The concept of principals was replaced with the concept of identity. Kinto continues...
This plugin is not used in production at Mozilla anymore, and may therefore be «retired». Even if we don't deprecate/remove it soon, we should at least communicate clearly about the...
`Content Security Policy: The page’s settings blocked the loading of a resource at https://firefox-settings-attachments-cdn.stage.mozaws.net/ma…e/product-integrity/1be52f5f-ce54-4471-85b4-44a7800fdfcd.png (“img-src”).`
Should we send `ResourceChanged` events for each children when we delete a parent? For example: if I delete a bucket, it sends a delete event for every collection in the...
It seems cool to be able to do something like `python kinto.pex` :) We could attach the .pex file on the releases page https://github.com/pantsbuild/pex
- We have flat collections of records - We have JSON schemas - It seems very reasonnable to think that resolving a GraphQL query using our data model is feasible...
For example, if I give write permissions in settings ``` ini kinto.bucket_write_principals = basicauth:c6c27f0c7297ba7d4abd2a70c8a2cb88 ``` This user has permission to write, but not to read, whereas `write` implies `read` when...
I don't think we should have all of these. I would be in favor of `setup.cfg` only :)