Luboš Matejčík
Luboš Matejčík
[Threadless] OSError: [WinError 10038] an operation was attempted on something that is not a socket
**Describe the bug** When starting proxy.py in threadless mode on Windows, OS error is raised. Threaded mode works fine. Here is a stack trace: (num workers option is specified only...
**Is your feature request related to a problem? Please describe.** This new feature is awesome however it makes user unable to use multicursor select in text editors. **Describe the solution...
Steps to reproduce: 1. Put `schema.graphql` in a parent directory 2. Run `gqty --react --no-subscriptions --target=./generated/gqty.ts --typescript --watch ../schema.graphql` 3. Change `schema.graphql` 4. Observe gqty didn't pick up the change...
The PR adds `case` field into Json filtering to allow case-insensitive text filtering with Json fields. E.g.: ```ts prisma.article.findMany({ where: { title: { path: ["en"], string_contains: searchText, mode: "insensitive", },...