Florian Flock

Results 5 issues of Florian Flock

The command `--dev=all` or `--dev=reload` obviously using [watchdog](https://pypi.org/project/watchdog/) for hot reloading. Watchdog uses `inotify` on Linux images for getting the file updates triggered. Apple Silicon as a host system does...

The standard type for `locale`, for example in `const { locale } = useRouter()`is always `string|undefined`. `undefined` is only applicable, if i18n is not configured. What do you mean, is...

If you want to create a single service account with the module, a error appears about a for_each: ```hcl module "gke_service_account" { source = "terraform-google-modules/service-accounts/google" version = "~> 4.0" project_id...

enhancement
triaged
P4

### What problem does this feature solve? Think of developing nuxt application in a docker. It is better to run build process on bare metal machine because of performance issues...

enhancement
2.x

Hey there, how can I prevent this error thrown by `jsonld-parser.js`? The input html code has no jsonld, this why w-a-e is throwing the error. Maybe, w-a-e should try if...