duct icon indicating copy to clipboard operation
duct copied to clipboard

Server-side application framework for Clojure

Results 11 duct issues
Sort by recently updated
recently updated
newest added

I've just ported a duct project to work with tools.deps, and I've worked around some of the issues that come up. Below are some notes on the issues and those...

## Problem When building an uberjar all `duct_hierarchy.edn` files are merged to create a full hierarchy. This works fine until you create an uberjar. Your main project's `duct_hierarchy.edn` is not...

I'm trying to build an AOT'd uberjar using the Duct Leiningen template. I can use the template to build an uberjar, but it doesn't look like Duct modules and components...

Hi, I am implementing a little REST API with Duct / Integrant, following [Duct's Guide](https://github.com/duct-framework/docs/blob/master/GUIDE.rst) and [this tutorial](https://circleci.com/blog/build-a-clojure-web-app-using-duct/). POST body JSON described there is case agnostic, so it's not clear...

Hi! I'm trying to convert the template project to boot but when I try to build a jar of the main class I get this error on runtime ``` Exception...

I've upgraded my projects from 0.10 to 0.11 according to: https://github.com/duct-framework/duct/blob/master/UPGRADING.md#011-from-010 In comparison with the newly generated 0.11 project skelton there are few more differences that I have not noticed...

Currently seems no ways to run cljs test or trigger cljs test from repl. Here is my first attempt to add cljs to duct. Any thoughts on this topic? one...

The Duct unit test example only cover init a handler with no dependences which is impossible in real world. Currently, if I want to do integration test with db. I...

Currently, the `*-component` projects under duct-framework is quite confusing, since the concept of `component` have been replaced by `integrant`. keep these projects without deprecation will be quite confusing for new...

The title says it all. the result map I get from `(:query-params request)` is **not** `keywordized`. Should this be `keywordized` by default?