Ilan Cosman

Results 17 issues of 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...

enhancement
good first issue

### Description This is just a water molecule from Chemdraw, using the svg export there: ```svg H O H ``` It should look something like this: ![image](https://github.com/typst/typst/assets/6318351/3d978ec8-0edb-4a74-928e-068b24ca3f1c) but in typst,...

bug
svg

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& ![image](https://github.com/terrastruct/d2/assets/6318351/c544a7c7-9b66-4c51-86fc-08d0ce000d9a) 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...

✨ enhancement
🛠️ configuration

There was some discussion of removing the universal variable functionality in #7317. Some good initial ideas were brought up there.

enhancement
RFC

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...

feature request