Michael Gallagher
Michael Gallagher
If anyone else needs this, there is a build hash override environment variable LHCI_BUILD_CONTEXT__CURRENT_HASH I'm using Gitlab CI so I set it to the job ID: `LHCI_BUILD_CONTEXT__CURRENT_HASH=$CI_JOB_ID lhci autorun`
Apart from the NPM errors, looks good to me
I recently had a similar issue when I upgraded my `grunt-contrib-jasmine` version, where the global jasmine variable wasn't being correctly passed to an older version of `jasmine-jquery`. I upgraded to...
Hi @radum , I see your PR and it makes sense to replace usage of `grunt.util._` as it's deprecated anyway. I chose the least amount of change, but your PR...
If anyone needs a workaround for this, you might find this useful: ```javascript // translation object interpolation Vue.prototype.$toi = function (key, data) { const obj = this.$t(key, data) if (typeof...
Can somebody take a look at this? @mthuret? @therealparmesh? I know this repo hasn't seen a lot of recent activity, but I think you'll find this PR is ready to...
hey @Sporradik, Sorry for the late response, I thought this was related to the other issue you posted, so I figured you were using the workaround while trying to get...
thanks @Sporradik, you are right, this configuration isn't currently supported. I don't know when I'll get time to look into it, but if you feel confident in providing a solution,...
Yeah, currently it would only enhance the top-most model, but this sounds like a good feature and at first glance looking at the code, it shouldn't take too much to...
I've got some development in progress on a branch (PR https://github.com/mikeapr4/vue-backbone/pull/3). In the end, Backbone-relational is more complicated, so we'll stick with Backbone-associations for the moment. See the example HTML...