Lawrence Sebald

Results 11 comments of Lawrence Sebald

> Just leaving a note for the future, apparently obj.c ran into a missing pthread API function while continuing his work on the Objective-C foundation port. He needed `pthread_mutex_trylock()` and...

> Do you guys think we should merge this PR, and then I'll do a follow-up using the worker thread system, or do you think we should put this PR...

I think it is a good idea to have a testsuite at some point for regression testing... Definitely something we should discuss more.

One minor comment... `EAGAIN` and `EWOULDBLOCK` are the same thing (and they do seem to be on just about every system out there that I've ever used -- considering even...

Approving, but I think someone else should also take a look at this to make sure I didn't miss anything, since it does kinda change a bit of core functionality....

I would imagine that the majority of the time if people are looking for debug messages to be garbage collected at compile/link time, they're probably looking for all of them...

I'm having a similar problem with screenshots, although definitely not as pronounced as the OP. Here's an example screenshot: ![2024-09-19 22-26-56 54](https://github.com/user-attachments/assets/10c4536d-1805-4b2f-a8ba-1ed9e6adc286) For reference, on my end `$("#area-game").offset()` returns `{top:...

A major problem with CI stuff for the project is how do we ensure that we never use resources that aren't freely given to us by GitHub. This is a...

Just wanted to drop a comment to ensure that I am taking a look at this PR... I'll have some questions/comments in the coming days, as I get some time...

> Assigned to myself to see about harmonizing some of the overlapping changes here and in #619 and #739. All great additions but would need some changes and don't want...