James Reeves

Results 830 comments of James Reeves

Perhaps it would help if I described my typical setup. I use [reloaded.repl](https://github.com/weavejester/reloaded.repl), which gives me useful REPL functions like `(go)` for starting the system and `(reset)` for suspending the...

I can't reproduce this error. Is it possible that you have a `PORT` environment variable set? That currently overrides the command line.

Have you tried changing the `PORT` variable, or checking its value?

Sorry, but I'm not clear what you expect this to do. What does `--param 121` mean?

I think the problem is that if we go this route, we lose the ability to have arguments specific to the plugin. You could write your own `-main` function, but...

A `--` is an interesting idea. It might also be sufficient just to add a `& _` to the end of the generated `-main` function. Though I don't see a...

> Basically, if I'm understanding correctly by the time `.contextDestroyed` has been called, it's too late to do anything meaningful - even something as trivial as logging. Sorry, I'm afraid...

Yep, keeping compatibility is the best option. If you're having issues that are solved with overriding `destroy`, then that's likely reason enough to add a couple more configuration keys to...

Sure. I had 20 minutes or so spare, so it's now merged.

Why not just reset to master and cherry pick the single commit you want?