-
There are two types of CSS rules in our cljs files: layout rules and non-layout rules. I suggest to move all non-layout CSS rules to separate sass files or similar, where we can modify them and update…
-
Can you release this to clojars so users can use it as a library? If you're no longer using this component, would you consider moving this to [omcljs](https://github.com/omcljs/) and giving me permiss…
-
One of the best way to promote a new language / framework is to have a 5 minute getting started support
Examples
- MongoDB
- Ruby on Rails (thanks to engine yard and their rails installer)
- Play …
-
Feature request: thanks for the blog entry describing how you went about this and providing this repo. Would it be possible for you to also demo a means of automatically launching a browser and conne…
-
@yogthos suggests reviewing [abio](https://github.com/abiocljs/abio) and migrating the file system functions to it. We may even want to just deprecate macchiato-fs and simply use abio directly.
-
We're starting on a Rust rewrite of the existing Clojure codebase, using the `rust` branch.
With an eye to parallelism, the following will get us to parity and a bit further, at which point we'll s…
-
When running the compiler with `--charset UTF-8` one can potentially end up with not strictly valid output files.
The problem is that sometimes strings in input sources can be perfectly valid ASCII…
-
Hi Zach,
It could be helpful to start a roadmap or a list of project goals. Features/extensions/interactions that you are envisioning for the project, aside from requests or issues submitted by other…
-
How can this library be converted to javascript code that node can run using clojurescript?
-
Hi, I spent the past couple days integrating hx with an existing Reagent application and thought I'd share an experience report in case it's useful to other users or to the library developers.
Firs…