Kae Bartlett
Kae Bartlett
This isn't public yet actually so......... yknow.
No I mean the API No point adding the stuff for it if it's not actually testable
Ideally I'd like this changed to a non-async method. All of our `get_partial_*` methods should be usable without making an API call. That's really the point of them.
This doesn't work very easily for threads. Should we ignore that threads exist? I don't think we can.
This is really annoying. Technically it's not difficult, but I want to make it more difficult on myself by having different timeouts per role. That makes this _infinitely_ harder. I...
`ev` now outputs to file. `sh` still needs an update.
I'm not *against* it, but that then means that `teardown` as well as `load_extension` and `remove_extension` need to also be async. Maybe better (although more suited for VBU) would be...
When we talked about this in the server I said that I could just check if the `github` attr was set in the config. Do you think that's a reasonable...
That's an interesting point. The attr is just a link to your repo in the config, but each different platform links to different lines in different ways. I hadn't considered...
I'll do some testing and see what works. Thanks for the information.