Umed Khudoiberdiev
Umed Khudoiberdiev
Because of this issue I had to switch to `ipfs-core` for now. If I'll return back to this package, I'll consider to add this improvement. Thanks for your answer.
And what is the point to use `proc` mode? If I can directly use `js-ipfs` package? I'm trying to understand the motivation behind this option.
what is difficult exactly? Creating a custom logger?
ah okay. We probably can add `beforeQuery` and `afterQuery` subscriber events. Feel free to PR
The way `createMetadataTableIfNecessary` works - it checks if you have classes decorated by `@View` and if you do have - it knows it must create metadata table for you. Looks...
> But wouldn't we have to change all createView() functions for each QueryRunner and change all code occurrences that needs the old behaviour? We only need to supply `true` in...
tests seems to fail
@julianpoemp nevermind cockroachdb is dumb and fails sometimes. This one is a good to merge. Thank you for contribution!
Thank you for contribution! 🎉
Syntax has changed. You need to execute command in a following manner `typeorm entity:create path/to/entity". CLI gives you a hint about it: ``` bin.js entity:create ``` We didn't update the...