Tom Barham

Results 31 comments of Tom Barham

I've been able to fix the issues outlined above, Travis.CI is now setup to build branches on Xcode 10 on Mac OS. Still need to setup Linux and Windows CI,...

Hey, thanks for reporting the issue! It's good to have someone testing this on Mac, since I only have a limited ability to do that 😄 The Ableton issue looks...

@remaininlight Are you able to try the latest master and let me know if that fixes the JUCE host problem?

Hmm, that loading issue is... interesting. The compiled bundle should be exactly the same except for a small preprocessor bit in [AxiomVstPlugin.cpp](https://github.com/monadgroup/axiom/blob/master/editor/backend/vst2/AxiomVstPlugin.cpp#L17), which only changes the ID and calls `isSynth`...

I have a few questions about the RCON protocol, after writing my own client (https://github.com/cpdt/northstar-rcon-client) - What are `SERVERDATA_REQUEST_VALUE`, `SERVERDATA_REQUEST_SEND_REMOTEBUG`, `SERVERDATA_RESPONSE_VALUE`, `SERVERDATA_RESPONSE_UPDATE`, `SERVERDATA_RESPONSE_STRING` and `SERVERDATA_RESPONSE_REMOTEBUG` for? Seems like none of...

Hey, thanks for bringing this to my attention - this is completely on me for not being thorough and checking this stuff when I first released this. I'm not sure...

Very interested in this for when FD becomes stable. In my opinion this would mostly be useful with the matchmaking ideas floating around, but it could certainly work within the...

Some alternatives to Agones that I've found: - [Thundernetes](https://playfab.github.io/thundernetes/) seems very similar, but it doesn't support a game server going from the Active state back to the StandingBy state, which...

> Hmm, adding them as volume is not an option? It doesn’t sound like it, the recommended approach is certainly to just use large Docker images. There’s a discussion on...

Hey! I appreciate the request and would love to have something like this, it's been on my backlog for a while too. That said I'm not really working actively on...