Results 218 comments of st--

So for the regular list items, Obsidian adds an extra `` that renders the chevron: ![image](https://github.com/obsidian-tasks-group/obsidian-tasks/assets/5763727/50818459-4298-47dd-96c7-2f0ac06a67c4) and this then gets rotated under the `is-collapsed` class: ![image](https://github.com/obsidian-tasks-group/obsidian-tasks/assets/5763727/68eae640-de41-4b71-aa51-43cd4a09d2ee) whereas the sub-list gets...

I've tried figuring out what is processing the button-click to actually _add_ the `is-collapsed` class, but I've got no idea:(

Yeah, that sounds about right! Yes, by "in a task view" I meant inside the rendered version of `` ```tasks ... ``` `` It only needs to get the context...

@blacksmithgu I'd also be keen to know what it would take to get this implemented (for similar functionality in the [Tasks plugin](https://github.com/obsidian-tasks-group/obsidian-tasks/discussions/1012#discussioncomment-8230644)) - what are your thoughts on using the...

I generally agree with @devmotion's point on keeping this _out_ of stdlib to make it easier to maintain it. One concrete point regarding mean_and_var, this is very commonly used for...

> but it's a really obvious extension, so I figure why not? I'm rather more hesitant about it, because any added code incurs a maintenance burden throughout the future lifetime......

Why are the tests failing when all I did was merge in master (with #76)? :cry:

> Caused by [JuliaDiff/ChainRules.jl#559](https://github.com/JuliaDiff/ChainRules.jl/pull/559) it seems (similar to issues in Distributions, DistributionsAD, NNlib etc.). Should be fixed by the new ChainRules release (bugfix was [JuliaDiff/ChainRules.jl#562](https://github.com/JuliaDiff/ChainRules.jl/pull/562)). Thanks @devmotion ! it seems...

@theogf what do you think of this as a first stab ?

> As usual, I have the forward rule, but I don't have the brain capacity to derive the reverse one. If you share the forward rule I can see if...