Justine Tunney

Results 533 comments of Justine Tunney

Thanks for packaging this for FreeBSD. When you get a chance to look at the new autotools setup, let me know if you approve. Otherwise I'll change it.

I'm assuming then that the Debian maintainers wrote their own pkgconfig file. I'll yell at them. On Fri, Jun 24, 2016 at 2:23 PM yurivict [email protected] wrote: > You probably...

That's great news. Kudos on gflags maintainer for doing the right thing. Would anyone be interested in sending a pull request to this project, helping it use the new pkgconfig...

This is really amazing. I'll have to take a closer look and see what's necessary to implement it in hiptext.

- It looks like term-gfx could benefit from my [O(1) xterm256 color quantizer (`--fast`)](https://github.com/jart/hiptext/blob/master/xterm256.cc#L58). Consider using that for your X windows program if you want faster rendering. - One cool...

> Ha, I guess that approach won't be so practical for true colour though? The algorithm only works for xterm256. It doesn't work in `--macterm` mode since the Mac color...

Reviewing the most recent code, the SIP->SDP relationship looks clean. We can absolutely improve it though. One possible idea is using the Registration Pattern. The SIP package could have a...

One of the things that makes gosip appealing is it empowers the user to implement a [command line telephone](https://github.com/jart/gosip/blob/80e84b2/fone/main.go) in a few hundred lines with complete control over the main...

By the way! I just realized that the G.729 patents finally expired a couple years ago! It'd be great if we could implement that in the fastest way possible. It's...

It's unfortunate but all the commercial systems I've seen, tend to usually support a choice of either G.711 (which has been standard since T1 in 1950's) and G.729. The BCG...