[14:15:58] mdholloway: niedzielski: would you have a quick minute for a hangout? [14:16:09] dbrant: sure [14:18:04] niedzielski: dbrant: i'm lurking in the batcave [14:18:33] sure [14:53:32] dbrant mdholloway: i just noticed that one difference in DevTools is that for successful playback, the response is a 206 (partial content). for the custom client, it's a 200. i tried setting the response to a 206 us the custom client but no luck yet (and no difference with a couple other codecs) [14:54:44] niedzielski: aha, very interesting... [15:15:52] are you talking about audio playback? [15:19:03] bearND: yes, we are. a good summary of the situation is in the commit message on dbrant's patch here: https://gerrit.wikimedia.org/r/#/c/361092/ [15:20:37] (phab: T164520) [15:20:37] T164520: Audio files fail to play on some devices - https://phabricator.wikimedia.org/T164520 [16:21:17] lzia: why did you ping me yesterday? can I help you? [18:47:45] joewalsh: ping [18:48:05] pnorman: ping [18:52:23] joewalsh: map style stuff takes place in three components, ClearTables, written in Lua, which transforms the OSM data when loading into the DB, meddo, a tm2source project with SQL statements, and brighmed, in CartoCSS which defines the styling [19:18:23] bearND: will you be deploying today? [19:18:49] mdholloway: yes [19:19:17] bearND: great! i'll update the app for the new content versions [19:51:28] HaeB, o/ Do you know how long it will take an EL event to appear in the mysql database? [19:51:57] bmansurov: on which server/slave? ;) [19:52:20] HaeB, stat1003 one (slave I guess) [19:52:23] i'm not really an expert on the lag [19:53:42] https://www.irccloud.com/pastebin/XYo6bQ9g/ [19:54:20] HaeB, thanks! [19:54:23] seems about 2 minutes there right now [19:54:47] I see. [21:05:53] joewalsh: an example of a moderate complexity change to brighmed and the CartoCSS is https://github.com/kartotherian/brighmed/commit/bfb32aedba9c618dc7b72ece7c3861a13a56f69f. The *cartography* might get some more tweaks beyond that commit, but that will probably consist of tweaking font sizes and colours. [21:13:50] pnorman: looks good at a quick glance - I'll work on getting my environment set up locally so I can test locally [21:19:49] I'm sure you'll find some documentation problems [21:32:46] pnorman: after running make in ClearTables, my cleartables.json is empty [21:34:05] that's odd. does ./yaml2json.py < cleartables.yaml give any output? [21:34:58] yes [21:35:22] i wrote that to cleartables.json and it works [21:35:23] a bunch of json? the make command should just do ./yaml2json.py < cleartables.yaml > cleartables.json [21:35:49] yup, that's what i did and it's importing now [21:36:30] What I mainly need is line-by-line type review, not always running it, but it's hard to get the knowledge to do a line-by-line review without being able to run it [21:39:42] pnorman: line by line I didn't notice any syntax errors, just potentially one line that is mis-indented [21:40:58] i'm heading out for the day, but i'll get up to speed with running it and using locally so I can be more helpful reviewing it without having to run it everytime