This Week in Servo 43 (submitted via Servo itself)
blog.servo.org
This Week in Servo 43 (submitted via Servo itself)
1–10 of 25 posts
Re: This Week in Servo 43 (submitted via Servo itself)
#2Re: This Week in Servo 43 (submitted via Servo itself)
#3Re: This Week in Servo 43 (submitted via Servo itself)
#4The killer feature in this week's newsletter is an image of using Servo itself to post this link to HN :-)
Re: This Week in Servo 43 (submitted via Servo itself)
#5The killer feature in this week's newsletter is an image of using Servo itself to post this link to HN :-)
I can appreciate the honesty of that video.
Re: This Week in Servo 43 (submitted via Servo itself)
#6Re: This Week in Servo 43 (submitted via Servo itself)
#7Re: This Week in Servo 43 (submitted via Servo itself)
#8Earlier quoted context omitted.
Haha. Maybe related: https://github.com/servo/servo/issues/4378
I wonder if anyone has thought of including screencasting in bug reporting for bugs in guis?
`recordmydesktop --windowid $(xwininfo)`
and click the window you want to record.
`ffmpeg -i out.ogv -o final.webm`
and you're done! recordmydesktop is available in most distros afaik.Re: This Week in Servo 43 (submitted via Servo itself)
#9Re: This Week in Servo 43 (submitted via Servo itself)
#10Earlier quoted context omitted.
I wonder if anyone has thought of including screencasting in bug reporting for bugs in guis?
For anyone wondering how to do this on linux, I use recordmydesktop and ffmpeg to make small webms (~2mb). Highly recommend it. `recordmydesktop --windowid $(xwininfo)` and click the window you want to record. `ffmpeg -i out.ogv -o final.webm` and you're done! recordmydesktop is available in most distros afaik.