Carlo Cancellieri

Results 54 comments of Carlo Cancellieri

Related to: https://github.com/ckan/ckanext-dcat/issues/82 try setting: ckanext.dcat.translate_keys = False https://github.com/ckan/ckanext-dcat#translation-of-fields

probably not the best option, let me check the ckanex-scheming.

looks a corner case, a bit hard to reproduce but thanks to your example it's reproducible. 1. Using the following as JSON value: ```json { "pets": [ { "type": "bird",...

Ciao @germanbisurgi so you are saying that templates CAN support promises? (I still have to check the core code to verify, my bad) > Did you try with `async` `await`?...

Dear @germanbisurgi what I would like to highlight is that returning a fetch or returning an await async has the same result. In the example you provided you are simply...

Ok thanks a lot for confirming! Since setTimeout is not great: We have the same for _Autocompletion_ (which accept async calls instead) so I'm wondering if this improvement can be...

Dear @schmunk42 @prespic EDITed I'm not sure I've understood: when the editor is 'readonly' the fields should be marked as readonly but absolutely not to disabled and vice versa. Actually...

Yes! I know it could be tricky to implement and show all the options available along the tree… but the final result of the form will look a lot more...

Note: I'm also getting: ``` Requirement already satisfied: python-slugify>=1.0 in /usr/lib/python2.7/site-packages/python_slugify-5.0.2-py2.7.egg (from ckanapi->ckanext-scheming==2.1.0) (5.0.2) ERROR: Package 'python-slugify' requires a different Python: 2.7.18 not in '>=3.6' ``` That could be solved...

I also had to do ``` install_requires=[ - 'pyyaml', + 'pyyaml==5.4', ```