Gynt

Results 95 comments of Gynt

What I need from you in order to be able to help is the following: - Windows version - UCP version - Game folder - Where you got the game...

Can someone explain to me why `this+1` is required here? It walks into inaccessible memory on my machine. https://github.com/q66/cffi-lua/blob/9f2acc9a2a0c8e59dda35c0e11333d1b66296667/src/ffi.hh#L146

How would I fix this? I think I found some reproducible code. This code crashes upon garbage collection 50% of the time after the first definition of f (once I...

Good point. To make it in line with LuaJIT, it should fail on using `set` on a freed callback. Although the code is wrong per the documentation, being able to...

The id field is mandatory. https://github.com/sickdyd/react-search-autocomplete/blob/master/README.md#:~:text=Note%3A%20the%20id%20field%20is%20mandatory.