Hasier

Results 29 comments of Hasier

@nficano @ificiana any chance you can take a look into this? 🙂

> @hasier can you provide something to reproduce the bug? Hmm I'm having trouble reproducing this in a clean environment now 🤔 Let me test it a bit more and...

Got it, tiny project setup to reproduce. Dependencies: - Python 3.10 - `pyhumps == 3.7.2` - `mypy == 0.971` `main.py` ```python import humps if __name__ == "__main__": print(humps.camelize("some_variable")) ``` ```bash...

@nficano any chance we can get this merged and published in a new release? It'd be great to get rid of the `mypy` error 🙂

@nficano @sk- are you planning on merging either this or https://github.com/nficano/humps/pull/281 then? 🙏

Considering this has been the way `starlette` has worked for a while now, maybe we could consider the Sentry SDK has "misused" `form()` and get the fix done here? (To...

I think this issue can be marked as solved, as it's been fixed in version [1.11.0](https://github.com/getsentry/sentry-python/releases/tag/1.11.0) (it's working for me at least). Thanks for your work @antonpirker! 🙇

@alisaifee any chance you can look at this one? I appreciate this might not be a very high priority, but it feels like a useful abstraction to have considering the...

Thanks for the comments @alisaifee! > > I added the exception handling in the strategies, thinking that it might be useful that the storages raise the underlying exceptions. This might...

> > Besides, not sure what's going on with CI. The branch seems to be up to date with master, but the linter locally succeeds and fails in CI 🤔...