Results 15 comments of Christophe Moine

I personally do not have this error. Looks like your "precommit" hook is not taken into account. Which git client are you using? I'm using Git Bash.

It might not be the perfect fix, but works great in my case too, thx @mindfuckup !

I have found a working example with a URL (this is for French area...): ```vue import Mapbox from "mapbox-gl"; import { MglMap, MglGeojsonLayer } from "vue-mapbox"; export default { components:...

It seems that this project is more up to date: https://github.com/piotrmadry/FirebaseTestLab-Android

To import all properties (based on @Dkhusainov suggestion), I changed it to: ```java buildscript { Properties properties = new Properties() file('../gradle.properties').withInputStream { properties.load(it) } properties.forEach { key, val -> project.ext[key]...