ziggy6792

Results 11 issues of ziggy6792

Is it possible to create multiple `mongoose.Mongoose` instances and each of them to have their own cache. ### My Setup `type-graphql` backend with `typegoose`/`mongoose` Code [here](https://github.com/ziggy6792/cachegoose-issue) ### My Question I...

Hi I want to use search an array and keep an item in the array if it or any of its children contain my search string Example data ``` const...

## Current Behavior 😯 In your Code Sandbox demo https://codesandbox.io/s/915qlr56rp the "tags" select field contain box overlaps the label. I now have the same issue in my app and I...

question
waiting-on-reply

### Is your feature request related to a problem? I want to have authorization for all queries/mutations so I can use this https://chillicream.com/docs/hotchocolate/security/authorization#global-authorization However I would still like to allow...

🎉 enhancement
⌛ stale

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/simple-bar-chart-forked-8f3jgg?file=/src/App.tsx) ### Steps to reproduce Open my...

bug
P2
3.0

# Context I understand I can use this ``` primitiveTypeConstructs: (struct) => ({ string: { date: 'Date', }, }) ``` To make sure Schema date is mapped to js Date....

When using cdk cli to deploy a stack I can set a CloudFormation Parameter like [this](https://stackoverflow.com/questions/58138536/how-to-specify-parameter-definition-in-cdk-stack) `cdk deploy MyStack --parameters uploadBucketName=UpBucket --parameters downloadBucketName=DownBucket` Is it possible to do this with...

Hey thanks a lot this is amazing! I tried to use with a next app using yarn berry pnp `[email protected]` and it does not work See lambda error below. I...

If my release already exists and I just want to record a deployment should I use this? It seems this may replace the release I want to record a deployment...

### Problem Statement # Context I recently watched this awesome demo https://www.youtube.com/watch?v=tcLOncrG_ec Which explains how to use Copilot Kit `useCoAgent` along with mastra # My Question Is it possible to...

enhancement
impact:medium