hakkeroid
hakkeroid
I also thought about other values but didn't came up with something. Your suggestion is definitely a pretty neat solution and in combination with the default consolidator a simple one...
Before I also thought about importing the callables from a submodule. However if we use predefined strategies anyway we could simplify their usage even more by just using strings. Though...
You are most welcome. I enjoyed the discussion and am eager to hop into the code. Let's see if I can get something up and running that is more robust...
I had a look into it and tried to prepare some tests. While doing that I found pytest to be easier to read and use for debugging purposes. However it...
I never had any issues with pytest together with any python version or os platform. According to [its tox file](https://github.com/pytest-dev/pytest/blob/master/tox.ini) it also looks very compatible. If you are not familiar...
I stumbled across a couple of things which are related to internal behavoir. Do you want to discuss them here or do you prefer another channel to keep the comment...
Hi staffanm, sorry for the lengthy comment. However I want to be as clear as possible about my reasoning. **tl;dr** Because of a complex and in my opinion reduced maintainabilty...
Hi staffanm, welcome back and I am very happy to hear that you like the approach. So let me clarify your questions. 1. I am glad you asked. For some...
Hey staffanm, I kept thinking about how to best approach merging both code bases. On the one hand I would like to use the strategy part in another project as...
Now I was busy.. darn! Yes, you are right about it. What is shared is mostly the API, so basically how everything works from the user's perspective (although I have...