Neil Daniels
Neil Daniels
I tried completely quitting the application and relaunching it; no improvement. It relaunches and restores the “ON” state of the toggle for the socks proxy. (didn’t mean to close this)
The return value is the exact same `Redis` object. There is no "multi-mode" class (unfortunate, because that would make this a lot cleaner to handle). ```php $redisMulti = $redis->multi(); echo...
Because `$redis->multi()` effectively just turns on an internal flag, my original example _can_ be rewritten as shown below and the behavior is identical (and PHPSTan doesn't complain). ```php $redis->multi(); $redis->set('key1',...
I totally agree. It would be nice to have a more coherent way to expand this to other formats. I'm happy to to revise this to a more generic pattern...
@movingwater Are you using this within a Structure field? I'm running into this issue as well, but only when the `editor` field is used within a `structure` field.
This is also an issue for Code blocks, not just Kirbytext.
@texnixe I never figured out how to "automatically" get it to add the timestamps. Doesn't look like that document ever clarified how that should happen, so I'm still in the...
This should be paired with a fix for #179.
In the example, yes, `blog` is a real page with real subpages of its own. I am _not_ trying to "insert" a virtual page as a child; in other words,...
They do seem somewhat conflicting, but I thought this was the intended functionality of the extension-defined pages. For example, even if I defined a top-level `foo` page in an extension,...