I hereby claim:
- I am detrohutt on github.
- I am detrohutt (https://keybase.io/detrohutt) on keybase.
- I have a public key ASBMdOypbvDc9rUNzjxLh6z-SN66O37nbjgZbQUC7PW39wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import { ApolloClient, createNetworkInterface } from 'react-apollo' | |
| import { SubscriptionClient, addGraphQLSubscriptions } from 'subscriptions-transport-ws' | |
| const uri = 'http://localhost:4000/graphql' | |
| const subscriptionsURI = 'ws://localhost:4000/' | |
| let apolloClient = null | |
| function _initClient (headers, initialState, subscriptionsInterface) { | |
| return new ApolloClient({ | |
| initialState, |
| /* -*- mode: js; js-indent-level: 4; indent-tabs-mode: nil -*- */ | |
| // Custom user-defined rules for polkit | |
| // | |
| // See the polkit(8) man page for more information | |
| // about configuring polkit. | |
| polkit.addRule(function(action, subject) { | |
| if (action.id == "org.freedesktop.login1.suspend" || | |
| action.id == "org.freedesktop.login1.suspend-multiple-sessions" || |
| # Maintainer: Christian Hesse <[email protected]> | |
| # Contributor: Gaetan Bisson <[email protected]> | |
| pkgname=udns | |
| pkgver=0.2 | |
| pkgrel=1 | |
| pkgdesc='Stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries' | |
| url='http://www.corpit.ru/mjt/udns.html' | |
| license=('LGPL') | |
| arch=('i686' 'x86_64' 'armv6h') |
| extends layout | |
| block content | |
| .container | |
| #accordion.panel-group | |
| - for (var i = 0; i < serviceList.length; i++) | |
| .panel.panel-default | |
| .panel-heading | |
| h4.panel-title | |
| a.accordion-toggle(data-toggle='collapse', data-parent='#accordion', href='#'+serviceList[i].name) |