Results 18 comments of Timwi

Is there a way to force cv04 using pyftsubset? I tried `--layout-features+=cv04` and `--layout-features=cv04` but neither seemed to replace the `l` character. I also tried `ss10` to get the alternate...

Thanks! Based on your link, I found the tool `pyftfeatfreeze` that can do this. It works perfectly for `ss01` (alternate g), `ss06` (simple a), and `cv04` (alternate l). However, it...

Thank you, I will use that option. However, the option doesn’t say that it does this, which strongly suggests that this is not what the option is *for*. I would...

Of course it’s possible. [All modern browsers can do it.](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-ligatures)

Scintilla is open source. (I’m sure you already knew that, I’m not trying to be snarky. I’m just saying that you don’t have to implement this option entirely within the...

This is a really good idea. I thought we already had this and I was just always too slow to cancel in time. When you implement this, make sure you...

Just have a `!findnotes Mouse` “Module 5 (Mouse in the Maze) has notes: torus=white sphere=blue”

This is actually super simple to do with ffmpeg: ``` ffmpeg -i inputfile.mp4 -map 0:a:0 -c copy audio_track_0.mp4 ``` Change the `0:a:0` to `0:a:1`, `0:a:2`, etc., to extract each individual...

The same problem occurs on Windows and in the latest version (3.1.1). Every time you separate audio from a video clip, the cursor turns into an hourglass and then stays...

Hm, why is there a bot that automatically closes bugs after 14 days? Is it desired for reporters to post a comment every 14 days just to keep the issue...