Eitan Isaacson

Results 14 issues of Eitan Isaacson

If a page has multiple videos with captions, it will only captionify the first one.

Also refactored op_get_runtime_ref a bit. If the extension needs to run an apply-extra script, and it specifies RequireRef, we don't need to pull in the runtime, just the ref because...

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a feature request that...

enhancement
needs triage

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...

needs triage

This is useful for easy development on a live system without compromising the developer's `/usr`.

Rename aria-labeledby to aria-labelledby.

html

Getting a bunch of warnings like this: ``` mbrola: Warning: m-X unkown, replaced with _-_ ``` https://odo.lv/Espeak?eslang=-vmb-hb1&speed=160&output=-w&debug=-x&text=%D7%9C%D7%A8%D7%90%D7%95%D7%AA+%D7%90%D7%AA+%D7%A2%D7%A6%D7%9E%D7%9A+%D7%9E%D7%97%D7%93%D7%A9%2C+%D7%91%D7%A2%D7%99%D7%A0%D7%99%D7%99%D7%9D+%D7%91%D7%A8%D7%99%D7%90%D7%95%D7%AA+%D7%99%D7%95%D7%AA%D7%A8&formmethod=get

`Synthesize` gets a file descriptor to write to asynchronously. If the method does not do so, we are stuck waiting for data on the pipe. I'm not sure what options...

A default voice does not make sense absent a language. There should be a default provider that is a fallback if there isn't a preset language/voice match. The resolution order...

enhancement

It would be cool if libspiel selected a language appropriate voice after determining automatically what language it is. This functionality could be added with a language detection library like CLD2...

enhancement