Alex Jahl

Results 8 comments of Alex Jahl

Draft PR: https://github.com/magma/magma/pull/13044

Hi @ssanadhya, I took a closer look in the memory issue. In my case, all memory leaks seems to be the result of one error in the zmq setup. They...

Please follow the [PR Guidlines](https://github.com/magma/magma/wiki/Contributing-Code#commit-and-pull-request-guidelines) and change PR title so that the `Check for semantic PR title` CI check can pass.

> For the test plan, it would probably be good to run the integration tests either locally or on your fork. (Enable Github Actions, then run "LTE integ test" on...

@magma/approvers-agw-integtests, can someone take a look at this PR? Thanks!

Hi @magma/approvers-agw-integtests, can someone take a look at this PR? Thanks!

Make it sense to replace `strtobool` by another one maybe self-written, because the function is deprecated since Python 3.10 and will be deleted in 3.12. ([PEP-0632](https://peps.python.org/pep-0632/))

`rtCamp/action-slack-notify` is not usable in Mac runners due to the applied Docker container. That was the reason why the `Ilshidur/action-slack` action could not be replaced. By the way, `rtCamp/action-slack-notify` uses...