Kyle Stratis
Kyle Stratis
+1 to this. Came over here to propose the same thing. I like how quickly I can create Todos in Obsidian, I would love to be able to highlight a...
+1 to this. Tried the fix in #89 with little luck.
Big 👍 Looking at switching to PyHive because of the lack of support for query parameters, which seems like a pretty major oversight.
@iurnah this is generally a poor practice that causes query performance to suffer (compared to parametrized queries) and in many use cases open an application up to injection attacks. See...
This remains an issue in promptfoo configs in v.0.114.2. Not only does the env var not render in `promptfoo view`, but they're also not interpolated for the configuration. 
Ah, great to hear, thanks @mldangelo!
@mldangelo It looks like interpolation almost works in that I have a new error, but it seems on the critical path to using string interpolation at least for the Azure...
New commit does the following: - Expands tests - Removes handling for custom notifications. This is because the model validation does in the `BaseSession` class forces notifications to derive from...
@cliffhall the most recent commit removes the feature, I don't feel very strongly about it - I see pros and cons on both sides and personally lean towards not worrying...
> > So now the PR just supports client-side handlers for the expected notification types defined in the protocol. > > @kylestratis You should probably tidy the language in the...