Clay Tercek
Clay Tercek
Ran into the same issue, realized this was due to the fact that I was mutating the array instead of creating a new array when updating the shared value. Modifying...
looks like they moved off of re2 in get-urls 4.0.0
> It looks like content transforms still expect a key/value format. In an ideal world, we would be able to apply transforms to any content source, like an XML or...
> Have you thought about what this might look like for monitor or other types of plugins? E.g. how would a plugin be able to interact with pm2? For example,...
Made a couple updates in the last few commits: 1. Updated the PluginDriver architecture to accommodate different contexts for different hooks. It took a while to figure out an API...
The config side of it remains largely unchanged, these changes mostly effect the implementation side. A base `PluginDriver` is created by `LaunchpadCore`, then passed to `LaunchpadMonitor` and `LaunchpadContent`. `LaunchpadMonitor` then...
@benjaminbojko Looks like reimplementing the autogenerated docs will be a bit more difficult than anticipated. There are a couple of approaches, but none seem to fully match our needs: -...
> Package Deps - How do we keep monitor/content as optional dependencies? I think if we actually co-locate state with the respective subsystem and then just aggregate the state from...
Phase 1 is merged! #249
@JohnENoonan looks like PM2 still hasn't updated their pidusage dependency. I've opened a PR here: https://github.com/Unitech/pm2/pull/6061 The issue is that it's using the WMIC api, which was removed in a...