Sean Li
Sean Li
I have a similar problem but it's this instead: ``` from . import stats File "/Users/USER/Library/Application Support/Anki2/addons21/900801631/morph/stats.py", line 77, in gui_hooks.top_toolbar_did_init_links.append(on_top_toolbar_did_init_links) AttributeError: module 'aqt.gui_hooks' has no attribute 'top_toolbar_did_init_links' ``` So...
Sorry I didn't comment on this before working on it, but there's a PR at #3430 for this :)
I was facing the same problem and I found [this issue on the corepack repository that helped](https://github.com/nodejs/corepack/issues/118). > You most likely have a .yarnrc.yml file setting the yarnPath config which...
@alexr00 Hey there! Is there a way to install the version of the extension that I'm working on in Codespaces? I had a look through [this page on remote development...
I believe it is due to `-webkit-appearance: none;`, which removes the glossy default Safari styling, but it also removes the arrows. You can recreate the arrows with CSS, though. Is...
Sorry, I haven't looked into this in detail yet, but could it have something to do with vue-tsc using `@vue/runtime-core` instead of `vue`?
Hi, we've been having the same issue with our project. We are in the middle of migrating to Vue 3.4 from 2.6. @lzurbriggen Actually I just found another [post you...
If a conditional `appear` attribute should be sufficient for this rule, I can take a look at making a PR for it 🙂
Unfortunately, it wouldn't work in our case because it's essentially like this: ```vue ``` `isNotInitialLoad` comes from the store, and is set after the first load is complete. This is...
If it's OK, I'll hopefully take a look at this some time in the not too distant future - maybe this week or next.