Bruce MacNaughton

Results 37 comments of Bruce MacNaughton

I ended up writing gulp-markers because of this. I originally used gulp-html-replace but the code to handle optional file concatenation was convoluted and hard to maintain. gulp-markers is really a...

If it turns out that there isn't a way to do this using this package you might want to give gulp-markers a try. gulp-html-replace was my inspiration but gulp-markers is...

This is my primary concern as well. I work in the APM area and have been trying to keep an eye on loaders but I haven't seen much activity. Can...

@Flarna - pirates was very different than I was thinking - we patch the compiled module, not the source code itself. In doing so we always keep the API unmodified...

@DerekNonGeneric - the link https://github.com/DerekNonGeneric/loader339 is no longer valid - is your loader still available somewhere? also, while this seems so straightforward that there must be some obvious problems, is...

you ok with providing me access? i'll provide feedback; i'm not very sophisticated in terms of node's broad needs in this area but i do develop an APM solution for...

@DerekNonGeneric - spent a little time getting bmeck's original module patching code working with the node api changes for the `resolve()` hook and i've sent a hangouts invite. thanks for...

@DerekNonGeneric - when you accept my hangouts invite i have a few questions i'd like to explore.

@MylesBorins - it seems that the `exports` section will make it impossible for APM to patch live code if it is not listed in the exports section. that is a...

i work on an apm product of which a critical component is being able to patch modules as they are loaded. i think this is a related issue and just...