Skip to content

Instantly share code, notes, and snippets.

View ssbb's full-sized avatar
🏠
Working from home

Sviatoslav Bulbakha ssbb

🏠
Working from home
View GitHub Profile
allocations:altcolor <g><path/><path/><path/></g>
allocations:color <g><path/><path/><path/></g>
allocations:grayscale <g><path/><path/><path/></g>
allocations:wireframegray <g><g><path/><path/><path/></g></g>
allocations:wireframewhite <g><g><path/><path/><path/></g></g>
************************************************************************************************************************
appointment:altcolor <g><g><path/><path/><path/><path/><path/></g></g>
appointment:color <g><path/><path/><path/><path/><path/></g>
appointment:grayscale <g><path/><path/><p
BL3DBD83us4s63kzdVcUR9byLKsdo7iHGS
BL3DBD83us4s63kzdVcUR9byLKsdo7iHGS
0x4F386713aEF0340A016bc1aEE0B703b5A4d40dA5
0xd7250e8D1123cb876CC91C55613177e78b58c222
3PwXdGZYCja1XYNH88iDT2SzCkegG9PoTu
etnkDRXh6RbLEgMwyd47XQLMVj4yRDEYk
816o19tjdU3JxMAtqmzPGWbQDZmPCyECB
PNzhor36xJwXM2YsV4ubLE2zbjuscFiV
0xAa2C6c29d440Dbeb04D0F50c1735F0C2B0B7e040
35dwABviaHRdroN9xmddyAQGXAgW447RnP
fetchAgent : String -> Cmd Msg
fetchAgent slug =
let
query =
Query.selection identity
|> with
(Query.node { id = Api.encodeAgentId slug }
(Node.selection (always Agent)
[ Node.onAgent agentSelection ]
)