Luc

Results 12 comments of Luc

Hello @Chuckable-Nerd, I tested what you describe and now I have a warning saying the developer is not verified. I only have two options: - Move to trash - Cancel

Yes but it does not work. Rules may be even stricter with macOS 11 Beta?

Indeed, I think we can do better. I wanted to update the plugin for Vue 3 and keep compatibility with Vue 2 as well. I will add this feature that...

I see two options: 1. Add a custom `app.html` file? https://nuxtjs.org/docs/concepts/views/#document-apphtml inline style with a head `` element in `` 2. Import a global stylesheet in `nuxt.config.js` For both cases,...

This month Safari 15.4 was released with lazy loading support. I think it removes the need for implementing a custom solution in that case: https://developer.apple.com/documentation/safari-release-notes/safari-15_4-release-notes#HTML

I like the idea of an entrypoint but I prefer `index.scss` over `_index.scss`. Is the underscore something usual in Dart? For package imports, I agree the approach `@import "bootstrap"` is...

After having fun with the latest Sass version, I had some questions regarding the upcoming package importer. Let’s say I create a package called `strawberry`. In this package, I create...

Thank you for the answer @nex3. Very helpful.

Hi @paul-blundell. The plugin vee-validate relies on vue-i18n for the localization and allows to add a custom dictionary that overrides the default one. I think it's what you are looking...

Hi @tobiasdiez, Thanks for the PR, I spent some time to read it and I'm almost ready to merge it. Could you please keep the original name (vue-katex), repository URL,...