Stuart Clark

Results 88 comments of Stuart Clark

Initial work for this has been done locally with two screenshot fields provided before/after or input/output. Custom validation needs to be added so that if one image is uploaded the...

It should be possible to set your Basic Auth headers doing something like this: ``` druxt: { axios: { headers: {} }, baseUrl: '' } ``` See here for more...

This results in a timestamp prefixed console message for Druxt Schema, while other Nuxt modules aren't, which gives an inconsistent experience. This may be negated by the @nuxt/kit upgrade, as...