Simon Schick

Results 176 comments of Simon Schick

Version 4 has been released and the changes have solved the issue. For more info, see #728.

@gaboe, I've tried to reproduce it, but couldn't get it to fail. This is what I tried: **Environment:** * Vite: `7.1.5` * @sentry/vite-plugin: `4.3.0` * @sentry/react: `10.10.0` (I also tried...

I think I'm facing the same problem here. I have a database in Azure, which I try to access via an Azure Web App. Using the `az webapp create-remote-connection` command,...

Well ... it's not working using the published version `4.6.8`, but when checking out the latest state of this repository, it works for me - so my bug seems to...

Ok, so tell me please, what is expected? Currently our API implementation works with promises. A promise returns once. When implementing caching on this implementation, we'll have to choose whether...

One of the reasons we've had caching in mind was the idea of allowing people from places with low bandwidth (e.g. Africa) to have a good experience when using the...

@kkuepper if there's help wanted, please add some info for others to understand what needs to be done here. What menu do you mean?

One example is if you have one property where you (based on its value) have another property. An example of HTML is the `input` type, where the property `max` is...

Also for what I see now, https://github.com/jsx-eslint/eslint-plugin-react/issues/3658#issuecomment-1826135835 might be very much true by saying that this seems rather like an anti-pattern in react. I'll close this for now and check...

Just want to point out that this problem also (as of my knowledge) is at hand when using the function `mount()` in your tests. An example can be found in...