dhofstetter

Results 10 issues of dhofstetter

Hi there, we figured out that freeze_time has sometimes a non datetime compatible behavior when used in combination with freeze_time. The problem occurs whenever we try to localize/replace the timezone...

Hello Folks, we experienced an issue with this great plugin. If you double-click an menu item, it disappears and won't return until we refresh the page. Can you reproduce this...

Hello everybody, I've seen a useful feature that might be useful for _aiopg_ as well. To write unit tests for the own project more easily, it would be great to...

### Preflight Checklist - [X] I could not find a solution in the existing issues, docs, nor discussions - [ ] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Describe your...

enhancement
customization

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Hi guys, I found out that string constraints (like `to_lower`or `strip_whitespace` are applied after a defined...

change
v3

To be ready for using the recent php versions >= 7.0, we need changes in the mysql backend. ## Installation routine Just replaced the use of __mysql__ backend functions with...

**Describe the bug** Any user can delete the picture for other users or any project as long as he has the id of the user or project. **To Reproduce** Steps...

enhancement

…operly configured independently of the order of instrumentation (this helps especially in case of autoinstrumentation) - add method to perform proper logging initialisation - add unittests # Description Please include...

# Description Correct http.url and http.target attribute generation even with sub apps (fixes #2476) - modify the instrumentation logic - add unittests on starlette instrumentation - add unittests on fastapi...

There is a problem with handling `root_path` scope in asgi applications with `opentelemetry-instrumentation-asgi`. As soon as you have a setup where root_paths come into account, the attribute `http.url` of the...

bug