Gérard Paligot
Gérard Paligot
After one year, there is always interested people about this feature in the SF GCP plugin (including me). The project of @shaharappload is interesting but that could be great to...
Think to add `README.md` file to host the technical documentation for this component.
We have a text input component with a dropdown docked (`VitaminTextInputs. OutlinedDropdown(...)` ([doc](https://github.com/Decathlon/vitamin-compose/tree/main/text-inputs#outlined-dropdown)) and `VitaminTextInputs.FilledDropdown ` ([doc](https://github.com/Decathlon/vitamin-compose/tree/main/text-inputs#filled-dropdown))) but I think this component doesn't fit your need too because the text...
Can you be more precise about "subComponent" inside the `OutlinedDropdown`? Options declared in the outlined dropdown is declared by you and so, you can attach your own test tag who...
Ok got it. You don't speak about options of a dropdown but atomic elements inside the text field. Interesting. We need to think of an approach who can let you...
The open-source project is this one: https://github.com/zestedesavoir/zds-site. It is a french project. Documentation, issues and pull requests are in french but the code is in english. You have a module...
We are working on the migration to Django 1.9 and with that, the update to 3.3.2 for DRF. As soon as it is done, I'll let you know here.
Well, my open source project released a new version with [Django 1.8](https://github.com/zestedesavoir/zds-site/blob/dev/requirements.txt#L7), [Django Rest Framework 3.3.3](https://github.com/zestedesavoir/zds-site/blob/dev/requirements.txt#L25) and [drf-extensions 0.2.8](https://github.com/zestedesavoir/zds-site/blob/dev/requirements.txt#L29) but the bug is always present. When I insert new data,...
@poulp Intéressé de t'occuper de cette issue ? :)
No, if I add this dependency, I got this error: ```bash * What went wrong: Could not determine the dependencies of task ':sample-app:lintReportDebug'. > Could not resolve all task dependencies...