mmjr-x

Results 23 comments of mmjr-x

I also encountered this issue, it has to do with zoom level affecting `stroke-dashoffset` on safari. I came up with this dirty fix in order to resolve the issue: ```...

@kimmobrunfeldt Let me know if you find this solution acceptable. If so I will be happy to make a PR for this :)

This might have the same underlying issue as https://github.com/kimmobrunfeldt/progressbar.js/issues/290 (I have also proposed a fix for this there)

> > > I think it would be better to make this as custom import/export methods that would only be used for the data transfer in multiplayer. That way we...

@hubastard I have made the requested changes, however I think this requires some real world testing before it should be merged. Could someone who is versed at testing give it...

Did some limited testing, fixed a pretty serious bug. I'm making this PR as ready for review, since I think it is good enough at this point (tried various other...

@PhantomGamers The error should be fixed in eb8646a . About compatibility with [CompressSave](https://dsp.thunderstore.io/package/bluedoom/CompressSave/) I don't see why it would not work. I looked at the mod's code and it only...

Ah crap, seems the stream that is used for sending networked data does not support seeking :( (Got this on the client when trying to connect) ``` [Error : Unity...

Should be good to go now, could someone test multiplayer for me? I sadly can't use the sandboxie plus approach to run multiple instances of the game to test myself...

> > > > I sadly can't use the sandboxie plus approach to run multiple instances of the game to test myself anymore since it messes up my VPN networking...