Grégory Teste
Grégory Teste
(A bit late but...) Hello, while initializing, the controller depends on your project versions. ``` def new @milestone = Milestone.new session[:version_id] = @project.versions.first.id end ``` If you have no version...
@ChtPlayer I stumbled upon the same issue with Smash Bros.  I thought it was the double slash as well but upon reading the `QFile` doc, it seem this one...
One of my save isn't working for some reason so your mileage may vary. I don't have a Windows dev environment on hand so I can't really test much more...
I struggled with that yesterday as well, here's my Dockerfile to make it work on Nextcloud 26. **Note**: I am using `docker-compose`, my Nextcloud container name is `app`, and you...