Yassin Eldeeb
Yassin Eldeeb
## Deadliner, Manage your deadline gently.    Learn more: https://deadliner.vercel.app https://youtu.be/ySn-Ykdq5BU https://github.com/YassinEldeeb/deadliner
@zicklag That's dope 🔥
Here is a very minimal example to reproduce the issue, ``` import 'reflect-metadata' import { GraphQLServer } from 'graphql-yoga' import { buildSchema, Field, FieldResolver, ObjectType, Query, Resolver, } from 'type-graphql'...
@hassy probably introducing a build system would allow for compiling to an older target so for example, the optional chaining would be transformed to use if statements and this sort...
> Supporting older Node.js versions isn't really something we want to do Yes you're completely right, we're now in Node.js 18! People using super older versions should have a problem....
@magentaqin I agree 💯
@hassy can you review my PR, please?
Just need another review to be able to commit.
The problem/solution was inspired by the talk that I've just watched an hour ago by the Prisma advocacy team in [`What's new in Prisma (v3.12.0)`](https://www.youtube.com/watch?v=TGMF8ykS29M) when you were talking about...
I just throw that package out of my project, and used `expo-file-system`, It uploads files in the background and you can have multiple concurrent uploads, but it doesn't have progress...