Fabian

Results 6 issues of Fabian

`importKey` uses "verify" and "sign" as keyUsages, but the RSASSA-PKCS1-v1_5 algorithm does not support signing, so trying to use verify() fails since importing the key/JWK fails. My suggestion would be...

### Describe the problem you'd like to have solved It's hard to work with the req.auth approach when working with TypeScript - I either have to globally pollute my req...

**Is your feature request related to a problem? Please describe.** I really want to use Morphia because of the clean API that the default MongoDB Java Driver does not provide....

enhancement
proposed

### Current Behavior I tried generating a new application in a completely fresh, empty NX workspace and all generators (including @nx/next) I tried out failed with the error `The "path"...

type: bug
scope: nextjs

Not really a bug, more of a missing flag/feature or unwanted behaviour. **Current behavior:** There are multiple possible options for the `--publish` flag - the one that would probably come...

bug

Hi, thanks for this great library. After analysing our bundle we found that including `reading-time` via ESM imports as recommended causes several node dependencies (namely stream) to be included when...