Results 17 comments of Mal Hancock

This might actually have to be done in the bot class rather than as a decorator, but I love the idea!

As of 1.8.0, this is in alpha and features of class-based plugins might change significantly.

I've made some changes that will allow you to push these events using the irc libs built-in `on_{event_name}` methods. Such as: ```python def on_join(self, c, e): self.process_event(c, e) ``` I...

Definitely gonna brainstorm about this. This is really good.

@ixxie Opened #64 to discuss this further.

Is this something that can still be done? I have some thoughts about making the code testable without an irc server.

The thing is that config.yaml might have server, or channel passwords associated in it. May not be the best thing to keep in git repos. Also a possibility is to...

Totally agree at this point that mutable data should not be in the config. Going to continue discussion on that in #51.

/test connector=source-gitlab > :clock2: source-gitlab https://github.com/airbytehq/airbyte/actions/runs/5008152394 > :x: source-gitlab https://github.com/airbytehq/airbyte/actions/runs/5008152394 > :bug: https://gradle.com/s/suiumdbbcw7ho > ### Build Failed Test summary info: ``` =========================== short test summary info ============================ FAILED test_core.py::TestConnection::test_check[inputs1] -...

I'm currently reviewing this, but there are some merge conflicts that need to be resolved before we continue.