Diptesh Choudhuri

Results 468 comments of Diptesh Choudhuri

Basically it is not able to deserialize this value correctly:

I think using prefixes on one of the frameworks is the only way out of this

I wonder how to approach the case when two or more windiconfigs are present in the same workspace. Do we use the first one or do we combine them both?...

Wouldn't presets be the way to go here?

I generally do not recommend cookiecutter since it introduces a dependency for the project. However, we can quickly transform pytest-django to a django app by creating `pytest_django/management/commands/setup_pytest.py` and then ask...

Okay just realized it works with ```prisma /// @ObjectType({abstract: true}) model JobLog { id Int data JSON } ``` But it does not work for enums.

I dont want to extend my enum, I just want to remove it from my schema entirely. Right now, its being added to my graphql schema which I don't want.

It would be better to use something like Redis with a delayed job for this. Cron is somewhat focused on executing multiple times indefinitely.

I will make a PR for this once #21 is merged to prevent merge conflicts.