Rémy HUBSCHER

Results 124 issues of Rémy HUBSCHER

Apparently reason-mode is used for syntactic coloration and reason-language-server for formatting and syntactic errors handling.

https://www.fourmilieres.net/#/form/undefined

bug
easy pick

It looks like that: ![form](https://cloud.githubusercontent.com/assets/229453/15932238/2dd41374-2e5b-11e6-8187-d2acd226a36d.png) I wish it looked like that: ![wanted-size](https://cloud.githubusercontent.com/assets/229453/15932247/32cd08f4-2e5b-11e6-919a-d4f8a49dda2b.png)

With JSONSchema it is possible to set a empty value as Nullable. ``` { "type":"object", "properties":{ "user":{ "type":"object", "properties":{ "profileType":{ "type":["string", "null"], "enum":[ "INTERNAL_SHORT_PROFILE", "EXTERNAL_SHORT_PROFILE", "DEMO_SHORT_PROFILE" ] }, "userId":{ "type":["string",...

- Sign in - Go to the collection - Create a record - Remote it from the collection record list ![showcase](https://user-images.githubusercontent.com/229453/66117628-48948b00-e5d5-11e9-8188-927cb21c540f.gif)

bug

https://github.com/Kinto/kinto/issues/1986

bug
help wanted

Using the Kinto Account plugin, it would be nice for admin to be able to create an manage accounts from the Kinto Admin.

enhancement
help wanted

After a discussion we had on https://github.com/Kinto/kinto-admin/pull/80#issuecomment-221203127 I am spawning this as a separate feature request.

enhancement
ux