Maximilian Gerlach

Results 10 comments of Maximilian Gerlach

Oh, good to know! Thank you @whilo !

I don't think this actually works. I modified a schema to make one attribute `:db/isComponent true` and `swap!`ed it in. This had no effect on the queries. I'm guessing I...

I don't recall. I believe I gave up before I got to that point. Maybe ping me once this is working and I'll give datahike another try?

I'd put it in the template. Honestly, I wish all of coast was a template and none of it lib. There is always a tiny thing that i want to...

I wrote this library to deal with this: https://github.com/px0/clj-beautify-web I usually put something like this in the render chain after the `html` macro: ```clj (fn [html] (if (= "production" (:environment...

@danielcompton I've seen the same behaviour

Maybe we can add something like this somewhere? ```clj (defn list-dir-recursively [path] (tree-seq fs/directory? fs/list-dir path)) ```

That's true, I was mainly thinking of using it for nsstring, but this is really something for NSObject. Perhaps with the added [NSNull null] check mentioned in the comments? BTW...

Dropbox changed this about a year ago precisely to stop people from using them as a webhost for static pages :) I also used to do this and have since...

On second thought, for documentation for a project you may also look into [Github Pages](https://pages.github.com/). This hosts a static page from within a branch of your git repo.