EyePulp
EyePulp
+1 I'm going to miss those warnings in my logs. =)
@qrilka You may know this already -- django 1.9 has a built-in JSON field for postgres (9.4+ w/ jsonb) -- it has very similar mechanics to this project. I've been...
Yes please! 👍🏼
I'm still not seeing `updatedAt` changing during `upsert` using version `6.6.4`. My current workaround is `foo.updatedAt = new Date();` before upserting the object.
Looks like Node 10 allows the options to be passed (for `shake256` for example) but ignores them. I added explicit CI tests for node12, and 14, which all seem to...
@mashaalmemon Thanks for the PR for vhosts, and thanks @SimonDegraeve for (possibly) merging it!
The workaround I'm using for now is combining some unit test files into a single file, as it seems you can do the mock resets within the file which runs...
@alphpkeemik -- thanks, that's an approach I hadn't thought of. There's still some frustration due to the loss of consolidated coverage or results reporting, but running them individually definitely isolates...