Marc Worrell

Results 178 comments of Marc Worrell

The commit referenced is https://github.com/proper-testing/proper/commit/ad8d80f80cba6c126b5b37facf7bb1ac9950569e

See also #1959 We will remove PropEr from our build.

Yes, that is useful, but also a huge change ... The `.tpl` is overused anyway, also some Word template files use that extension. It is a generic "template" extension, I...

And something like `.ztl` ?

I am mostly afraid that changing it in the core will break a lot of code and sites that depend on the core templates to be available and using the...

I have added a write down of some of the thoughts behind the different scenarios we discussed. https://github.com/zotonic/zotonic/wiki/Redundancy-and-fail-over-in-Zotonic /cc @CyBeRoni @ddeboer @mmzeeman @arjan

Re: background tasks Many tasks are idempotent, an example is resource pivoting. There are some tasks that are not idempotent (because user facing or side effects). A prime example is...

Note that fail-over is not exact science. In the case of a net-split there might be a period where *both* servers think they are in charge. That is why I...

There is a problem with *knowing* which user did the actual delete. As the logging is done via the following steps: 1. Edge is deleted (either because edge is removed,...

This is indeed a problem, maybe have a more sensible default, and paging in the query-string arguments of the controller?