Friso Modderman

Results 3 comments of Friso Modderman

@phortx thanks for your fast reply. Could you maybe help me with another question. Is there a way to update the options of VuexORM after you do this line `VuexORM.use(VuexORMGraphQL,...

So i have rewritten it to work with open frameworks on both mac and windows and i would like to share my code the main thing i overhauled was changing...

NtpClient.cpp ``` #include "NtpClient.h" NTPClient::NTPClient(string hostname, uint16_t port) : hostname_(hostname), port_(port) { } void NTPClient::build_connection() { cout