Peter C

Results 7 issues of Peter C

Related to https://github.com/marshmallow-code/marshmallow/pull/2164 The following works as intended ```py from marshmallow import Schema, fields class ASchema(Schema): a = fields.String() a2 = fields.String() class BSchema(Schema): b = fields.Nested(lambda: ASchema) class CSchema(Schema):...

Add support to the Group Client for managing Group Owners. Specifically, the following APIs from the OpenAPI docs: - [List all Group Owners](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Group/#tag/Group/operation/listGroupOwners) - [Assign a Group Owner](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Group/#tag/Group/operation/assignGroupOwner) - [Delete...

viewed

When using this Github Action, the secret value to be set as an input is logged in the Github Action logs that is publicly accessible to anyone logged into Github...

# Feature request ### What new feature do you want? With the advent of large-language models (LLMs) popularity, a new protocol named [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) has been standardized and...

The Docker-based `COS` image type has been [deprecated since GKE 1.23](https://cloud.google.com/kubernetes-engine/docs/concepts/node-images) which hasn't been supported by GCP for quite a while. The [minimum supported version for GKE](https://cloud.google.com/kubernetes-engine/docs/release-notes) is 1.28 for...