Jolyn

Results 268 comments of Jolyn

Weird issue - would be interested to learn more about it.

I have created a fork that is usable via webpack: https://github.com/joeldenning/moment-holiday. Installation: ```sh npm install --save https://github.com/joeldenning/moment-holiday\#1.5.2-webpack.0 ```

For anybody still looking for this, here's a repo that is successfully using pnpm + CircleCI. I authored it and don't know if there's a better way to do things,...

I only develop m64p on OSX and it works well for me. It got a bit trickier when i upgraded to big sur (I had to create a symlink manually...

Not sure I understand your latest comment, @Jj0YzL5nvJ, but the makefiles you linked to all work for me on OSX. Yes, m64p is downstream, but my understanding is that the...

Sounds like you've made good progress then on building it on osx. Seems like the next logical step would be to incorporate some of those changes into the makefiles.

Thanks for your comments - am happy to discuss this over Discord, too, if that would help clarify. I believe this change does have performance benefits, and also would be...

> Sorry yes I hadn't considered that neither player would need to receive their own packets in a p2p game. However it seems like that benefit would diminish with a...

The reason is that we've been getting "unhandled promise rejection error" warnings in Node 14, but in Node 15 they became a process-killing error.

I set the build to use Node 14 for now in #651