Mathieu Leplatre

Results 352 comments of Mathieu Leplatre

Also: they appear on top, which requires scrolling

Thanks for reporting this! Does it prevent the whole UI to show up? It might come from the Kinto plugin here: https://github.com/Kinto/kinto/blob/c8d680ce7cc6a87f503915b3b2b920963229f24c/kinto/plugins/admin/views.py#L18-L28 Related https://github.com/Kinto/kinto/issues/2341

Thanks Dylan for the follow-ups... I deployed v14.0 of Kinto that embeds kinto-admin 1.26.2 and it seems to work OK https://kinto.dev.mozaws.net/v1/admin/#/

Blocked by https://github.com/scniro/react-codemirror2/issues/270

As @glasserc said in #512 we should first upgrade bootstrap in react-jsonschema-form https://github.com/mozilla-services/react-jsonschema-form/issues/899

That's a good idea! Let's start a branch and use this list as checkboxes. I'm willing to help!

See also https://github.com/Kinto/kinto-admin/issues/1360

` message: 'should be integer'` `keyword: 'minimum' ` ``` Error compiling schema, function code: var refVal1 = refVal[1]; var validate = (function (data, dataPath, parentData, parentDataProperty, rootData) { 'use strict';...