The way this is currently implemented is not optimal. This should not be part of inject as it introduces context sensitive information inject is not to be aware about (check if log message contains M, I, W and F for the different levels). This should be moved to some utils module and be used by the log module.
Launcher might not need any additional logic if implemented properly, see: #12
The way this is currently implemented is not optimal. This should not be part of inject as it introduces context sensitive information inject is not to be aware about (check if log message contains M, I, W and F for the different levels). This should be moved to some utils module and be used by the log module.
Launcher might not need any additional logic if implemented properly, see: #12
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The way this is currently implemented is not optimal. This should not be part of inject as it introduces context sensitive information inject is not to be aware about (check if log message contains M, I, W and F for the different levels). This should be moved to some utils module and be used by the log module.
Launcher might not need any additional logic if implemented properly, see: #12
closed
Done in !46