Daniel Edgy Edgecombe

Results 4 issues of Daniel Edgy Edgecombe

closes #470

feature
needs review

**Describe the bug** When creating a SET data type the native data type does not return the set values, unlike the ENUM native data type which does. The native data...

bug

I have a dataclass that is mutated (removing the dataclass decorator) which fails tests if applied, but does not get picked up as a handled mutation. I have cleared the...

``` from pkg_resources import get_distribution, DistributionNotFound ModuleNotFoundError: No module named 'pkg_resources' ``` twelvedata python package depends on `setuptools` being installed to access pkg_resources, but does not define it as a...