mvdve

Results 7 comments of mvdve

Does somebody find a solution? I would like to sync uploaded images from remote to local. Also looked at [Rsync](https://www.npmjs.com/package/rsync) but is does not support custom ports. Looks like it...

It looks like that there is an issue with elements where the display property is inline or block. In my case i used a div element. Setting the display property...

Also running into this issue with Payload 2.3.1 running on AWS app runner with DocumentDB. Our app runner instance stops/crash/restart with the following backtrace: ``` MongoServerError: Given transaction number 859...

Could not find a stable version so went the nuclear option and disabled transactions all together on version 2.4.0. Seems to be stable.

> How do you disable transactions altogether? I can't seem to find it in the docs. This is not yet an option, but there is a PR (#4467) in the...

`abortTransaction` does not throw any other errors? According to the [documentation](https://www.mongodb.com/docs/manual/reference/method/Session.abortTransaction/#retryable) the abortTransaction function only does a single retry on failure so it would be preferable to catch and log...

[x2js](https://github.com/x2js/x2js) is probably the best alternative at the moment