I hereby claim:
- I am artgon on github.
- I am artgon (https://keybase.io/artgon) on keybase.
- I have a public key whose fingerprint is 5B49 09A4 9D2D C3E2 690D A9F2 5796 F37D 400B D302
To claim this, I am signing this object:
| Running "sass:compile" (sass) task | |
| Verifying property sass.compile exists in config...OK | |
| Files: app/css/main.scss -> generated/css/app.sass.css | |
| Options: loadPath=["vendor/components/foundation/scss","app/css","vendor/css"] | |
| Reading app/css/main.scss...OK | |
| Writing generated/css/app.sass.css...OK | |
| Syntax error: Invalid CSS after " @media ": expected "{", was "#{$small} {" | |
| on line 153 of /Users/artg/dev/matygo/crazyhorse/vendor/components/foundation/scss/foundation/components/_grid.scss | |
| from line 10 of /Users/artg/dev/matygo/crazyhorse/vendor/components/foundation/scss/foundation.scss | |
| from line 67 of standard input |
| angular.module("crazyhorse").config(function ($routeProvider) { | |
| 'use strict'; | |
| $routeProvider.when('/login', { | |
| templateUrl: 'users/login.html', | |
| controller: 'LoginController', | |
| resolve: { | |
| organization: ['OrganizationService', function (OrganizationService) { | |
| return OrganizationService.resolveOrganization(); |
| /** | |
| * For each action we map to the Scalatra equivalent block parameter | |
| * though we are still bound to the HttpServletRequest and Response | |
| * currently. | |
| */ | |
| sortedActions.foreach(action => { | |
| def scalatraFunction(route: String) = action.method match { | |
| case Options => options(route)_ | |
| case Get => get(route)_ |
I hereby claim:
To claim this, I am signing this object:
| (ns channels.core | |
| (:require [clojure.core.async :as async :refer [chan go >! <!!]]) | |
| (:gen-class)) | |
| (def sum (atom 0)) | |
| (defn summing [start end loops] | |
| (let [c (chan loops) | |
| piece (/ end loops)] | |
| (dotimes [i loops] |