Luca Dorigo

Results 39 issues of Luca Dorigo

### Issue you'd like to raise. Currently when running the client as `LangSmithClient(hide_inputs=myfilter, hide_outputs=myfilter)`, the `myfilter` function is called before the objects are serialized for sending to langsmith. Suppose we...

Hi there, Just found this, it's great. It would be nice if you could provide some examples on how to handle the generated graph. For instance, is it possible to...

**Is your feature request related to a problem? Please describe.** The FAB component has a `size` and `customSize` prop allowing to modify its size. So do the individual actions within...

FAB
feature request

### Problem Statement The documentation for integrations (I'm looking at next.js but I assume others too) describes the parameters, but doesn't say what the default values are. It would be...

Waiting for: Support
Type: Content
Improvement

The app crashes when run with a recent version of python !

![image](https://github.com/savbell/whisper-writer/assets/8631181/737ff5a1-4e95-43ba-b1ea-0130e21b05f0) Sometimes it works, sometimes (often) it records but then hangs like in screenshot above?

Not much to add - e.g.: ``` class Foo(Document): bar: Link[Bar] class Bar(Document): foos: list[BackLink[Foo]] = Field(original_field="bar") ```

documentation

C.f. https://github.com/BeanieODM/beanie/issues/965 for an example of where it bit me :-) For normal documents there is an error message when an uninitialized object is used. For documents that use inheritance,...

bug

**Describe the bug** If I have a document containing backlinks; using that document within a pydantic basemodel that uses union types causes an exception. See simple MRO below. **To Reproduce**...