Igor
Igor
Is it somehow possible to allow `gl-matrix` to use only `Float32Array`, disallowing any usage of normal js arrays?
Currently all arrays in input positions use `Array` type and it leads to a lot of issues, such as incompatibility with Facebook `DataLoader` library. DataLoader expect keys to be a...
Consider adding literal types support to be able to express a union with more than a single discriminator: ```graphql type Sword { weaponType: "melee"! aptitude: "neutral"! damage: Float! } type...
It can't detect SteamVR on ubuntu, SteamVR is installed and works correctly from Steam itself. I use valve index with it. No idea what's happening 
It doesn't work after migrating to apollo server v3, no errors is thrown, but no directives actually produce errors in `info.validationErrors`
## Problem There are some cases when Prisma ignores the configs, provided by the user, but the user has no idea about that. For example, when Prisma runs on Netlify,...