Emeric Warnez
Emeric Warnez
@marcdefaria I did register the union resolver in the root module (the only module) of my reproduction case. https://github.com/EmericW/nestjs-union-resolver-issue/blob/master/nestjs/src/app.module.ts
Using python3 fixed this for me. Note: you will need to reinstall the dependencies using pip3
No luck, I tried this code: ``` var http = require('http'); http.createServer(function (req, res) { res.write('Hello World!'); res.end(); }).listen(8080); process.on('SIGINT', process.exit); ```
Seems like it has already been added in a more complete way in this PR: https://github.com/danomatic/react-pdf-html/pull/87
I applied https://github.com/drizzle-team/drizzle-orm/pull/2089 as a local patch and can confirm that it fixes this issue for me.
@sailingwithsandeep I think this should be fixed in [0.32.2](https://github.com/drizzle-team/drizzle-orm/releases/tag/0.32.2), but I can't confirmed that.