Mathias Brodala

Results 155 comments of Mathias Brodala

OK, let me know if you need some testing.

Thanks, did that now. All green. :green_heart:

@padraic What would be the usual workflow here? I see no change to the existing code, thus signing and verification would be optional and require manual work? If this is...

Any updates here? I am regularly seeing issues like this which slow down our deployments due to Composer falling back to Git cloning instead of downloading dist archives: ``` -...

@stof Good question, I cannot say what causes these checksums to show up. Could it be that Composer caches can cause this issue? I am unable to reproduce the issue...

@oligriffiths Seems to be a [known issue in Satis](https://github.com/composer/satis/issues/314) but not really related to the issue here. ;-)

@ataylor32 Is this working for you at all? Neither in a component loaded by Vue router nor in our root `App.vue` does the `metaInfo()` have any effect. (Using `[email protected]`)

Alright, I just found out that I missed the `` element in my `App.vue`. The title is updated now. :tada:

In fact we have recently added this to our `package.json`: ```json "engines": { "npm": "please-use-yarn", "yarn": "*" }, ``` Could this cause the unintended behavior? The Yarn ecosystem starts to...

I'll try that once the issue shows up again. In the meantime Renovate somehow has managed to actually suggest the updates. :shrug: