Sacha Senchuk

Results 18 comments of Sacha Senchuk

I don't see any helpful answer. How do you define a mapping whose keys are strings and values are integers? Like this one: ``` { "a": 1, "b": 2 }...

Actually it's possible! But the explanation is a bit in the dark: https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md#additional-properties The definition of the above example would be: ```yaml types: MyMappingType: properties: //: type: integer ```

Hi there, I would also like this feature. But I'm a bit lost. It seems like we are discussing two distinct features here: 1. Being able to propose changes (without...

Do you need help? A bit sad to see these pull requests hang here forever…

Any news on this issue, please? Having the same here with the solo worker… Maybe we should add a warning in the documentation?

Hi there, I would also like this feature. But I'm a bit lost. It seems like we are discussing two distinct features here: 1. Being able to propose changes (without...

Hi, Thanks for the report. Do you already have an idea why this might happen?

It seems like you have been using the GSM encoding. There is a caveat that requires padding in certain situations: https://github.com/qotto/smspdudecoder/blob/master/smspdudecoder/codecs.py#L87 In your case, you should consider using the following...

Hello, Any update on the status of this issue? How is it going for Helm 3?

@stevvooe I tested it and the behavior is as currently described in the documentation. The very first check is run only after the defined health check interval, and the container...