Umed Khudoiberdiev
Umed Khudoiberdiev
@NoNameProvided I did not understand any of your argument TBH. > you would not be able to define functions or properties other than your route handlers in your class what...
> We can work around this with having a signature like > function addressOf(controller: T, handler: keyof T); its not a "work-around", its absolutely correct solution. If there is a...
* changelog automatically generated changelog may sound as a good idea, but I don't think it gonna work in small projects like ours. First we need to make sure all...
In my case I have Node.js runtime (via Electron), the bundler I'm using is Vite, however it doesn't replace __dirname from Level package. Not sure why, maybe because Level is...
@vweevers thanks for the hint, I'll try it.
this design does not look good. Maybe we can find some better alternatives to approach this task?
having to put `insertColumns: 'after'` on entity isn't better - it does not solve you problem with having "id" in beginning and "updatedAt" in the end. Im not really sure...
and json is the regular javascript object, which means you can implement this configuration to be used from regular javascript object..
Im not familiar with Inversify, but Im sure you can easily integrate it with it. useContainer accepts any thing that has a get method, or you can supply a proxy...
file generation for es6 is not supported yet. Feel free to add its support - its easy to do. We can set extra flag in cli, something like `typeorm entity:create...