Flavio Garcia
Flavio Garcia
So this client is depreciated also?
Started to work on [automatoes](https://github.com/candango/automatoes) as this client is not supported anymore.
@sfatfarma do you have a patch for that or this is only a configuration issue?
Do we have a complete spec here? I think this is a feature that would be attracting/retaining lots of users. I would like to use this feature to join as...
My firenado project use a component structure where each component has it's template root. If you render a template it will get the file located at the template directory in...
@bhch just take some time testing some scenarios like: - namespace2:template1.html: extends namespace1:base.html (full namespace reference, different namespaces) - namespace2:template1.html: includes namespace2:template2.html (no namespace reference, same namespace) - namespace2:template2.html: includes...
That's what I meant. Just keep an eye on recursive scenarios @bhch.
It seems like when I've added the network manually the wireless interface started to find the network. Here is the log from the operation: ``` Feb 18 12:32:36 machine.local NetworkManager[3829]:...
Ok, I got the issue here. The problem is that the script for the interface doesn't exists on /etc/sysconfig/network-scripts. When I've added the network manually one file was created and...
This is what I'm doing on Firenado: https://github.com/candango/firenado/blob/develop/firenado/launcher.py#L159-L324