Igor

Results 6 issues of Igor

Is it somehow possible to allow `gl-matrix` to use only `Float32Array`, disallowing any usage of normal js arrays?

feature-request

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

kind/improvement
topic: prisma-client
tech/typescript
team/client

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 ![image](https://user-images.githubusercontent.com/1625500/138574009-d4411d51-d49b-41d6-9051-4aa6f86a78c1.png)

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

kind/feature
team/schema
topic: deployment/netlify
topic: binaryTargets