Isaak
Isaak
I have this code in admin.py: ```python class CardItemAdminInline(SummernoteModelAdminMixin, admin.StackedInline): model = CardItem extra = 2 summernote_fields = ('content',) ``` For some reasons, it does not work (summernote does not...
We'll create a JSON file with following structure: ```json [ { "language": "C", "projects": [ { "name": "Project", "description": "Description", "url": "https://github.com/user/repository", "image_url": "https://example.org/example.png" }, { "name": "Project 2", "description":...
It's becoming problematic to manage settings, so we need to rework settings. There are plenty of `FSM` libs, but [`xstate`](https://www.npmjs.com/package/xstate) fits perfectly for us. We can use it for transitions...
The work is still in progress, but the remaining changes will only affect the documentation. - [x] Add documentation - [ ] Archive `mimesis-factory` repository
See https://github.com/lk-geimfari/mimesis-factory/issues/246
I have no idea why, but commit 79f6257 (`Add pytest entry in pyproject.toml`) decreased coverage by [42.21%](https://app.codecov.io/gh/lk-geimfari/mimesis/commit/79f625782f7cf0ff1943635abe9cfdc9961ae3f3/indirect-changes). Clearly, Codecov is reporting incorrect coverage information and the question is "Why"?
The pytest plugin now only works with `Field`. It would be nice to have support for `Fieldset`. See `mimesis/plugins/pytest.py` for more information.
It would be great to have these languages in Mimesis: - [x] Croatian - [ ] Bulgarian - [ ] Georgian - [ ] Serbian Related issues: - #1435 -...
Arabic is one of the most widely spoken languages, with a total of 362 million speakers, so it might be a good idea to support it in Mimesis. There is...