Sébastien Tainon
Sébastien Tainon
Hello, Since PR #386 was merged (and possibly a new version of workbox), the [offlinePage](https://pwa.nuxtjs.org/workbox/#pagesurlpattern) option of the documentation does not seem to work. This is because since this PR,...
Currently in the DefaultDeployer, this line: ```cp -RPp {{ deploy_dir }}/repo/* {{ project_dir }}``` does not copy the dot files that belong to the `repo` directory (for example .babelrc in...
Hello, I am using Nuxt-Buefy (latest version) with the latest version of Nuxt (2.4.5). When I use the datepicker component and put a v-model, min-date or max-date, I have a...
Currently, at every request on the application, the database driver tries to create the table `maintenance` : `CREATE TABLE IF NOT EXISTS %s (ttl %s DEFAULT NULL)\` This causes quite...
Hello, Following our discussion on https://github.com/superbrave/gdpr-bundle/issues/209 I'm creating this issue to suggest a new behaviour for this bundle: **anonymize a single entity**. Here's an example use-case: a user removes his...