Thomas Schersach

Results 13 issues of Thomas Schersach

## Current Behavior Random `nx` crash in our Github CI during a build ## Expected Behavior `nx` can build our projects without failing ## Steps to Reproduce I guess new...

type: bug
scope: js

Hello, `COPY --link` is really great but I think it doesn't work yet with `chown` which makes inefficient layers because you have to `chown` manually after copying or just keep...

๐Ÿ‘‹ # Problem I've been hammering my head at why `typedorm` would not provide my autogenerated attributes. My entity example: ```typescript export class UserPreference { @Attribute() userId: string @AutoGenerateAttribute({ strategy:...

help wanted
needs triage

Hello, This is more a feature request / question. Is there a way to modify esbuild behavior ? For example adding `--minification`? That's it ๐Ÿ˜„

### What happened? Updating the `nodeType` of a `aws.elasticache.ReplicationGroup` doesn't do anything. ### Steps to reproduce Create a cache ``` const cache = new aws.elasticache.ReplicationGroup(`${env}-${name}-cache`, { automaticFailoverEnabled: false, nodeType: instanceType,...

kind/bug
awaiting-upstream

### What version of Bun is running? 1.0.18+36c316a24 ### What platform is your computer? Darwin 23.1.0 arm64 arm ### What steps can reproduce the bug? #7606 was closed but I...

bug
npm

I'm not entirely sure why you don't always set the branch, especially since the branch can be overridden by the inputs to be always available, meaning the branch would always...

### What happened? [The pulumi article](https://www.pulumi.com/blog/lambda-urls-launch/) on Lambda Function URL doesnโ€™t contain a working example. I canโ€™t call the URL that is created because the Lambda is lacking a critical...

kind/bug
impact/usability

๐Ÿ‘‹ I've deployed some `SlackChannelConfiguration`. ``` new chatbot.SlackChannelConfiguration(`slack-bot-${env}`, { configurationName: `${env}-slack-bot-config`, iamRoleArn: iamRole.arn, slackChannelId, slackWorkspaceId, snsTopicArns: [pushTopic.arn], loggingLevel: 'ERROR', }) ``` Later I made some change on the IAM policy...

kind/enhancement
upstream/service