Nikhil Arora
Nikhil Arora
## Description PostgreSQL folds unquoted identifiers to lowercase, causing "relation not found" errors when querying case-sensitive tables/columns created with quoted identifiers (e.g., `CREATE TABLE "Notes"`). This fix automatically quotes identifiers...
Add a simplified sampling_rate parameter to Traceloop.init() for easy trace sampling configuration without manually creating sampler objects. Closes #2109 - [x] I have added tests that cover my changes. -...
## Overview: What does this pull request change? Fixes issue where `MathTex` submobjects did not correctly correspond to their `tex_strings` when using subscripts and superscripts in different orders. The fix...