Daiki Nishikawa

Results 15 issues of Daiki Nishikawa

## 📝 Provide detailed reproduction steps (if any) The demo for reproduction is https://fiddle.tiny.cloud/ExdwxKDIVK/1 ```html tinymce.init({   selector: "textarea",   plugins: 'autolink link table lists',   toolbar: "undo redo | styles | bold...

## Description support graphql-request v7 for @graphql-codegen/typescript-graphql-request Related #743, #709 ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an...

## Problem The VSCode extension does not support a custom path for prisma.config.ts ## Suggested solution Add support for specifying a custom path for prisma.config.ts in the VSCode extension, similar...

This issue is similar to https://github.com/yannh/kubeconform/issues/300 ### Summary Kubernetes API machinery allows duration fields to be specified using either: - Go `time.ParseDuration` format, **or** - Scala duration format > duration:...

Fix #347 I ran the tests locally and confirmed they passed without any issues. ```sh make local-test go test -race ./... -count=1 ? github.com/yannh/kubeconform/cmd/kubeconform [no test files] ? github.com/yannh/kubeconform/examples [no...