Hamid Rasti
Hamid Rasti
I improved and will improve this library with multiple nice features. link: [react-native-steps](https://github.com/hamraa/react-native-steps) this above feature is added
Just like original DRF, Also configurable for each action separately: ```python @action(detail=True, methods=['post'], permission_classes=[IsAdminOrIsSelf], ...) def set_password(self, request, pk=None): pass ```
is there any option to have custom-action-level serializer_class?
for picking files
I fixed the issue by adjusting margins in index.css file. plz adjust margin-left and margin-right in this lib. thnk u
you can compare changes. mabe some mistakes. but currently works correctly. fixed index.css file: [index.zip](https://github.com/react-component/steps/files/3207161/index.zip)
This bug is still alive! Even if when I pass the `checkpoint_path_prefix` parameter: ```python checkpoint_callback = ModelCheckpoint( dirpath=settings.AI_MODELS_DIR / "cola", filename="best-checkpoint", enable_version_counter=True, save_top_k=1, monitor="val_loss", mode="min", ) mlf_logger = MLFlowLogger( log_model=True,...