Christian Johansen

Results 80 comments of Christian Johansen

I wonder if maybe the bundled workaround isn't needed anymore? 🤔 I can try using dumdom with cljsjs/snabbdom at work tomorrow.

Discouraging to say the least. It made me realize that we will have to write the vdom stuff too at some point... Anyway, I have a work-around that I think...

I've been looking into this, and currently there is [an issue in Snabbdom](https://github.com/snabbdom/snabbdom/issues/972) blocking dumdom from doing this correctly. I will have to re-evaluate when I get some feedback there....

The logspout container doesn't have any more logs. Where can I find some information about logspout's attempts to send logs to papertrail?

I assumed that all the filters supported a comma-separated list of containers. Turns out this is not the case, so the above filter actually filters on container with name "myapp1,myapp2",...

You need both namespaces - `get-mui-theme` resides in `cljs-react-material-ui.core`

Wow, I completely overlooked that as well :( Suggestion: a table of contents on the top, to bring people's attention to the fact that there are multiple guides for setup.

I can confirm that completions from the pipe in `(.| (java.time.LocalDate/now))` does not find members on `LocalDate` if the class has not been imported, even when the REPL can evaluate...

I could be convinced there's a better choice. I need to add an optional value to the generated URL - the login page takes a returlUrl query parameter, but it...

Any chance of getting some feedback on this? I'd be happy to do a PR, but need some input as requested above.