James Hilliard
James Hilliard
So I tried applying this on top of [`1.10.0`](https://github.com/Igalia/WPEBackend-fdo/tree/1.10.0) to see if it would have any effect on #166. I got the following error. ```cpp (cog:398): Cog-Core-WARNING **: 18:20:23.914: Crash!:...
> Though I'm guessing that you really want `package.json` in `/` and `node_modules` located in `/build/node_modules` Yeah, that's what I was going for so that the `node_modules` for the gradle...
> is it really a conflict? So it's mostly an issue if the version of node being used by gradle differs from the one used when not using gradle as...
Well I was wanting to use the downloading feature for compilation of production asset bundles to ensure reproducibility. I only really wanted to use the local node for running webpack-dev-server.
> Sorry, this breaks the very essence of having this function in the first place. Maybe I'm misunderstanding but I thought the purpose of this function is to pass data...
> you can send wakeup to the listening connection, if you don't have any specific connection to wake up. I mean, you technically can but it seems to be a...
> if you want to just wake up the manager without sending specific data to a target connection Well I do need to send data, just like in the change...
> no, we can't modify the example code as you suggest I don't see what the issue is here, I simply changed the example to demonstrate how the changes I...
> don't feel the same way about it... 😉 I've been trying to understand why but I seem to be missing the reasoning behind requiring a connection id for cases...
> Maybe because everything in Mongoose is a connection. I mean, this isn't really changing that pattern from what I can tell, it's simply special casing connection id 0 to...