Devdatta Talele

Results 7 comments of Devdatta Talele

@liyin2015 I've updated the implementation based on your feedback. You mentioned that `raw_response` should stay for streaming and to check the Anthropic client for reference. I tested it with your...

Hi @riyaz-maker and @liyin2015, thanks for the solid analysis and FileLock-based solution. I have built on your approach and submitted PR #440 with architectural enhancements and maintainability while keeping full...

@rubenfiszel Found this interesting since Pocket-ID's passkey-only approach aligns well with Windmil's design. Pocket-ID's OIDC implementation looks straightforward to integrate following the existing OAuth provider patterns in the codebase. Planning...

Addressed review feedback by moving the authorization check before the transaction in folder_history.rs for better performance and removed the unused db parameter from group_history.rs. Both changes optimize the authorization flow...

pocketid works like the other custom sso providers (e.g. Keycloak), also endpoints are supplied by the user, so it doesn’t need an entry in oauth_connect.json

Fixed the inconsistency. The untyped list branch now preserves all user-defined fields (required, additionalProperties, enum, resourceType, contentEncoding, description) just like the record[] branch, instead of only preserving properties. This ensures...

Implemented in #7329 This PR adds Pydantic BaseModel and dataclass support to the Python parser. You can now use Pydantic models as function parameters and Windmill will automatically generate the...