Results 311 comments of Martin Klepsch

Hey, I hope I didn't pressure you into that now, wasn't my intention. :) Thanks though. And let me know if there's anything I should do/try.

I tried again with `0.7.2` but didn't have any luck unfortunately. When using the real host I still have the same behavior as described previously (blocking + no error of...

Hey Pierre-Yves 🙂 > Switching between a started nc listener and a stopped one. Could you explain what you mean by that? I just tried again with the versions you...

> The port out of range exception is expected since port 111111 is beyond the maximum allowed value of 65535, so changed that to an arbitrary port. Right. I just...

That would be cool! Maybe this could also help in removing the stdin workaround with `html2hiccup` ?

> In web applications links that have been :visited should have the same color as unvisited links > > > There is a lot of value in :visited for Redmine;...

Do you mean multiple times as in "at once"? There have been reports of a similar issue before: https://github.com/martinklepsch/boot-garden/issues/7. @jeluard du you still experience this every now and then?

@thedavidmeister definitely happy to merge a PR for that. Ideally such PR would then also not create the ns-tracker pod and other things related to tracking var changes.

@yeehaa123 sure. So basically what we're doing is we pass the value of `:source-paths` to our namespace tracking pod ([line 41](https://github.com/martinklepsch/boot-garden/blob/master/src/org/martinklepsch/boot_garden.clj#L41)). Because these directories are not actually on the classpath...

Finally had some time for this and ended up with a `DerivedValue` type that implements `IDeref` & `IWatchable` (like atoms) in addition to the `IDisposable` protocol suggested above. Would you...