Frenchie

Results 6 issues of Frenchie

So far I'm unable to reproduce, but I received this bug on my first play through, which confused me for a while: I had insufficient editable section on line 100,...

A **untested** attempt at resolving https://github.com/discord/access/issues/11 "use Okta's response headers for rate limits". I ran `tox -e test` and the linter passed, but I don't have an Okta API key...

This PR adds integration tests to catch [Security Best Practices 2.2 Token Passthrough](https://modelcontextprotocol.io/specification/2025-06-18/basic/security_best_practices#token-passthrough). Add HTTP middleware integration tests to validate MCP Security Best Practices conformance: - Invalid tokens (e.g., wrong...

Draft PR to demo the github action based release workflow. Will tidy up comments & commits before opening, but I'll pause here for feedback. # Benefits: Benefits over the current...

## Summary Hello maintainers 👋 New contributor to this project, so feedback very much welcome & appreciated! We just upgraded our internal OAS Spec to version 3.1, before running in...

Follow-on PR from https://github.com/oapi-codegen/nullable/pull/21. Please do not merge this before nullable/pull/21 lands (tests won't pass anyway). - Switch generator from deprecated `nullable.Nullable[T]` to output `nullable.Value[T]` for nullable fields - Update...