red thing
                                            red thing
                                        
                                    Interestingly, I sometimes observe behavior where calling `mprotect` alone fails, but calling `mach_vm_protect` followed by `mprotect` succeeds. I am still not quite sure as to the cause and am still...
So it looks like it is never possible to unprotect the region of memory containing `open`/`fopen`, almost certainly due to SIP. When dumping the region info using `mach_vm_region`, I see...
I would like this as well.
https://www.libsdl.org/projects/SDL_image/docs/SDL_image_11.html https://wiki.libsdl.org/SDL_SetWindowIcon https://github.com/BindBC/bindbc-sdl#the-dynamic-bindings
> Quick question: Did you run in debug (assertions are currently only active in debug, which guards against some misplaced uses). I tried enabling debug assertions with `#define DEBUG` in...
I was also under the impression that it was explicitly stated in the documentation that `wrenEnsureSlots` is for use in foreign functions. In the meantime, is there an alternative way...
So, I did a little bit of looking into this. ## Current code I added some logs to wren, and here are the results for the current code: ```sh wrenNewFiber:...
> > @okpatil4u implemented classification here #11 I don't know if they ever made the changes public > > Here is the bert classification model with ggml: [yilong2001/berts.cpp](https://github.com/yilong2001/berts.cpp) Excellent, thank...
I see that this has been updated: https://github.com/skeskinen/bert.cpp/blob/master/bert.cpp#L461 But I am still seeing this error.