Results 74 issues of Soviut

I have a viewset with custom `list()` and `retrieve()` methods. I can put `@cache_response()` decorators on the methods and it successfully gets and sets to the cache. However, if I...

Verification needed

### What problem does this feature solve? There is an [new SFC syntax](https://v3.vuejs.org/api/sfc-script-setup.html) that uses `` to remove a lot of boilerplate from the composition api. It would be good...

docs

Only showing `yarn add nuxt-env` in the README had one of our junior developers thinking that the module _needed_ to be installed with Yarn, while the rest of our code...

It would be great if there were an option to return a precompiled template instead of raw html. This would allow handlebar files to be imported and the resulting precompiled...

I have a big box ad on each sub page of my site. The ad displays properly on initial load but on route changes the ad won't reload and the...

The portal header my client supplied already loads the "www.googletagservices.com" script tag. It would be nice if ngDfp checked for the existence of once before it created its own.

I need to set targeting on the `pubads()` service. Is there a formal time I should do this? ``` javascript googletag.pubads().setTargeting('section','example'); googletag.pubads().setTargeting('page','example'); googletag.pubads().setTargeting("site","example"); googletag.pubads().setTargeting("network","example"); googletag.pubads().enableVideoAds(); googletag.companionAds().setRefreshUnfilledSlots(true); ```

It would be nice if the configuration had support for adding the `companionAds()` service to slots.

# Bug report ## Describe the bug I'm using Vue 3 with Vue Router 4 (latest). I'm using OAuth for sign-in, specifically github. The flow works fine and redirects back,...

bug

# Feature request ## Is your feature request related to a problem? Please describe. Queries and subscriptions need to be mixed for most real-time applications. However, their implementations are very...

enhancement