Yassin Eldeeb

Results 95 comments of Yassin Eldeeb

## Deadliner, Manage your deadline gently. ![app](https://user-images.githubusercontent.com/72823042/161569038-be411179-b7e1-4019-83e2-5cf14bf336ef.png) ![screenshot2](https://user-images.githubusercontent.com/72823042/161569812-6b54e67b-8bdd-4a2b-b509-71bf1ff0e948.png) ![screenshot6](https://user-images.githubusercontent.com/72823042/161569830-01e830ed-0573-4395-95a9-b1aa716fcf18.png) Learn more: https://deadliner.vercel.app https://youtu.be/ySn-Ykdq5BU https://github.com/YassinEldeeb/deadliner

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....

@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...