-
## Motivation
Currently, the `Compiler` class is huge (approx 9kLOC) which makes it harder to work on them:
- identifying the public API is hard
- such big file slows down IDE (my PHPStorm regula…
-
## Problem
Right now if you have the following schema with Json field:
```prisma
model User {
id Int @default(autoincrement()) @id
name String?
extendedProfile …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…
-
I wanna integrate graphql-yoga with nextjs 13 in `app/api/graphql/route.js`.
Is there any way to do that?
I've tried some tricks before but i've got no answer:
```js
import { createSchema, creat…
-
I'm working on generating API docs for Strawberry, and noticed some issue with how we named some modules. For example we have `strawberry.auto` as an export, but we also have `strawberry.auto` as a mo…
-
On my M1 Mac with Julia 1.8-rc1:
```
julia> @time @eval maximal_order(quadratic_field(-1)[1]);
5.577463 seconds (2.85 M allocations: 140.472 MiB, 0.34% gc time, 99.97% compilation time)
julia>…
-
### Which packages are impacted by your issue?
`"@graphql-codegen/typescript-resolvers"`
### Describe the bug
I just recently added the `typescript-resolvers` plugin to my codegen config, and…
-
### Describe the feature you would like to be added.
Polars and especially Pandas are very core Python data processing libraries by now. It would be nice to be able to create a mesh and/or add scalar…
-
Hello,
I just found out about this library today and I was just trying things out. Overall I was able to get things working, however, there are some serialization/deserialization behaviors I would…
-
コマンド: ./node_modules/.bin/graphql-markdown http://0.0.0.0:8080/graphql > schema.md
# Schema Types
Table of Contents
* [Query](#query)
* [Mutation](#mutation)
* [Objects](#objects)…
tmk3s updated
11 months ago