Ewout Stortenbeker

Results 37 comments of Ewout Stortenbeker

I discovered the same hooks issue is present when importing data: both json and csv imports call `upsertOne` for each row within a transaction without passing a `bypassEmitAction` argument. Any...

@licitdev @rijkvanzanten I tried to produce additional tests but run into "Mock handler not found" errors as soon as I set `emitEvents: true` on any insert. Can someone take a...

@licitdev when will you be able to review?

@licitdev I have no such option ![Screenshot 2022-12-15 at 13 31 12](https://user-images.githubusercontent.com/26569719/207860221-a098c007-376d-49cb-bc7f-3e8e37fc112e.png)

@licitdev sorry for the late reply - feel free to take over. Co-authored comment would be appreciated

I don't use nginx myself, but generally speaking you'd want to run your AceBase server on a local port on `localhost` (such as 3000), and have a reverse proxy server...

@fahhem Thanks, I'll take a look at this asap! Apologies for the late reply!

@fahhem AceBase doesn't support this yet - it is a cool feature though so I will definitely consider implementing it!

This code should be refactored to use ```js const updates = { interval: 1234 }; ref.child('queues/cron/sweepRepositories').update(updates); ```

That sounds like a nice addition! I would not use the user id as public key though, I'd add a new user field `public_key` that allows one to change their...