Erik Olofsson
Erik Olofsson
> Apologies that this has sat in the queue for so long. It is not forgotten. I think it is ready to go, but would like to run some extra...
Since the code was reviewed the last time three bugs were fixed: * Cancelling builds didn't record the dependencies * Dependency barriers were applied at the time of processing instead...
> I don't think the other commits on main branch are compatible with released Xcode. There shouldn't be any differences in my code between those branches. If you delete the...
https://github.com/kovidgoyal/kitty/commit/40e8ade9a2f5140a124ceda76f207ee3ef9f9103 causes my bash to not load the profile.
Doesn't seem to be working for me on macOS. I would expect: ``` Thu, 2023-05-04, 22:06 ``` Also note that 24-hour setting isn't working in commit details, where it adds...
MacOS system libraries will call `free` on any pointer, it doesn't even have to be previously allocated. I have seen system library code (I believe it was ObjC, or swift...