Barnaby Keene

Results 182 comments of Barnaby Keene

Yeah I wouldn't advise users use both features at once. However, I would like to see the option to disable log-core writing to stdout. The reason for that would be,...

But does it call `logprintf` to print logs to the console?

Oh okay, that's perfect than! And hooking `logprintf` also sounds useful, depending on the user's needs.

That's pretty cool! I'm wondering if a similar workflow could come of this. I recently set up a submodule system for BA:RP so people can edit maps and Rehasher can...

This also happens with --dev dependencies too.

The only way I can think of doing it is by prefixing the dependency string with a number or something to indicate order of precedence: ```json { "dependencies": [ "1:something",...

Possibly, there are other things on the roadmap and this isn't a priority right now.

I've done a quick fix for this by reversing the order that plugins are joined. Dependencies will come first followed by anything from `runtime.plugins` ("custom" or "local" plugins).

Yeah that would make the most sense. That will take a bit more time to actually do though because of how it currently works - dependencies and devDependencies are grouped...

Someone mentioned y_master and integration with this, that could be done too...