Results 4 issues of Shergin Rodion

I use computed meta ```vue const { organization } = storeToRefs(usePageOrganization()); const computedMeta = computed(() => ({ title: organization.value?.name, })); useMeta(computedMeta); {{ content }} ``` When vue-router is working there...

Are there plans to add typescript support?

chillin' ❄️

code like this not working now: ``` disqus.threads.details(forum=settings.DISQUS_WEBSITE_SHORTNAME, **{'thread:ident': 'some_id'}) ``` because thread:ident don't passed validation in __call__ method of Resource class: ``` if not kwargs.get(k): raise ValueError('Missing required argument:...