Mr.Devos
Mr.Devos
Hey, I'm using python socketio as a server and UE as the client. I'm emitting a message from the server and I want to get data in return to my...
If there is two different hook that contain the same word, even if they are different throw an error: ``` socon.core.exceptions.ImproperlyConfigured: 'foo' already exists. Duplicates: ... ``` Issue is here:...
We need to use colorama to fix windows terminal color output. Today, on windows, the output only contains the escaped color character but does not show the color ``` from...
Today the ``get_commands()`` function is called when we fetch a command. That method call the commands manager and the ``find_all`` method which import every commands of every projects. This is...
By default each project config load "management.config" module as a project configuration module. It would be interesting if we could set a list of config files to load. This would...
Today each project contain a config.py file that is used to store variable. The user can change this file by redefining the settings_module of the ProjectConfig. However if the user...
Idea: Instread of having a createproject, createplugin or createcommand. It might be better to have a single `create` command that can have access to template subcommands sush as (plugin, command,...
Add colors to some of the output Socon generate. This would help to quickly identify errors or highlight important section.
When we create a container, it would be great that we initialize it as a git repos. We should do that only if the git command exist in the user...
I do think that the term Manager and Hook are not really relevant with the nature of Socon and for everyone else. A Manager should be rename a ServiceManager and...