Arnav Singh
Arnav Singh
>make the setting of the resolution properties public/the responsibility of the requester That is [already the case.](https://github.com/Arnavion/libjass/blob/e0c630038b9738fde8077d4cef38f2f547d08006/src/types/script-properties.ts#L49) >change the assert to check for any property on the ASS object properties...
>Is this on the todo list then? All open issues, including this one, are implicitly in an "Accepting PRs" state,
It gets into an infinite loop, I assume? Better to make another issue with a repro. The fix may or may not be the same as this one - depends...
Huh. I was sure this was documented in the README as a known issue, but guess not.
You've somehow installed typescript that is newer than 2.0.10, because the things in the errors were removed in 2.1. I cannot repro because `npm install typescript` will still respect package.json...
Yes, warnings from `npm install` don't matter.
There's no public API for it. One workaround is that once you have the `ASS` object, you can iterate over each `Dialogue` in `ass.dialogues` and change its `_start` and `_end`...
The non-SVG render path could use https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow with everything 0 and spread > 0 to generate shadows of uniform `spread` thickness. Different outline width and height will require multiple shadows...
You're asking a question in a completely unrelated issue because...?
This issue is still open, yes.