Tim Visher
Tim Visher
I'm trying to express the concept of valid transitions between states for one of the domain entities in my system. I have an fsm that does this nicely: `[1 (a/*...
Related to #23, the other question I'm interested in asking the fsm is, given the current state, what inputs _would be valid_. This would allow me to return to the...
Sorry for the support request but I can't for the life of me tell how to do this with this library and I wanted to know if there was a...
Are there plans to support associative syntax alignment? ``` clojure (let [n :charnock name :ohai] …) {:n :charnock :name :ohai} (defproject example :n :charnock :name :ohai) (ns example (:require [[req...
## What problem does this feature solve?: My organization makes heavy use of contexts (which are _so_ awesome, BTW, compared to what we used to have do with variables being...
Closes #473 This closes the gap between how `docker run -e|--env` and `circleci local execute -e|--env` behaves. Now, as in `docker run`, bare `-e|--env VAR` arguments are resolved from the...
## Meta: **CircleCI CLI Version:** `0.1.15195+595cc9e (release)` **Operating System:** ``` Distributor ID: Ubuntu Description: Ubuntu 20.04.1 LTS Release: 20.04 Codename: focal ``` **CircleCI CLI Diagnostic:** ``` --- CircleCI CLI Diagnostics...
## System - **0.12.2 (66)**: - **10.14.3**: ## What's the problem? I can't figure out a way to mark [dwarf fortress](http://www.bay12games.com/dwarves/) windows as floating by default. Presumably the only way...
I can't see anything in [the spec](http://www.ietf.org/rfc/rfc2616.txt) that implies that `202 Accepted` should only be used for `DELETE` requests. Also, many REST resources seem to indicate that `202 Accepted` is...
[The Decision Graph](https://clojure-liberator.github.io/liberator/assets/img/decision-graph.svg) implies that `GET`s can't reach `404`. In fact, it implies that only `POST` can reach a `404`. This is false in that a `GET` that defines an...