st--
st--
So for the regular list items, Obsidian adds an extra `` that renders the chevron:  and this then gets rotated under the `is-collapsed` class:  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...