clyfe

Results 17 issues of clyfe

https://guide.clojure.style/#bindings-alignment https://guide.clojure.style/#map-keys-alignment :thing1 & :thing2 have the same length. Use keys of different length in let & map alignment example, to make obvious that it's the keys to be aligned,...

enhancement

all tests pass on windows now

On windows: 1. Make a simple app with a `/templates/index.html.erb` 2. rackup 3. go to localhost:9292 I should see my `index.html.erb` but instead I get a 404 (I closed #11...

needs work

`/public/index.html` should have priority over `/templates/index.html.erb` I have a `/public/index.html` and no `/templates/index.html.erb` when I call `http://localhost:9292` I should see the `/public/index.html` but I get 404 instead

bug

I'd like to augment Eco, so that when a function object is given to output like so ``` div class: 'big' %> ``` or even nicer ``` div class: 'big'...

I am interested to have database authentication with LDAP fall back (if database auth fails try LDAP). Currently, from the README, simultaneous usage is not supported. Anyone else interested in...

Feature

# gem install mongo3 Successfully installed mongo3-0.1.3 1 gem installed Installing ri documentation for mongo3-0.1.3... Installing RDoc documentation for mongo3-0.1.3... # cat ~/.mongo3/landscape.yml development: host: localhost port: 27017 # mongo3...

Would you accept a PR on supporting cljs? [This](https://gist.github.com/clyfe/cdf93215fb29ffe1d034f8d53804c5a5) subset of logic seems to work thus far. Let me know and I'll follow with a more formal proposal / PR.

:duct/module functionality should be :integrant/module and be implemented either in integrant or an intermediary project like integrant-module, as it has a level of generality beyond duct. And have it be...