-
Hello! Great idea of library!
Is it possible to use this library with Typescript and NestJs?
If not, have you seen TS plugins for that?
-
Trying to use this for my NestJS project, and when running got the following compilation error
import type * as types from './types';
^^^^^^
SyntaxError: Cannot use import statement outside a…
-
I get the following dependency error:
`Error: Nest can't resolve dependencies of the UserService (?). Please make sure that the argument "UserRepository" at index [0] is available in the AppModule co…
-
```typescript
import * as jwkToPem from 'jwk-to-pem';
const pem = jwkToPem(jwk);
```
get error : jwkToPem is not a function
why ?
-
# Feature request
## Is your feature request related to a problem? Please describe.
Currently, `Prisma` `uuid(7)` isn't supported.
```typescript
model Agency {
id String @id @de…
-
**Description:** After a successful login, users are redirected to the dashboard but encounter an error message.
**User Story:** As a user, I want to access my dashboard smoothly after logging in, …
-
When supplying a custom esbuild config to Function it's not getting applied
```ts
const myFunction = new sst.aws.Function('MyFunction', {
handler: 'src/main.handler',
url: true,
nodejs: {…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I get the error below when I try to start up the server, anyone have an idea what might cause it? This was after I have installed it via CLI
TypeError: Class extends value undefined is not a constr…
-
##### Description
We use nestjs as our backend and frontend node applications. Currently there is support for angular 2-6 but not nestjs. I proposed adding nestjs.
##### Swagger-codegen …