Alejandro Piad
Alejandro Piad
Regarding your second point, right now in `develop` there should be a parameter to change the `Context` class in `Show` so you can inherit and override some methods cleanly outside...
Hi, You have to do one thing first, which is running the actual bot, it's explained further down in the Readme (https://github.com/apiad/logbot#setting-up-your-own) but basically it is just: * `export TOKEN=`...
Sure, don't be afraid to ask. I'm just happy someone is using this. Usually, bots are run once and stay up. However, you can turn it off if you want,...
So far it's looking great! The test is failing because we need to `poetry lock`, that's a minor thing. I'm very excited to have hyperopt included and to compare it...
Hey @lucas-FP, now that the summer is over and we're returning to work, we'll be focusing again on polishing `autogoal` for a `v1.0` release. It's gonna bring some changes to...
Hey Lucas! Nice to hear from you :) I figured you got complicated with other stuff, so don't worry, we all did. I haven't looked at autogoal seriously since a...
Got it, I'll check those PRs as they come. Thanks again!
> @apiad we can install the dependencies from file from python using: > > ```python > import pip > pip.main(['install', '-r', filepath]) > ``` > > and embed the extra...
> @apiad also in the clean version of the install there are some missing packages (like requests). And also some that I don't know if they are part of the...
There's a problem though. We use black in production code to pretty-print pipelines. Maybe we could import it as a soft-dependency and fallback to a standard one-liner repr if it's...