Işık Kaplan
Işık Kaplan
Since we can simply "fix" the end-users' issue by running `unimport` twice should we maybe simply run it twice? Maybe with something like `--fix-star-collisions`. Sometimes the best solution is the...
In the light of #150 my previous suggestion is no longer(maybe wasn't ever) plausible. So, scratch that.
Apparently I can't use model_map directly in the factory body anyway as it would be used as a constructor argument for the model class, however, I found the issue and...
Hey, thank you for the prompt response. I basically want to be able to just get the factory I created for a given model. ``` FooFactory = BaseModelFactory.get_for_model(Foo) ``` Note...
Ah, thanks for the clarification on meta. Yeah the custom code is indeed necessary, I do realize that. But my problem wasn't that *that* feature should be in the library...
Any updates?
```bash pip install wheel pip install git+https://github.com/iyzico/iyzipay-python.git@a150418dba6d0170ff7ae3772d16ac83654cb6a9 ``` You can install it either like this or you can just put the second `git+...` part in your dependency manager's lock file....
Hmm, given that I've never needed to loop through the configuration I just assumed that it would be only accessed via the end node, should be simple as budging a...
Hello! Not quite sure what you mean by "mistyped", all the variable names are from `http` built-in library ```py >>> from http import HTTPStatus >>> HTTPStatus.PROCESSING >>> ``` Can you...
Oh! I saw them, some of them are missing the first couple of letters, I should've just generated them, first thing I did was to add them to global namespace...