Javien Lee

Results 6 issues of Javien Lee

Currently, custom `MiddlewareParams` is being used, but this makes an type error: `Property 'model' is optional in type 'MiddlewareParams' but required in type 'MiddlewareParams'.` because Prisma only have to use...

help wanted
good first issue

Currently type of `excludeModels` is `string[]`, to use `Prisma.ModelName[]`, we can ensure right input

help wanted
good first issue

The string type found in the union is not coded properly. For example, the type `AxiosAdapterName` is currently declared as: ```ts type AxiosAdapterName = 'xhr' | 'http' | string; ```...

### What version of Bun is running? 1.1.27-canary.3+7529cd76b ### What platform is your computer? _No response_ ### What steps can reproduce the bug? Promisified `crypto.generateKeyPair` is supposed to return a...

bug

As you can see the colored lines are not displayed when sticky scroll is enabled. Can we add even in sticky part? ![image](https://user-images.githubusercontent.com/69508345/185935595-0ac1d931-0f47-4844-ae5f-da7a676bf563.png)

Currently, only string or string array types can be used as secret values. https://github.com/expressjs/cookie-parser/blob/429cfd4bcfa66f6578af890d83d5c88be1144245/index.js#L33 But [cookie-signature](https://github.com/tj/node-cookie-signature/blob/3bb06287758c8067c9fda55c8d4adea3422bd8ed/index.js#L11) allows not only `string`, but also `ArrayBufferView`(`TypedArray`, `DataView`), and `crypto.KeyObject`. The secret is for...

enhancement