dziedrius
dziedrius
because jquery 1.9.0 dropped browser property support (it was deprecated since 1.3?): http://api.jquery.com/jQuery.browser/
**Describe the bug** I've added custom traces for our application startup and noticed strange behavior:  As long as I'm trying to instrument application startup, where logging is bootstrapped, background...
We've noticed that after we've used federation plugin, one part of our application started to fail with: ``` __federation_shared_react-dom.js:233 TypeError: Cannot read properties of null (reading 'useRef') at react_production_min.useRef (__federation_shared_react.js:67:402)...
Even if I can run timeline profiling under linux just fine from command line (with both - start and attach), profiling self API says it is not supported. I've cloned...
Some connectors (for example OpenAI and Mistral) return token usage in `ChatMessageContent.Metadata`, which might be used later in application's logic (usually for request/usage limiting). Currently Amazon Bedrock connector does not...