Olivier Guimbal
Olivier Guimbal
+1 ! ... I came up with exactly the same fix, and was about to submit a PR until I found this one :)
should be fixed with [email protected] thanks
Fixed in `[email protected]` ! Sorry for the delay
Hi ! I had a look. 1) how have you created your db ? What is the postgres type of `dateOfBirth` ? Coz' when you're creating it via `await orm.getSchemaGenerator().createSchema();`,...
Hi, i'll see if I can reproduce it. This problem is not straightforward for me, since I never used enums with typeorm... To help, can you provide a: - create...
That's perfect, thanks for the effort :) Fixed in `[email protected]`
Thanks. That is up to you :) I've noticed the use of DidSaveTextDocument ... actually, this is also a drawback when using HMR : All tests are retired when saving...
Oh well, since I think about it, about reting *exactly* the right tests when changing a file: The worker could hook `require()` function in order to keep track of the...
@jedwards1211 Sure, I get that. You're right, you would need several workers. > but if you have end-to-end tests, those will draw in large parts of the application and so...
Yes right, this thing has been designed to test nodejs backend stuff. I've not given any thought about UI when writing this. > As far as patching code changes into...