Jesse Young

Results 18 comments of Jesse Young

I wrote a Go script to check a list of domains for the CF-Ray header: https://github.com/youngj/sites-using-cloudflare/blob/master/check_domains.go . I don't have time to actually filter the list of domains now, but...

Hi, Unfortunately the current version of the Android API doesn't allow EnvayaSMS to select which SIM to use on a dual-SIM phone, so it just uses the default SIM. See...

See http://sms.envaya.org/serverapi/upgrade30.html On Thu, Jun 7, 2012 at 7:21 AM, rref [email protected] wrote: > I have these error on application log when it checking messages. > I also use only...

or perhaps we could just do this manually...

I did some tests with this approach. Although it ensures that one process finishes writing before the other process starts, the output file could still contain data from both processes...

Besides clicking the X next to Direction, you can still use the browser's back button. I don't think the UI itself necessarily needs something that does the same thing as...

This conflicts with #607 - could you review that PR?

These changes conflict with UI changes that I'm currently working on, for which I'll send a PR in a few days. It doesn't seem important to have day-by-day comparisons of...

BART is different from other agencies we've integrated with so far in that they don't provide real-time GPS locations of the trains. BART's GTFS-Realtime API only provides estimated arrival/departure times...

Trimet's GTFS-realtime feed provides GPS locations, so it uses the same eclipses algorithm as the nextbus agencies. Bart's GTFS-realtime feed only provides estimated arrival/departure times, not GPS locations.