Eyal Cherevatsky

Results 18 comments of Eyal Cherevatsky

> For anyone looking for the raw command: > > ``` > await knex.raw(`ALTER TABLE ${tableName} DROP CONSTRAINT IF EXISTS ${constraint};`) > ``` This works for MariaDB, but not for...

> The same thing happened using [FluentBit log router](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/firelens-example-taskdefs.html#firelens-example-forward). After adding its container definition, Terraform was forcing a new plan each time, even without touching anything: > > ```terraform >...

@SlyDave If you want to use a deep selector with `` you need to add `>>>`, like so: ```vue .vue-form-wizard >>> .wizard-header { padding: 0; border-radius: 0; } ``` Or...

> Maybe the problem is in the typescript itself. > > > > https://github.com/microsoft/TypeScript/issues/44373 How could the problem be with TypeScript itself if it's a regression in Zod that started...

Bump. As mentioned in the original description, this issue forces us to stay at version 3.21.1.

@evanw Not sure if it's helpful, but I think I was able to reproduce this issue by using the React integration of Astro and running the [`astro check` command](https://docs.astro.build/en/reference/cli-reference/#astro-check). #...

Considering [NestJS's request lifecycle](https://docs.nestjs.com/faq/request-lifecycle#summary), should this logic be in an interceptor? Wouldn't an exception filter be a better fit for this? The same issue is happening for me. All errors...

@jrief Could the issue be related to [upgrading Python dependencies](https://github.com/jrief/django-admin-sortable2/pull/383/files#diff-3e048213479e9414a6a93aff9f4238519d38d26b1d98fa91c303f4066412b9e7)?

@Pranav2612000 TBH, I was a little busy in the past few days, so I didn't get to it. Feel free to pick it up!

> As a further improvement, if the branch has more than 1 commit, we can include the titles of all the commits in the PR body ( I think Bitbucket...