Ilan Cosman
Ilan Cosman
`path filter foo bar baz` / `path is foo bar baz` currently return whether _any_ of `foo`, `bar`, or `baz` pass the filtering criteria. To check whether _all_ the arguments...
### Description This is just a water molecule from Chemdraw, using the svg export there: ```svg H O H ``` It should look something like this:  but in typst,...
The following code using [ascii 254](https://theasciicode.com.ar/extended-ascii-code/black-square-ascii-code-254.html) (■) doesn't display "bar". ```d2 legend: |md ■ foo bar | ``` https://play.d2lang.com/?script=yklNT81LsVKoyU3hUlB4NG2BQlp-vkJSYhFXDRcgAAD__w%3D%3D&  If we replace the square with a traditional character like...
## Feature Request #### Is your feature request related to a problem? Please describe. Scouring the docs and creating a custom configuration is a high barrier to entry for non...
There was some discussion of removing the universal variable functionality in #7317. Some good initial ideas were brought up there.
When the index strategy rebalances, it seems to do so by selling off all the assets, and then repurchasing in the proper quantities. This is very inefficient and introduces a...
I want to have a FileSeries of html files, specifically plotly figures. My code outputs a bunch of pie charts over time. And a FileSet doesn't work because I want...