Results 293 comments of Bruce Hauman

I certainly could be wrong, but if you follow the compojure readme and then add compojure.handler to your ns... Boom This happened to me this morning, right off the bat....

BTW I have mucho gratitude for all your great work.

Actually I think I missed the real thing here. I think this is a tooling problem. (perhaps fixable in leiningen) Scope "provided" is offered as a feature on the one...

I'd like to chime in that it would be nice to preserve the Clojure semantics around reloading in general. This behavior being one of the killer features of Clojure. I.E....

Here's an interesting approach to reloading: https://itnext.io/hot-reloading-native-es2015-modules-dc54cd8cca01 The interesting thing is calling the "import" function to reload a file using a different URL (using a query param) to force re-evaluation...

Very cool! I hadn't looked into this before!

Yeah that looks good! I guess it goes without saying that all calls have to be indirect through the mutable export. Actually I might place the module on a common...

Yeah I should have provided examples to start with. Here's the above example with a root object as an intermediary to the global object. This helps reduce the likelihood global...

There is a plugin system of sorts in figwheel. You can pick up any messages you send from the server and act on them. This shouldn't be difficult. Also worth...

Yes reset doesn't support merged builds right now. It makes sense that it should but it's kinda low priority. If I was going to do it I propagate meta information...