Timo Kaufmann
Timo Kaufmann
Hi! I don't have the time to write proper documentation right now. Here is a draft: - There are some automated tests that you can run with `pytest`. There are...
Yes, I agree. For reference, here is my current view on rate limiting: https://github.com/timokau/marvin-mk2/issues/34#issuecomment-714386315 > it might make sense to instead count the messages a person sent in the last...
Yes, handling edits right is not easy. We'd want to avoid `/status something` in an old comment to be re-executed if you fix some unrelated typo. That would require parsing...
I don't think it should follow that scheme. There is not much to be gained, and the priority number is a major inconvenience when handling those labels. That is especially...
It might even make sense to implement this on the nix level. I've already wanted to ask nix how long a build took several times. ofBorg could then print something...
To avoid confusion it would be good to post a quick explanation when a command is ignored (when a non-trusted or non-commit user issues the command).
CI failure was unrelated, I have pinned Gradio for now to fix it.
That would be cool! Limited because there wouldn't be any real datasets available, though.
Ah right, would be nice if that works in colab :)
If this requires a significant revamp of the authentication handling maybe it would also be a good time to look into scopes. An example use case would be a service...