In some cases the IC might determine that a PM meeting for the incident isn't needed.
If the IC decides to waive the meeting please replace the Meeting
section with a
note indicating the meeting has been waived (example: Meeting waived: Paul Mooring
)
# simple DSL to describe and build URLs in an HTTP gateway | |
module ConfigurableGateway | |
def self.included(base) | |
base.extend(ClassMethods) | |
end | |
def url_for(name, params = nil) | |
# probably should be replaced by an automatic forwarding mechanism |
After the barrage of sad tales about depression caused by indies turning into millionaires overnight, allow us to raise your spirits with a story about the liberating and energizing effects of complete commercial failure.
Having a sale is fun. Many people get to play your games who normally wouldn’t and you receive a lot of positive feedback. But of course that’s not the reason for having a sale. The reason is always a need for money. And in our current economy, money tends to be collected from large amounts of tiny sources. It was a desperate move for us. An attempt to pay the debts caused by the production of Sunset and stay afloat while we figure out what to do with the rest of our lives.
;; | |
;; LATEST UPDATE: 25 July 2015 | |
;; | |
;; **************************************************************** | |
;; ** NB false alarm! My original benchmarks showing large perf ** | |
;; ** improvements with tuples turned out to be noise, ** | |
;; ** unfortunately. Current (+more reliable) numbers seem[1] to ** | |
;; ** show no consistent significant advantage using currently ** | |
;; ** available tuple implementations against real-world code. ** | |
;; ** ** |
;; Based on https://clojuredocs.org/clojure.core/condp#example-542692cbc026201cdc326bea | |
(defn parse-arg [s] | |
(condp (comp next re-matches) s | |
#"([+-])(\w+)" :>> (fn [[f k]] [(keyword k) (= f "+")]) | |
#"(\w+)=(\w+)" :>> (fn [[k v]] [(keyword k) v]) | |
(throw (IllegalArgumentException. s)))) | |
(parse-arg "+foo") ;=> [:foo true] | |
(parse-arg "-foo") ;=> [:foo false] |
(ns cljs.compiler-options-schema | |
(:require | |
[clojure.spec :as s] | |
[clojure.string :as string] | |
;; for initial dev | |
[clojure.test :refer [deftest is testing]])) | |
(defn non-blank-string? [x] (and (string? x) (not (string/blank? x)))) | |
(defonce ^:private registry-ref (atom {})) |
var allAttrs = ["abbr","accept","accept-charset","accesskey","action","alt","async","autocomplete","autocomplete","autofocus","autoplay","border","challenge","charset","charset","checked","cite","class","cols","colspan","content","contenteditable","controls","coords","crossorigin","data","datetime","datetime","default","defer","dir","dir","dirname","disabled","download","enctype","for","for","form","formaction","formenctype","formmethod","formnovalidate","formtarget","headers","height","hidden","high","href","href","href","hreflang","http-equiv","id","ismap","keytype","kind","label","lang","list","loop","low","manifest","max","max","maxlength","media","mediagroup","method","min","min","minlength","multiple","muted","name","name","name","name","name","name","novalidate","optimum","pattern","placeholder","poster","preload","readonly","rel","required","reversed","rows","rowspan","sandbox","spellcheck","scope","selected","shape","size","sizes","span","src","srcdoc","srclang","start","step","style","tabindex","tar |
A list of commonly asked questions, design decisions, reasons why Clojure is the way it is as they were answered directly by Rich (even when from many years ago, those answers are pretty much valid today!). Feel free to point friends and colleagues here next time they ask (again). Answers are pasted verbatim (I've made small adjustments for readibility, but never changed a sentence) from mailing lists, articles, chats.
How to use:
- The link in the table of content jumps at the copy of the answer on this page.
- The link on the answer itself points back at the original post.
#CallForSpeakers pitch for #LandingFestival Berlin 2018 (March 14, 15)
Interested in how to transition into Product Management? 💊
Vote for this talk to be selected by giving a star ⭐ to this repo.
More info on the Festival here: https://landingfestival.com/berlin.