Maxime Vdb
Maxime Vdb
I get this error when I want to extend my `admin/base.html` template. It works properly when `dbtemplates.loader.Loader` is not in the `TEMPLATES` settings, but when it is (even if I...
Not sure that the method used to check if a form has been deleted is right in [this file](https://github.com/MongoEngine/django-mongoengine/blob/dev/django_mongoengine/forms/documents.py#L537). Django formset use the following test: ``` if form in formset.deleted_forms...
Hi there, I tried to upgrade to tastypie 0.13.1 and I've come up with an issue. Your [code here](https://github.com/wlanslovenija/django-tastypie-mongoengine/blob/master/tastypie_mongoengine/resources.py#L41-L42) is not compatible with what they do [here](https://github.com/django-tastypie/django-tastypie/blob/v0.13.1/tastypie/resources.py#L2005-L2006) Is there any...
**Proposed changes**: - CRFEntityExtractor handles message without features if no featurizer is configured **Status (please check what you already did)**: - [ ] added some tests for the functionality -...
All Rasa issues are now in [this Jira board](https://rasa-open-source.atlassian.net/browse/OSS). For more information, please head over to [this forum post](https://forum.rasa.com/t/migration-of-rasa-oss-issues-to-jira/56569).
Hi @jschrewe, In our project, we needed the ListField(FileField) structure to have more capabilities: - allow removal of elements (the current code is buggy) - have a better widget to...
https://github.com/powmedia/backbone-forms/blob/master/src/editors/extra/list.js#L91-L98 This would be great to have hooks on this part of code: - for the Item class (other than editors.List.Item), something found in this.schema.ItemClass - for the options to...
All Rasa issues are now in [this Jira board](https://rasa-open-source.atlassian.net/browse/OSS). For more information, please head over to [this forum post](https://forum.rasa.com/t/migration-of-rasa-oss-issues-to-jira/56569).
### Description Documentation: https://www.algolia.com/doc/guides/ranking/distinct/#distinct-for-de-duplication I am hitting the 10kb limit for records and I need to be able to support de-duplication. Here is my use case: - I have one...