Vinicius Lourenço

Results 36 issues of Vinicius Lourenço

The error that typeorm throws is: `syntax error at or near \":\"`. This problem happens with versions of typeorm above `~0.2.25`, I have two microservices, one with `~0.2.25` which are...

According to: https://github.com/nestjs/nest/blob/master/package.json#L175-L177 The minimum NodeJS version for NestJS apps is 12.x, and using [Node Target Mapping](https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-12), we can increase the version target to es2019. Also, I added the `include`...

The idea behind this is to be able to start a project with all the files configured for the deepkit. Some issues that arise with the implementation approach: - How...

Remove unnecessary packages from production dependencies to have a lighter zip file. Like this one with `@types/ws` and `faker` for example. https://github.com/deepkit/deepkit-framework/blob/master/packages/framework/package.json#L48-L69 Also, in this file, some dependencies that should...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md ## PR Type What kind of change does this...

### Summary: I am a Facens student, which uses the domain: [facens.instructure.com](facens.instructure.com). We recently faced some crash errors due to memory leaks triggered by extensions, which I describe better below....

**Is your feature request related to a problem? Please describe.** I've seen you set `cache-control: s-max-age=1`: https://github.com/hihayk/boring-avatars-service/blob/1cf355b12ec0aa3b2be284641da32ec1105b55ab/api/index.js#L38 But it only lasts for a second, so I experienced a lot of...

This PR is related to https://github.com/nodejs/performance/issues/73 ## Legacy Main Resolve @anonrig raised that we could benefit from the implementation of legacyMainResolve on the C++ side, so here's the result so...

c++
fs
esm
needs-ci
request-ci-failed

This topic already been discussed before in the following issues/PRs: - https://github.com/nodejs/node/issues/39877 - https://github.com/nodejs/node/pull/41338 While this was considered a resolved topic as we can get the information from `process.report.getReport`, I...

## Current Behavior After https://github.com/oramasearch/orama/pull/441 be merged, we had ~34% reduce of index size when saving to `.json`. But the memory usage increased, so I rewrote the test to generate...