nickswebsite

Results 7 comments of nickswebsite

Using enums for header names is a common (and generally regarded as a good) practice. +1. In the `ContentType` enum given above, you have what looks like a string, acts...

This PR should fix it: https://github.com/NoneGG/aredis/pull/194 Not sure if this project is still being maintained or not. Looks like @NoneGG didn't have any activity in 2021. > NoneGG had no...

Yes, I saw that in the documentation, though it wasn't working for other configuration options. It would definitely be nice to define groups of modules using wild cards. A lot...

After digging a little deeper, it appears that the `BTRoot` and the `FiniteStateMachine` nodes are fighting each other during the `_process_code()`. `BTRoot._process_code()` runs after `FiniteStateMachine._process_code()`, so `BTRoot.current_status` doesn't get updated...

> But it turns out I have to make 4 (states amount) * 3 (other states amount) = 12 transitions. Looks pretty bad... And I have to make even more...

> If this is in a usable state (or even a good starting point), feel free to open a PR draft or something :) Done