Bryan Clark
Bryan Clark
Also if you could try running your server with the debug information turned on during your POST to see if there's any other interesting output happening. Something like this `DEBUG='loopback-ds-timestamp-mixin'...
It looks like its failing validation on the embeded object, I'll have to look into why this is happening. For now you could set `required` to `false` for your `Content`...
> handle upserts for mongo in your mixin with $currentDate and $setOnInsert 💯 That might be a nice way to handle the upsert problem. In the generic sense there's no...
@kno why does this solve the problem? The tests seem to pass but I believe we need a test that is specific to this change.
The test [should turn on validation and upsert fails](https://github.com/clarkbw/loopback-ds-timestamp-mixin/blob/master/test/test.js#L207-L228) should be failing if this change fixes the issue.
That test should be failing locally as well as on travis. I believe this is an issue with the change, not travis itself.
Yes, there isn't an easy way around the validate upsert issue. Now that I'm back I'll update the docs to better explain the situations that can arise.
I like this. I think the main thing I notice is that docs, blog, changelog links are down on the left. If I was going to `neon.tech` for a blog...
Supabase doesn't support event triggers, `CREATE EVENT TRIGGER` https://supabase.com/docs/guides/database/postgres/roles-superuser
> we added a pull request with the same number as this issue and GitHub mistook it for a issue reference. Actually the PR the release notes should reference is...