James Reeves

Results 29 issues of James Reeves

Pegdown 1.6.0 has problems rendering nested lists. This issue also occurs in 1.5.0, 1.4.0 and 1.3.0, so it appears to be a long-standing issue. ``` markdown * foo * bar...

Running a line of code like: ``` (throw "foo") ``` Will cause the REPL input to hang.

Does this library support merging of uberjar resources, such as `data_readers.clj`?

When `lein cljx once` or `lein cljx auto` is executed, any code in the `user` namespace is automatically loaded. In the development profile, this namespace may be populated. For instance...

Is it possible with `figwheel.main.api` to manually trigger hot reloads instead of triggering them immediately on file change? So for example: ```clojure user=> (def server (figwheel.main.api/start options)) #'user/server user=> (figwheel.main.api/reload-updated-files...

look-into

Can the database be passed as an argument to the models, or does Toucan only support the database connection as a global var?

enhancement
help wanted

Figwheel is a really nice tool, but I found I needed a way of controlling when it reloads. To this end, I built [duct-figwheel-component](https://github.com/duct-framework/duct-figwheel-component), which is based on Component and...

## 🚩 Describe the bug When I open up a character sheet and type in a text field, the "/" key will bring up the chat cursor instead of typing...

bug

Would you accept a PR for adding an option to extend the `:merge-edn` clash strategy to other files? For example, adding a `--merge-edn` option with a comma-separated list of resources....

This is an issue for gathering feedback on the Ring 2.0 design. The code and documentation will be held in the [2.0 branch](https://github.com/ring-clojure/ring/tree/2.0) of the repository. The first [draft specification](https://github.com/ring-clojure/ring/blob/2.0/SPEC-2.md)...