Alexei Nunez

Results 6 issues of Alexei Nunez

`bork status` should return non-zero exit code when it determines at least one condition in the config file is not met

just like the `did_{action}` mechanisms it would be useful to have `before_{action}` mechanisms

##### Error Message ``` Binding failed. Switch on DEBUG-level logging for `akka.io.TcpListener` to log the cause ``` ##### Stacktrace ``` java.lang.RuntimeException: Binding failed. Switch on DEBUG-level logging for `akka.io.TcpListener` to...

I saw you do this in a youtube video but I haven't been able to figure it out (atom noob). How can I close the REPL buffer without killing the...

https://www.youtube.com/watch?v=6Y0cBnlee2Y

Currently, the extraction strategies schemas are type `Dict[str, Any]` which requires devs to look at the source code of the extraction strategy to see which values are expected and then...

✨ Enhancement