Pinned Loading
-
-
Run rubocop on only staged files in ...
Run rubocop on only staged files in git pre-commit 1#!/bin/sh
23STAGED_FILES=$(git diff-index HEAD --name-only --cached)
4if [[ -z $STAGED_FILES ]]
5then
-
LoadView: SwiftUI view that calls a ...
LoadView: SwiftUI view that calls a load function and shows a `LoadingView: UIView` until the `isLoading` binding is changed to false, then displays its contents. 1import SwiftUI
23typealias IsLoadingBool = Bool // To help remember which way the bool goes (false means ready to display)
45protocol LoadedView {
-
Z-Wave Garage Door Opener device typ...
Z-Wave Garage Door Opener device type handler 1/**
2* Z-Wave Garage Door Opener
3*
4* Copyright 2014 SmartThings
5*
-
A template for a PostgreSQL Heroku D...
A template for a PostgreSQL Heroku Dataclip to be viewed in chart mode. Makes it easy to change what you're querying and the time periods. 1with vars as (select
2date_trunc('hour', localtimestamp -
3'24 hours'::interval) as start, -- how far back to start the chart
4'30 minutes'::interval as bin_width -- width of time slices
5),
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.