Francesc Guasch
Francesc Guasch
I fixed it adding the line 99, that removes any previous `primary key`. Hope this helps. ``` 97 if ( match( $0, /[^"`]AUTO_INCREMENT|auto_increment[^"`]/)) { 98 aInc = 1; 99 gsub(...
Hi @caihexin , can you check at the beginning of lib/Ravada.pm what version is there ? There should be a line like: ```our $VERSION = '0.11.4';```
Ok, My guess is the doc is from when the docker was in development, now we must work in the stable branch. I can't tell for sure right now, but...
I have been able to reproduce the problem. I will try to debug why SQL information for table grant_types doesn't get inserted as it is done in the development and...
Hey @AndrewV666, good point, how do you get the warnings exactly ? I can't see them starting the service nor running the tests. Maybe I didn't spot them, sorry if...
Ok @AndrewV666 , this is pretty interesting. I thought Perl handled nicely those circular requirements, but it would be great to tidy it up a little. I came to find...
This is a pretty interesting request @scorrette. Unfortunately, we have limited resources and this feature has not been required by our sponsor. I am sorry, I don't think we will...
That is fantastic. I just prepared a branch with very minimal code. I am sorry I never used Kerberos nor I don't know anything about it. I just assume there...
We have a doc about how to set up a development environment here : https://ravada.readthedocs.io/en/latest/docs/INSTALL_devel.html It may be slightly outdated. @scorrette you may contact us directly via email at [email protected]...
Awesome ! I am not sure where are you testing this. Please fork the project in your own github account. Then download it, with `git clone [email protected]:scorrette/ravada.git` , change to...