dantheobserver
dantheobserver
Thanks for the example, but it makes sense, I guess if css naively supported inheritance this would be a non-issue. It would be helpful to emphasize the class creation as...
I'd love to have this functionality. I was wondering if you can mirror the current mock to expand to lambda via `(flet (fn args) => lambda-body)`
I found that this is a temporary solution to using integrant ref with the aero ref ```(defn ig-config [profile] (binding [*data-readers* {'ig/ref ig/ref}] (aero/read-config (clojure.java.io/resource "config.edn") {:profile profile}))) ``` This...
I added this to my formatter.ex but used the code below and wondering if it would work dynamically somehow to compile this ahead of time so it's avaialable to export...
I have been going down the REPL workflow route, I noticed I get a runtime exception if I evaluate the buffer for the templates after the server is started. In...
also see that there's some other issues ironed out post 0.5.3. in particular 07eca12b0706e01b2c59edcc384b93f2985b61cc, any word on that release?
I was able to get through it by using https://github.com/LonoCloud/lein-voom/ and just creating an entry in project.clj as such then doing `lein voom build-deps` and `lein voom refresh` ``` ^{:voom...
seems resolved by https://github.com/farrellm/scad-clj/commit/07eca12b0706e01b2c59edcc384b93f2985b61cc, just needs a release