Philipp Riederer

Results 18 issues of Philipp Riederer

### Steps to reproduce ```python def _fn_a(): return _fn_b() + (3, ) def _fn_c(): vp1 = 1 if vp1 < 0: vp1 = -vp1 return vp1 def _fn_b(): vp1 =...

topic-control-flow
False Positive 🦟
Needs PR

When the producing command in a pipe fails, a script does not fail, even with `errexit`: ``` [...] INFO - Validating clusters find: './clusters': No such file or directory INFO...

**What this PR does / why we need it**: When configuring `enable_overlapping_ranges` in the pod-configuration (e.g. by using a multus `NetworkAttachmentDefinition`, the parsing of the configuration makes an error. This...

As requested [here](https://github.com/k8snetworkplumbingwg/whereabouts/issues/50#issuecomment-1205035504) this is a proposal for named networks to allow using the same CIDR range for multiple networks (e.g. in multi-tenancy situations). Cc @maiqueb

**What this PR does / why we need it**: This allows specifying an optional `network_name` in the IPAM-config as such: ```json { "cniVersion": "0.3.1", "name": "meganet", "type": "bridge", "bridge": "meganet",...

The github actions are optional, but I like to have them :-D

See https://github.com/kubernetes/kubernetes/issues/69882#issuecomment-1509077177 and https://github.com/k8snetworkplumbingwg/multus-cni/pull/1116 Passing the annotations seems not to be a standardized behaviour, but it is very useful nontheless.

Hey all! This is not an issue, but me reaching out to the rest of the project (such as it is). @wonderhoss was nice enough to add me to the...

Hey! In 0.2.0 a change was introduced that loads some library from unpkg.com: https://github.com/dimagoltsman/refreshable-picture-card/blob/master/dist/refreshable-picture-card.js#L5 Now, my hall-way tablet that has a blocked internet connection cannot use this card. I have...