Christophe Bornet
Christophe Bornet
Needs https://github.com/langflow-ai/langflow/pull/5291
@geoff-va about the mem leak of component input/output, can you check if #5733 fixes it ?
@rdolejsi could you explain what the ApiClientRequestDecorator brings compared to an Interceptor ?
Okhttp has a generic [Interceptor](http://square.github.io/okhttp/3.x/okhttp/okhttp3/Interceptor.html) interface so how about just providing an `addInterceptor(Interceptor interceptor)` method ?
@rdolejsi can you generate the java client samples ?
IMHO, readOnly has nothing to do with immutable model properties. According to the spec, it just means that the property must not be serialized in requests. See https://github.com/OAI/OpenAPI-Specification/issues/228#issuecomment-69207084
This is indeed a big change. Some libs such as `anyio` are relying on the fact that `iterdir()` doesn't do blocking syscalls and defer to a thread only when it's...
@misrasaurabh1 There is an issue with starter projects. Can you check https://github.com/langflow-ai/langflow/pull/5324#issuecomment-2581342703 and resolve ?
The project is under BSD license which allows anyone to fork it (and speaking for myself, I would be very happy to help if someone did). You would just have...
> Unfortunately I expect it would take more than that...i.e. any fork would probably also have to change (at least) the package naming in source, and (perhaps) the project/repo name,...