Adrian Gaudebert

Results 13 comments of Adrian Gaudebert

Events `COMPONENT_CREATED` and `COMPONENT_UPDATED` are now sent to processors, thanks to @maxailloud in #37. Keeping this open to remember to add `COMPONENT_REMOVED` eventually.

I'm renaming this to make it more focused. It will be just the tutorial for now.

I like some of what you're proposing, but not all of it. I believe it would be a mistake to make processors depend on Component types. Specifically, I've already had...

Thank a lot @Hectate for the great feedback! I do like having shorter names as well, and I like some of your propositions. The one I'm not sure about is...

Thanks for the answers and help! Regarding the state / data thing, can you confirm there is nothing wrong with using the `data` object passed to `api` as your state,...

That's interesting, being able to build plugins on top of other plugins. Might be too much power though? I'm afraid it might lead to difficulties for programmers because you have...

That looks good to me. I like moving plugins outside of `ctx`, especially now that I had to take a look at how it is implemented under the hood. Having...

Maybe use a sort of namespace instead of `state`? Something like `bgio`?

> I'm also not clear what the expectation here is. I'd expect the specification to only have the agreed plan (i.e. the outcome of the discussion)? Ultimately yes, that's what's...

> I'd go with a hosted documentation solution like ReadTheDocs, because it's the cheapest option. It's also not that much harder to click twice to edit than clicking once to...