The change I made was to check if this line needed to be painted, and painting it, resulting in:
Previously, if you had some code like this:
```typst
#schema.render(
schema.load(
(
structures: (
main: (
bits: 16,
ranges: (
"3": (name: "MIE"),
"7": (name: "MPIE"),
"12-11": (name: "MPP"),
),
),
),
),
),
)
```
it wouldn't render the ending line of the range:

The change I made was to check if this line needed to be painted, and painting it, resulting in:

We also ensure the first and last bits are set when using non-consecutive ranges w/ all-bit-i:
We also ensure the first and last bits are set when using non-consecutive ranges w/ `all-bit-i`:

soon (adverb): in or within a short time; before long; quickly
Well well well... now that Typst 0.15.0 is out, it was time for that release to be published 😅
I'm very sorry for the long wait, but v0.3.1 is finally out and available in the Universe
> soon (adverb): in or within a short time; before long; quickly
Well well well... now that Typst 0.15.0 is out, it was time for that release to be published 😅
I'm very sorry for the long wait, but v0.3.1 is [finally out](https://git.kb28.ch/HEL/rivet-typst/releases/tag/v0.3.1) and available [in the Universe](https://typst.app/universe/package/rivet)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Previously, if you had some code like this:
it wouldn't render the ending line of the range:

The change I made was to check if this line needed to be painted, and painting it, resulting in:

all-bit-iis set c7c777f5faWe also ensure the first and last bits are set when using non-consecutive ranges w/

all-bit-i:Looks good to me 👍
Thank you for your contribution, it is really appreciated
@HEL, when are you planning on releasing the next version of the package?
I'll probably release one pretty soon after checking that everything still works with Typst 0.14.0
Well well well... now that Typst 0.15.0 is out, it was time for that release to be published 😅
I'm very sorry for the long wait, but v0.3.1 is finally out and available in the Universe