Jose Carmona
Jose Carmona
Support for Dependency Injection based on [Injector](https://github.com/alecthomas/injector). Example Provider: ``` class AppModule(Module): @provider @singleton def provide_str(self) -> str: return 'TEST INJECTED' @provider @singleton def provide_int(self) -> int: return 42 ```...
Hi, A simply question: what's the best way to do dependency injection in Flask-assistant? I've tried with [Flask-Injector](https://github.com/alecthomas/flask_injector) but it seems to not be compatible with Flask-assistant. Thanks!
I've tried to translate to Spanish the step `"@Given I am at :path"` and this is the result of the test: ``` Cuando estoy en "admin/structure/types" # features/i18n/es/d8.feature:18 Ambiguous match...
This PR add to the project the ability to run under docker: no software is necessary to install previously (except docker obviously). ### Notes Build sigma docker image: ``` docker...
We used Keras-Transformer in [Kaggle University of Liverpool - Ion Switching competition](https://www.kaggle.com/c/liverpool-ion-switching) but we had an issue because `activations` wasn't found in `keras_transformer/transformer.py` You can see the notebook in https://www.kaggle.com/josecarmona/test-of-transformer-over-data-without-drift...