Results 26 issues of Ikuru K

Sorry for occupying the bandwidth. I raised an issue as I could not figure this one out by my self as a node.js newbie...

#### Exact steps: 1. Paste the below project.clj in a fresh directory 2. run `calvin repl` containing the project.clj 3. Get an error #### project.clj ``` (defproject iku000888/schema "1.1.7-SNAPSHOT" :description...

Thanks for sharing your inspirational work. (and the talk at the conj). I have been using umlaut heavily at work and absolutely love it and have written custom generators. I...

When generating json-schema by giving it a keyword naming the spec, that is always used for the :title of the generated json-schema, ignoring the :name provided if the spec was...

Motivation is to not make this blow up and instead maybe serialize it as just the .toString result. ``` (jsonista.core/write-value-as-string {:foo (jsonista.core/object-mapper)}) => 2. Unhandled com.fasterxml.jackson.databind.JsonMappingException ``` I looked at...

I see the vanilla lacinia supports a :timeout-ms with the `execute` API, but I seem to have trouble configuring from lacinia-pedestal in a top-down style. Thanks in advance and thank...

Seems like it is not possible to compile clara-rules with a self hosted ClojureScript compiler such as lumo. - [Repro](https://github.com/iku000888/tiny-samples/tree/master/node-and-cljs) - could be that schema is cause, but not verified...

enhancement
clojurescript

While a lot of people are having fun at EuroClojure, I attempted to write a guide that I think would have helped me a lot when I was starting to...

Just wanted to throw the idea out there for 2 reasons: - I think a comprehensive guide for using proxy is missing. While toying with Swing I wanted to genuinely...

content
help wanted

I noticed that a test case in my project was failing because an empty file-input element would result in an entry in the kerodon-generated request map like : ``` clojure...