You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm considering making some major changes to liverepl in response to pain points I've found while using it at work. The most important one is the lack of dependency loading at runtime. For example, we don't want to ship tools.trace with our servers, but if we need to inspect a misbehaving server, liverepl doesn't have a way to introduce that lib as needed. I'm thinking of loading both by Aether coordinates and by filesystem path.
Is this a feature you'd be likely to accept a PR for, or should I look at ways of making this feature more separable? (E.g. add support for loading just one additional dependency at liverepl launch, and that additional thing could be used by the user to bootstrap to a dependency loader.)
If you want to chat with me about it more synchronously, I'm always on freenode IRC as TimMc.
The text was updated successfully, but these errors were encountered:
Ooh thanks, I'll take a look when I get time. Sounds like a great idea!
I've been neglecting liverepl for ages, but I do find it pretty useful. I'll try and get back on top of it soon.
I'm considering making some major changes to liverepl in response to pain points I've found while using it at work. The most important one is the lack of dependency loading at runtime. For example, we don't want to ship tools.trace with our servers, but if we need to inspect a misbehaving server, liverepl doesn't have a way to introduce that lib as needed. I'm thinking of loading both by Aether coordinates and by filesystem path.
Is this a feature you'd be likely to accept a PR for, or should I look at ways of making this feature more separable? (E.g. add support for loading just one additional dependency at liverepl launch, and that additional thing could be used by the user to bootstrap to a dependency loader.)
If you want to chat with me about it more synchronously, I'm always on freenode IRC as
TimMc
.The text was updated successfully, but these errors were encountered: