Ivan Ridao Freitas
Ivan Ridao Freitas
@codebox it's a pity you can't reuse `relativeTime`, you almost have all translations there: ``` relativeTime : { future : 'in %s', past : '%s ago', s : 'a few...
@oschaaf any news? 😃 I saw [v1.14.36.1](https://github.com/apache/incubator-pagespeed-mod/releases/tag/v1.14.36.1) was released on the Apache module.
A pleasure to help, what do you mean by internally? it will not be reflected on github?
@iflan @seanmfoy I don't know how MOE works but shouldn't this commit be closed since it was merged? Also, in `closure-compiler` they use MOE too and somehow, after the internal...
I can confirm it works: Operating System: `Windows` Operating System Version: `10` To test it faster I used the version on Central Repository. Do you plan to upload v2.0?
In order to dynamically build the user agent string, I'm testing this code now: ``` OperatingSystemMXBean os = ManagementFactory.getOperatingSystemMXBean(); defaultRequest.userAgent("Java/" + System.getProperty("java.version") + " (" + os.getName() + "; "...
Excelent! another question: why `screenResolution` is not set by default? I'm currently using `config.setRequestParameterDiscoverer(new AwtRequestParameterDiscoverer());` but the JavaScript library for GA always send that info and the `screenColors`. By the...
oh, you're right, I was thinking only on desktop apps but the library could be used on a server.
Finally, the second report is available. The OS value didn't worked. I sent `Windows 10` and apparently they expect `Windows NT 10.0` (since that value worked). So, a simple logic...
Yes, that change worked (I don't know if there is any correlation but when the OS is valid the pageview appears faster on the audience report). I applied this simple...