Frank van Wijk

Results 26 comments of Frank van Wijk

I'd like to have support for 8.5.0. It looks like making a PR isn't that hard, but requires some (manual?) labor: https://github.com/Justineo/vue-octicon/tree/master/src/icons

Ordering tests could be convenient if you want to run the often failing tests first. It saves you some time in CI. Another use case is when you have a...

@smcenlly I actually did not receive any GH notifications except for when you closed the issue :) I have force updated the core to 1.0.1335 and I still get `undefined`...

The proposed workaround by replacing `` with `` in Page.vue introduces a new issue. When you click an anchor link, it scrolls to the heading with some extra offset. Now...

No and no comment from dev team so far. With 83 PRs open at the moment I doubt if this project is still maintained actively. Somebody understanding the build system...

When `unplugin-vue-components` is used, it is impossible to us the `stubs` feature of Vue Test Utils. This makes `unplugin-vue-components` practically unusable with Vitest. Here is an [example repo](https://github.com/fvanwijk/vite-vitest-stubs) created with...

In react-query there is `enabled: true` which works perfectly for all these use cases. So with reactfire you would do: ```ts const { data } = useFirestoreDocData(doc('users/' + userId), {...

I have the same. It gives the error: > Usemin has not created uglify.generated yet! It looks like you have to concat the templates yourself in the concatted (non-uglified) output,...

@mhawila It seems that grunt-angular-template and especially grunt-usemin (unmaintained) is really an all-or-nothing solution. Custom configuration still has a lot of quirks. I only do `concat` and `ngtemplates` with usemin....

There is definitely somethong wrong with GH email notifications because I didn't get any email from this thread again, despite the settings: ![image](https://user-images.githubusercontent.com/963136/218077087-b680009b-441f-443e-9fcd-2b9a21426ee8.png) --- Anyway, the point is not that...