David Armstrong
David Armstrong
Ok, I had assumed that `PyList_Append` was being used in other places that I wasn't aware of. I ran a few more tests which seem to indicate that you're correct,...
In terms of tests, the good news is that getting the expected output is very simple since the naive implementation is just repeatedly running einsum. However actually insuring test coverage...
Another example of what I think is a similar problem: https://www.ey.com/en_uk/entrepreneur-of-the-year. It's not a popup menu, it seems to be something to do with the logo.
@lucascolley just to confirm, this seems to be fixed now.
Hi @ZuseZ4, thanks for that, that's really helpful!
It would be useful to highlight a larger widget (like a list item)
Just adding to this, another example is `regex("\.\.\.")`, which seems as if it should match ellipsis, but it doesn't. `regex("\.\.")` works perfectly. I know this isn't what this is intended...
Just to add to my previous comment, while I still think it's unintuitive that this regex doesn't work, I have since discovered the incredible power of `show:` commands, without any...
I know the original example is for remote SSH, but this would also be useful for containers. May not be best practice, but I was developing something in a container,...
I would also be interested in finding a solution to this. I expected that with the recent changes to the realisation subsystem, I could simply `#show "\n": linebreak()` but that...