This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://apps.nextcloud.com/api/v1/apps.json | jq '. | map({name: .translations.en.name, versionspec: .releases | first | .rawPlatformVersionSpec}) | map(select(.versionspec[-2:] // "0" | tonumber >= 18)) | map(.name)' -c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. | |
# TYPE go_gc_duration_seconds summary | |
go_gc_duration_seconds{quantile="0"} 2.1922e-05 | |
go_gc_duration_seconds{quantile="0.25"} 2.1922e-05 | |
go_gc_duration_seconds{quantile="0.5"} 2.1922e-05 | |
go_gc_duration_seconds{quantile="0.75"} 2.1922e-05 | |
go_gc_duration_seconds{quantile="1"} 2.1922e-05 | |
go_gc_duration_seconds_sum 2.1922e-05 | |
go_gc_duration_seconds_count 1 | |
# HELP go_goroutines Number of goroutines that currently exist. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
browser.storage.local.set({feedOptions: [{id: 1, url: "test"}], feedData: [{associatedFeed: 1, data: "testing testing 123", time: 1579335671 | |
}]}) |