Cedric Vangout

Results 6 issues of Cedric Vangout

### Lint Name camelcase ### Code Snippet ```ts enum MyEnum { Idenfitier1, Idenfitier_2, } ``` ### Expected Result No warning ### Actual Result Identifier 'Identifier_2' is not in camel case....

bug

Avoid calling `geocode()` if `geocoded_by` is not set, with a guard-condition, like this: ```python need_geocoding = False if not self.geocoded_by: return need_geocoding ``` https://github.com/cvng/django-geocoder/blob/master/django_geocoder/mixins.py#L14

bug

See `tox`logs for informations...

bug

The current approach is to hook `GeoMixin` in any models you want to dynamically geocode, so we can extends models `save()`. This works in practice but can be risky and...

enhancement

Hi there, and thanks for this great oAuth implementation. However, i found myself unable to work with stream response with actual implementation, because `_performSecureRequest` wait for the **end / close**...

### What version of Bun is running? 1.1.25-canary.3+1bac09488 ### What platform is your computer? Darwin 23.6.0 arm64 arm ### What steps can reproduce the bug? ``` ➜ cat test.json {...

bug
transpiler
bundler