Miloslav Nenadál

Results 26 comments of Miloslav Nenadál

Hi. I wanted to try this library with [material-ui](https://material-ui-next.com/). Material-ui has component [TextField](https://material-ui-next.com/api/text-field/), which can be used instead of `:input` and data flows flawlessly. The problem is with validation. TextField...

Since there seems to be no progress on this and the code seems to be unnecessarily complicated, we created alternative markdown plugin: https://github.com/Imatic-IT/imatic-mantis-formatting that uses https://github.com/thephpleague/commonmark.

> I'm going to update my sites, disable default handling, add the Imatic plugin, and will do what I can to contribute to that Cool. We just noticed there are...

> Did you think about including syntax-highlighting in code-blocks? Nobody requested it and I don't use Mantis that much. Feel free to create ticket: https://github.com/Imatic-IT/imatic-mantis-formatting/issues/new

@derekchiang I was playing with it yesterday and sometimes you need to create single file first: http://blob.tomerweller.com/reagent-import-react-components-from-npm. There should be support for it in clojurescript: https://clojurescript.org/news/2017-07-12-clojurescript-is-not-an-island-integrating-node-modules but it's not finished...

@derekchiang also I don't know if you're aware of https://cljsjs.github.io/ - it contains some js libraries packaged and ready for clojurescript.

I was playing wih Macchiato and Reitit a bit and and here is the result so far: https://github.com/nenadalm/spa-demo. Swagger with spec coercion, validation works (only with json for now). I...

What if I want to connect to the repl? Now I am starting figwheel with ``` lein run -m figwheel.main -b dev -r ``` but when I try to `cider-connect-cljs`...

@eval thank you very much. That was the reason. I usually don't read stuff programs ask me too much and it asked me to provide build name (e.g. dev). So...

Hi. I have the same issue with simpler reproduction (ClojureScript script running on nodejs using built-in module). ### Project setup #### deps.edn ```cljs {:paths ["src"] :deps {org.clojure/clojurescript {:mvn/version "1.10.520"} com.bhauman/figwheel-main...