Dominik Miedziński

Results 9 issues of Dominik Miedziński

As title says, I've added new provider. Steam OpenID info: http://steamcommunity.com/dev

Running this code under Python 3.4 raises RuntimeError: dictionary changed size during iteration. That is why this fix creates a stripped copy of dictionary and then returns it.

It's only a matter of coding style and isn't that important, but there shouldn't be unnecesary exceptions created. I think `OSError` is perfectly fine for all exceptions defined. This change...

demoinfogo fails with assertion error on [this .dem](https://mdzn.pl/foo.dem) ``` demoinfogo: src/demofiledump.cpp:1277: void PrintNetMessage(CDemoFileDump&, const void*, int) [with T = CSVCMsg_PacketEntities; int msgType = 26]: Assertion `0' failed. ``` https://github.com/kaimallea/demoinfogo-linux/blob/a6c2086a6bc577576493da55784c48e21eaad2e2/src/demofiledump.cpp#L1277 I've...

It'd be nice if this was packaged and published to PyPI. BTW cool idea!

## What problem does this PR solve? This PR fixes `rbac.create` Helm value, so that it controls creation of all RBAC resources. Previously even with `rbac.create=false` chaos-daemon and dns-server RBAC...

component/helm

## What problem does this PR solve? Fixes missing controller-manager role for RemoteClusters when clusterScoped is false. Close #4417 ## What's changed and how it works? Added `chaos-mesh.org/remoteclusters` to `chaos-controller-manager-cluster-level`...

component/scripts
component/helm
approved

## Bug Report **What version of Kubernetes are you using?** v1.25.16 **What version of Chaos Mesh are you using?** 2.6.3 **What did you do? / Minimal Reproducible Example** Updated from...