Masashi Tomooka
Masashi Tomooka
### Describe the bug Hi I'm very new to React Query and I found a misleading description in README. https://github.com/TanStack/query/blob/e6df356edd5ce3d9d93eabbc7c15af68cdd2eb30/README.md?plain=1#L31-L34 According to release pages, v4 is not in beta any...
**What happened**: When I use multi-cluster allocation feature in the below configuration, where `Router` cluster is just dispatching allocation request to `DGS clusters 1,2`, I'm getting invalid warnings from the...
closes #21804 Now we can set `autoDeleteLogGroup: true` to delete an associated Lambda log automatically. ```ts new lambda.Function(stack, 'AutoDeleteLogGroup', { code: new lambda.InlineCode('exports.handler = (event) => console.log(JSON.stringify(event));'), handler: 'index.handler', runtime:...
**Is your feature request related to a problem? Please describe.** When using awsemf exporter, aws-otel automatically creates CloudWatch Log group. The resulting log group doesn't have log retention set. Sometimes...
Hi, I found In the current README, there are seemingly contradicting descriptions about bundling: > All dependencies should be bundled for a browser platform > esbuild index.js --platform=node --target=es2020 --format=esm...
## Problem When I type something into Amazon Q Chat with [IME](https://learn.microsoft.com/en-us/windows/apps/design/input/input-method-editors) enabled, it will send my message as soon as I hit enter, where I expect not to send...
### Describe the bug cdk migrate fails in handling the casing of ECS task definition properties. See the reproduction steps below. ### Expected Behavior casing is kept from the original...
Hi, I found an error when using `-c` option. `--config` works though. ```sh $ alp -c alp.yaml ltsv --file /var/log/nginx/access.log 2023/11/09 09:58:41 unknown shorthand flag: 'c' in -c $ alp...
**Describe the bug** When I try to type something with [IME](https://learn.microsoft.com/en-us/windows/apps/design/input/input-method-editors) enabled into the form e.g. query parameters below, it does not work well because the input is fixed right...
Hi! Is there any plan to support Prisma v4? Currently we get the below error on npm install: ``` npm i nexus-prisma npm ERR! code ERESOLVE npm ERR! ERESOLVE unable...