James Pulec
James Pulec
### What version of Turborepo are you using? 1.3.1 ### What package manager are you using / does the bug impact? Yarn v2/v3 (node_modules linker only) ### What operating system...
closes #213 I think something like this should do it.
Resolver Generated for Non-Scalar Fields Does Not Reflect `name` From Prisma Schema for Primary Keys
#### Description One of the features of prisma is that it allows changing the internally generated name for a composite primary key. It looks like nexus-prisma is hard-coded to use...
It looks like when you pass specific filenames to pep257, it ignores if you have set the `--match` option. For example: ``` pep257 foo.py bar.py --match='(?!foo).*\.py' ``` Will still check...
Pylint-django appears to report `django.core.mail.outbox` as not being a valid member. This attribute only gets added by django to `django.core.mail` when using django's test runner during setup seen [here](https://github.com/django/django/blob/d828beb68f6b925217242e8f4faac2216f7c9c57/django/test/utils.py#L139). Not...
It appears that pylint-django is incorrectly reporting a `no-member` error when trying to reference a reverse related manager from a model that inherits from an abstract model with a foreign...
I've run into a couple scenarios where allowing the use of a raw string to be used as a default would be useful. For example to call an unsupported function,...
In some cases, a user may not want the `--immutable-cache` or `--immutable` flag to be passed. One example I have is when you have a repo with some workspace packages...
It's pretty common for an application to want to know the message id and thread id that gmail has assigned to a sent message. Currently, this backend doesn't provide any...
**Describe the bug** While trying to get Lexical collaboration working with liveblocks, I noticed that cursor/selection syncing wasn't working. I dug into the Lexical codebase to discover that the `CollaborationPlugin`...