mst101

Results 4 issues of mst101

The css generated when a checkbox with class `form-checkbox` is checked is: background-image: { url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='//www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1...

OK, this is as far as I've got with upgrading to Vue 3. Everything is working fine in the browser, all e2e tests are passing and the build is ok....

When JavaScript parses dates, it [assumes a timezone of UTC](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse#differences_in_assumed_time_zone) whenever it recognises a date string as being a simplification of the ISO 8601 format. e.g. '2000-01-01' is assumed to...

enhancement
question

The above artisan command is failing on Windows because the cleanLocaleDir function in /src/Console/Commands/FetchCommand.php is looking for a forward slash, as opposed to a backslash. To get my local copy...