Bill Chambers
Bill Chambers
Doesn't recognize python syntax. ``` python for row in list(X): add_values = add_feature(row.items()) row = {**row, **add_values} ``` if row and add_values are dictionaries, this is valid syntax. py-yapf doesn't...
# Reproduction ```python import dspy class Repro(dspy.Signature): """Product some text that includes numbers. Be sure to include numbers from 1 to 10.""" input = dspy.InputField() body = dspy.OutputField(format=str) def contains_a_number(output):...
### Description Right now I've got some content that I want to print in logfire, but it's being redacted as private, but there's nothing private! I imagine what is triggering...
### Description Hey! Loving logfire so far... have a question. I am getting this error (or rather, it's a warning). ``` UserWarning: Invalid log level name: 'level 25' warnings.warn(f'Invalid log...
### Description I found [these docs](https://docs.pydantic.dev/logfire/integrations/psycopg/?h=psyco). When I instrument my connection like this: `logfire.instrument_psycopg(connection)` I get an error: `AttributeError: 'psycopg2.extensions.connection' object has no attribute '_is_instrumented_by_opentelemetry' However, if I run `logfire.instrument_psycopg()`...
### Description have the following error in the console: `120Error: attribute width: A negative value is not valid. ("-2.1666666666666665")` ### Python, Logfire & OS Versions, related packages (not required) _No...
There seemed to be some incorrect instructions from another project.
Loving inline-snapshot so far and can't wait to see how it grows (in simple ways). I was hoping to be able to simplify my usage. ## Desired Behavior I want...
# Context In response to [this thread](https://x.com/remilouf/status/1801889864641573104). This is the first ~15 techniques. Wanted to confirm format before proceeding. # Next steps - [x] Need to fully test code -...
### Description I'm still trying to get the exact repro, but I cannot instrument psycopg2 and get results when I use `from psycopg2.extras import RealDictCursor` I am using the instrumentation,...