Andrew Scott

Results 120 comments of Andrew Scott

@TechAkayy https://github.com/antfu/unplugin-vue-components should work

The is caused by exporting named classes `export default class Foo extends Vue {` instead of anonymous classes `export default class extends Vue {`. This bit of code here is...

This is a major issue for me as well. Removing it from source control is also probably our likely solution. Curiously, the comment in the file that recommended committing it...

It seemed to me that was the case. I found it confusing when updating TMW to support round animations that in order to make round animations be used at all...

Some of the font sizes are unreasonably small. The grey text here is 8.4px. I would consider 12px to be the absolute minimum that *anything* should *ever* be in a...

If you're seeing polling queries occur, you've likely not enabled Service Broker per the documentation. > 50 servers using the backplane I'm going to say that you've already exceeded the...

Any updates on this? This is really problematic for us that there's a 'hidden' cache dir that we can't clean without going directly to the filesystem. The compromise to remove...

Also getting this after switching branches and then trying to `npm ci` to install the packages for that branch. The extension is keeping the esbuild process open forever. ![Image](https://github.com/user-attachments/assets/c41666ff-1047-41d9-81d4-c5855b52a69c) Would...

Please provide examples of such minigames

I'm curious as to the use case where you have a lot of icons on your screen that aren't already hidden while out of combat, or if this couldn't be...