Ferhat Topcu
Ferhat Topcu
Hey, I've been using this module to convert xml files to json - split the object into several parts and save it to mongodb. However, i am using the latest...
see commits (only done on index.js, should be easy on the other ones though)
Hey, is it possible to use withLayout for each page? My setup currently: ```ts export const authenticated = (Component) => { return withLayout()(Component) } export const public = (Component) =>...
After the latest update (i believe) i noticed a strange bug on my demo project: If a player disconnects, the despawning on the server works perfectly, however on clients the...
This is more of a question and possibly feature request: In FPS type games it's common that the Server goes back in time (for a maximum of N ticks) to...
Hey, because i've experienced some performance issues using lodash on huge objects, I searched for a faster alternative and found lazy.js - man, that's a great library! However, it would...
Hello, is it possible to add some sort of "drawing layers" to the objects? For example i'm drawing a grid as floor, placing a chair on top of it and...