Results 23 issues of rrd

**Is your feature request related to a problem? Please describe.** It would be nice to have the possibility to use ground / custom overlays. **Describe the solution you'd like** If...

I got an error on install `composer require ozee31/cakephp-cors:^1` ``` ./composer.json has been updated Running composer update ozee31/cakephp-cors Loading composer repositories with package information Updating dependencies Nothing to modify in...

On calling `https://www.googleapis.com/youtube/v3/search?part=snippet&channelId=*channelId*&key=*api_key*&maxResults=5&order=viewCount&type=video` I am supposed to get the most viewed videos of the channel. In the response's items array's first element is a 6 months old video with around...

### Description This Nuxt module simplifies user authentication using HTTP headers, streamlining the integration of token-based authorization into your application. ### Repository https://github.com/rrd108/nuxt-token-authentication ### npm https://www.npmjs.com/package/nuxt-token-authentication ### Nuxt Compatibility Nuxt...

module-request

Runing `vendor/bin/phpunit tests/TestCase/Model` passes, but running `vendor/bin/phpunit tests/TestCase` fails. The error message is: ``` There was 1 error: 1) App\Test\TestCase\Model\Table\ItemsTableTest::testFindForPartner CakephpFixtureFactories\Error\PersistenceException: Error in Factory App\Test\Factory\InvoiceFactory. Message: SQLSTATE[23000]: Integrity constraint violation:...

This is a feature request. I think it would be nice if the plugin can create the minified versions on save when the related minified file does not yet exists....

question

### 🐛 The bug If I create a nitro storage with memory driver, in the dev tools none of the set values are displayed, however from the server they can...

bug

### Environment Nuxt 3.13 Node 18 ### Reproduction ``` export default defineEventHandler(async event => { const db = useDatabase() const res = await db.sql`INSERT INTO orders VALUES (null, ${data.name})` return...

# What happens? My `module.ts` ```ts import type { LogEntry } from "./runtime/server/types/LogEntry"; export interface ModuleOptions { delayOnBan: boolean; log: false | LogEntry; } export default defineNuxtModule({ meta: { name:...