David Barajas
David Barajas
I tried reproducing this on the standard Svelte template, but could not get it to reproduce. So I suspect it has something to do with Sapper's client vs server side...
By dropping my template svelte and sapper versions to: ``` "sapper": "^0.27.16", "svelte": "^3.0.0", ``` The issue went away. This might help narrow down a potential issue. When I keep...
Looks like changing this line: https://github.com/joshuaferrara/node-csgo/blob/master/helpers/VDF.js#L18 from `if(typeof(buffer.readUint8) != "function"){` to `if(typeof(buffer.readCString) != "function"){` It correctly wraps the buffer and fixes it.