kit icon indicating copy to clipboard operation
kit copied to clipboard

Lightweight, modular framework for scalable web development in Clojure

Results 30 kit issues
Sort by recently updated
recently updated
newest added

I use ed25519 instead of rsa, so when I try to dync modules: ``` user> (kit/sync-modules) failed to clone module: [email protected]:kit-clj/modules.git cause: [email protected]:kit-clj/modules.git: java.io.FileNotFoundException: /Users/xxx/.ssh/id_rsa (No such file or directory)...

bug
generator

Currently, modules write to `install-log.edn` whether the module was installed successfully or not. Instead, it would be better to create a map containing install information such as the version of...

enhancement
help wanted
good first issue
generator

Hello thanks for this project, which looks really promising. I briefly tested it locally and tried to build it as a native binary. Unfortunately there where several errors. They mostly...

enhancement

## Overview - Add a `template.edn` file to the template root (required by `deps-new`) - Implement custom `data-fn` and `template-fn` functions to support Selmer templates - Add tests to compare...

So, by default, the 404 response and probably the others in the example is base64 encoded in the response: `UGFnZSBub3QgZm91bmQ=` . Base64 decode of the above is "Page not found"...

May I ask you to point me to real example using kit and re-frame (maybe with sente). Also example with Fulcro would be great. You know to provide full examples...

question

I am planning to create a module that adds support for [webpack](https://webpack.js.org/) to Clojurescript. In some cases, it is required for packaging an app that uses dependencies that shadow_cljs can't...

enhancement
help wanted

I recently integrated a Datomic database (both dev/file version and with PostgreSQL) in a kit project, and I found it extremely interesting and exciting. I was wondering if it would...

enhancement

Hey! I just wanted to ask if there is any guide about how to use this framework to build webservices. Cheers!

Currently, whenever hugsql queries are changed, the user has to run `(reset)` to load new queries. Proposed change would be to automatically reload queries when the app is running in...

enhancement
help wanted
good first issue