Skip to content

Instantly share code, notes, and snippets.

View pietroppeter's full-sized avatar
🐳
chasing the whale

Pietro Peterlongo pietroppeter

🐳
chasing the whale
View GitHub Profile
@pietroppeter
pietroppeter / nimble-packages-count.vl.json
Last active April 7, 2020 16:58
Vegalite spec for displaying count of Vegalite packages in linear and log scale
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"title": "Number of Nimble packages",
"data": {"url": "https://gist.githubusercontent.com/pietroppeter/b7cbd29c2a1c4db443712396c34201e8/raw/cd0b5a4a0446cf87b851f3c9353b273cbd8f06c3/packages_count.csv", "format":{"type":"csv"}},
"transform": [
{"calculate": "timeFormat(datum.timestamp, '%Y-%m-%d')", "as": "date"},
{"filter": "datum.error == 0"}
],
"width": 800,
"height": 500,
@pietroppeter
pietroppeter / packages_count.csv
Last active April 7, 2020 16:47
Time series of count of Nimble packages
commit timestamp error count
46d6a99185845ef0e9081f8c15f4df9ac8208253 2020-04-06 17:51:19 +0200 0 1244
6e34b7d3e1855ea98eb8b7dac12daee6e345f14e 2020-04-05 19:59:42 +0200 0 1243
32d0a1cc0a126bf5dbd5fc7a74df27558cf6a1a5 2020-04-02 06:53:08 +0200 0 1238
382aa3308f634cf4dc240bdba0beb1ce7d6bbc5d 2020-03-30 10:43:43 +0200 0 1237
686f78da0924af9afea4cb58616aef8c377d7781 2020-03-30 08:59:42 +0200 0 1237
0d11b7a59a22c0b6effd588be8ed8f55a3995758 2020-03-30 08:07:20 +0200 0 1236
fb54af4ca0b906a15c72e7c1c540ec4f931d09f7 2020-03-29 18:49:47 +0200 0 1235
261020cc3cc89198cc97f21f1a3c0b278eddd27e 2020-03-28 07:09:40 +0100 0 1234
4ecdc0c116f1d1aa89f1dd1d8e35e8c04cdcd221 2020-03-27 18:42:32 +0100 0 1233