Işık Kaplan

Results 13 issues of Işık Kaplan

```py from _collections import * from collections import * print(defaultdict) ``` Unimport works fine when it comes to finding the correct import module for the variables, but this doesn't help...

bug
changelog

#### Description DjangoOptions class of a DjangoModelFactory is missing attributes post `__init_subclass__` #### To Reproduce Run the code below, blows up without actually creating the PollFactory type. ##### Model /...

Q&A

Initilize the FactoryOptions earlier so that metaclasses that uses Factory classes as base can add their own pre-init configuration, fixes #857

Hi there, I see that this project supports different backends for storage systems that one can extend, file system storage and s3 comes with the library itself, so that file...

Hey, apparently wheel is needed for the setup of this package. Tried to install it on a fresh ubuntu without wheel installed on my venv and needed to install wheel...

Hey there, According to the documentation the `locale` and `conversationId` parameters are optional, yet python sdk can't seem to handle the optional values. and the issue related is almost 4...

Hello! Are you planning to implement [geocodio-listing](https://www.geocod.io/docs/#geocoding-lists)? Or do you accept PR's?

It would be really cool to have: ```py return OK(some_response) ```

def __getattr__(self, item): value = dict.__getitem__(self, item) if isinstance(value, list): var, cast = value return raise_config_error_instead(cast)(os.environ.get(var)) return value We should have a way to allow suppressing of errors here when...