C-Bass

Results 390 comments of C-Bass

Thanks for the tip! I'll look into that. Ive been using your plugin for years though and would have preferred to be able to just keep using. So you don't...

I found a workaround which is to use `String.fromCharCode(event.keyCode)` instead of `event.key`

@jaywcjlove so am I understanding that hotkeys does not support sequences? This is a super useful feature that should definitely belong in the main branch of hotkeys! In fact I...

this should either be built-in or a vue-pwa-install-prompt project should be created to shed light on this mystery!! we all need this! btw auditing with lighthouse also said that my...

Also wanted to point out that on this page https://github.com/davestewart/vuex-pathify/blob/feat/vue3/docs/pages/guide/composition-api.md These two links don't work: https://github.com/davestewart/vuex-pathify/blob/feat/vue3/guide/component https://github.com/davestewart/vuex-pathify/blob/feat/vue3/reference/api?id=component-helpers

it depends which version you're using. I got it to work like this on the latest version ``` ├─ [email protected] ├─ [email protected] ``` ``` this.$refs.mySwiper.$swiper.allowSlideNext = false; ``` Take note...

would love to see your solution @Anima-t3d, I think many of us, myself included, are dealing with this issue of splitting forms into many child components and trying to handle...

Yes.. @syropian I noticed that it was the language tags.. and then I edited my issue text.. but I guess you saw the original :) And I just built the...

now I can move on to try and get the "select all" functionality working that I'm craving for.. currently you can only select multiple by clicking one at a time...

I feel like I could perform a whole lot of automatic tagging based on the title (and possibly description) of the repos.. and this would be useful to me. But...