Skip to content
#

python-framework

Here are 61 public repositories matching this topic...

nolar
nolar commented Aug 20, 2020

Problem

K8s-event posting can fail to post an event (kind: Event) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.

This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object logger messages (logger.info(...) from the

enhancement good first issue
tromai
tromai commented Jan 31, 2022

Is your feature request related to a problem? Please describe.
When trying to use pydriller's Git wrapper to get the list of files in the repository, the result does not include .github/workflows because this method exclude any paths with .git in it.

**Describe the solution you'

PR welcome good first issue

Improve this page

Add a description, image, and links to the python-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python-framework topic, visit your repo's landing page and select "manage topics."

Learn more