Dave Ray

Results 72 comments of Dave Ray

Thanks @protoflex for contributing. It looks good, but would you mind writing a test for this as well to ensure it works as expected and continues working in the future?

Interesting. I'd never see that before. Do you know if it's in Maven at all? If it's not, then I probably wouldn't add direct support because managing non-maven dependencies is...

Man Java.net is such a disaster :) Anyway, this turned out to be more interesting than I thought. DGL's approach is way different from the normal "call add() with a...

It seems like a nice approach, especially in Java. With something like MigLayout, you have to learn the constraint mini-language without help from the IDE. In most of the Swing...

At the beach now, but I can take a look later :) It will probably be simplest if you're merged with develop before sending the pull request. Cheers Dave On...

"It isn't good to rename a method of the wrapped library to avoid shadowing a core function, is it? I wrapped the empty method in add, too." I read this...

Ah. Got it. Well, I've heard (can't remember the source, maybe Fogus) that people worry too much about shadowing symbols and that it's really not a problem because :refer is...

p.s. congrats on writing some useful clojure code :) seesaw is the first useful clojure code for me as well.

Sorry this fell through the cracks. It doesn't seem like that functionality exists anywhere at the moment. The function you propose seems reasonable.

Re-registering shouldn't be necessary. Can you provide a minimal repro case?