Matt Gaunt-Seo
Matt Gaunt-Seo
Would be helpful to add a link from the config.qmk.fm to the appropriate repo (I'm hoping it's this one, but not sure). This would make giving feedback easier.
This is using the same schedule as prod. The gen_yearly script was changed slightly from `TABLE_DATE_RANGE([day.], TIMESTAMP('$tst'), TIMESTAMP('$tnd')))"` to `TABLE_DATE_RANGE([day.], TIMESTAMP('$tst-01'), TIMESTAMP('$tnd-01')))"` - notice the `-01` on the end of...
Looking through public datasets on the google cloud dashboard for bigquery, githubarchive doesn't show up, is there anyway to get it added?
Original step: - Apply styling for when the user clicks on a focused element via the clickdown class. ```css .grid-item.clickdown { background-color: rgb(189, 195, 199); } ```
At the moment toolbox.precache will cache a 404 response. My initial assumption this in unexpected default behavior (and not something I think would be desirable in any situation). Would allowing...
See this S/O for confusion around the logging on toolbox.fastest: http://stackoverflow.com/questions/36371112/how-to-force-service-worker-to-request-route-from-network-after-loading-it-from/36371332?noredirect=1#comment60361409_36371332
To me this seems like valid input: ``` let someEndpoint = 'https://api.com'; self.toolbox.router.get( someEndpoint + '/test/absolute-url-test', function() { return new Response('/test/absolute-url-test'); }); ``` However this gets treated as express input...