Grégory Teste

Results 4 comments of 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. ![image](https://user-images.githubusercontent.com/1266495/206557381-ed8dd503-77b4-4c69-8703-ff8e56c22209.png) 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...