-
### Version
14.16.1
### Platform
Microsoft Windows NT 10.0.19044.0 x64
### Subsystem
_No response_
### What steps will reproduce the bug?
At first, multiple sessions open. Then simply nodemon …
-
**Is your feature request related to a problem? Please describe.**
[nx monorepos](https://nx.dev/) already have a great integration for GraphQL (e.g. Apollo and NestJS).
But GraphQL Mesh is not …
-
## Issue Description
This happens when you use `Repository#update`, if the property of an entity is nullable and you provide null, the type check will fail.
### Expected Behavior
`Repository.upda…
-
## Issue Description
we're upgrading from v0.2 to v0.3 and while converting our custom repositories, we noticed that custom repositories lost type support.
### Expected Behavior
when creating…
-
1.
```typescript
Column({ type: 'bool' })
isBool: boolean;
```
If you set it as above and set mirrate: true and save it, tinyint(1) and tinyint(default 4) are stored alternately.
### My Envir…
-
## Issue
My issue is similar to the one described in #778. I am trying to run and debug a Node server which sits behind a reverse proxy. At the time of the aforementioned issue, the debugger always se…
-
## I'm submitting a...
[ ] Regression
[x ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead pos…
-
Hello all,
Thanks for great work, and sorry if this is not the right forum to ask this question.
![image](https://user-images.githubusercontent.com/5060855/27486581-496c601a-57ee-11e7-8fac-4a934…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When adding a global parameter with an example, the example is not carried over to the genera…
-
```
@injectable()
class Ninja implements Warrior {
@inject(TYPES.Weapon) private _katana: Weapon;
@inject(TYPES.ThrowableWeapon) private _shuriken: ThrowableWeapon;
public fight() { r…