Mostafa Negim

Results 14 issues of Mostafa Negim

## Review the Contributing Guidelines Before submitting a pull request, verify it meets all requirements in the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). ### Translations See the [Contributing Guidelines](https://github.com/donnemartin/system-design-primer/blob/master/CONTRIBUTING.md). Verify you've: * Tagged the...

needs-review

**Describe the bug** After deploying jaegertracing/all-in-on:1.28 image on the Kubernetes and filling the container memory, it is expected the OOM killed container be recovered when it is restarted, but the...

bug
storage/badger

Some movie titles have more than 128 character like this(140 character): **_"Lethal Kittens or how we came to Love our Shovels during a Limited Anti-Terrorist Operation with Temporary Elements of...

``` File "/usr/local/lib/python3.9/site-packages/kombu/messaging.py", line 620, in _receive_callback decoded = None if on_m else message.decode() File "/usr/local/lib/python3.9/site-packages/kombu/message.py", line 194, in decode self._decoded_cache = self._decode() File "/usr/local/lib/python3.9/site-packages/kombu/message.py", line 198, in _decode return...

Add the Docker file and update the README.md for docker container usage

documentation

Hi, If there is an `@` in the path, there would be a problem and I get: `Multiple formats are specified:` error. I tried to use /format: %format/, but it...

Sorting list is wrong as the order is important.

Stale

Hi, In `visitObjectItem` method, we check the type of the node and if it is the `List`, we sort it. https://github.com/GoogleCloudPlatform/terraformer/blob/master/terraformutils/hcl.go#L153 ```go case *ast.ListType: sortHclTree(t.List) ``` Why should the list...

In helm, if the value file is not specified, `values.yaml` in the chart dir is considered as the default value. This is not the case in the helm diff. fixes...

Hi, In `helm diff` the default `values.yaml` should be specified. This is not the case in the helm itself and it takes `values.yaml` as default if it is not specified.