Zander

Results 12 issues of Zander

### What does it do? When `mysql` client is specified in database settings, Strapi will test for multiple possible packages that could be used as the driver for this type...

source: core:database
pr: enhancement

## Bug report ### Required System information - NodeJS version: 16.14.0 - Strapi Design System version: 4.2.2 - Browser: Chrome ### Describe the bug Pressing Arrow Keys inside a `TextInput`...

severity: medium

## Bug report ### Required System information - NodeJS version: 16 - Strapi Design System version: 1.2.1 - Browser: chrome ### Describe the bug The callback `onLoadMore` is not called....

**Environment** - React application on PC - jQuery: 1.12.4 - iamport sdk: 1.1.8 (`https://cdn.iamport.kr/js/iamport.payment-1.1.8.js`) **Description** When trying to make payments in test mode our code calls iamport method (`IMP.request_pay()`) but...

This is not a bug or feature request but a clarification question on a statement on the Plyr documentation page. On the main page of this repo it says: |...

Hitting a spacebar does not pause/resume playback when trying on https://plyr.io ### Expected behaviour When hitting spacebar, video should pause/resume ### Actual behaviour Nothing happens ### Steps to reproduce 1....

**Steps to reproduce**: ``` import ( "fmt" fake "github.com/brianvoe/gofakeit" ) def some_func() { for i := 0; i < 100; i++ { fmt.Print(fake.URL()) } } ``` **Expected result**: No url...

This is not an issue but rather a question. First of all, thank you for the tutorial, it was helpful. This tutorial and others I could scavenge in the internet...

There is no way at the moment to specify `external_id` when calling `aws eks update-kubeconfig`. It supports specifying `role-arn` for the case when the cluster was created with assumed role....

feature-request
eks-kubeconfig
p2

When trying to upload an image as Blob using the `client.assets.upload` method inside the Nextjs 13 Route Handler, the method throws error: ``` Error: Request body must be a string,...

triaged