Results 50 issues of Marko Kocić

After the latest update of all dependencies Tab completion in ledger-mode takes more than 5 seconds to display anything after hitting TAB. Top shows that during the time emacs process...

Steps to reproduce: 1. Create a new project, e.g `deps -Tnew create :template io.github.kit-clj :name marko/testm` 2. start repl and sync modules `(kit/sync-modules)` 3. go to modules/kit-modules directory 4. git...

bug

What are snippets? I see the reference in the source, but no documentation or examples. The snippets repository is also missing.

documentation
question

I created a pull request https://github.com/kit-clj/modules/pull/7 to add Sente support as a module for kit. Steps to reproduce: 1. Create a kit project with default parameters. 2. update kit.edn to...

bug

I tried to wrap kit/metrics library and wrap it into a new module. I have an issue when trying to install a new module using `kit/install-module` with the following error:...

generator

I want to have a list of all posts/pages matching some filter and have it available inside a route or site. Lets say I have a rout to render all...

documentation

When I try to run `weblorg-export` interactively from the Emacs I got a bunch of prompts like: ```Buffer post-1.org modified; kill anyway? (yes or no)``` In order to publish I...

bug