rfm
rfm
I spent a couple of hours looking at all the use of OBJC_CAP_ARC in the library, and as far as I can see (ei unless I missed something), when that...
Thanks for the offer. It sounds like it coudl be very useful, I agree that we really want ObjC code rather than C++, both because multiple languages in a codebase...
I modified socket_cs.m to di the saem test for ipv6 as it does for ipv4 and unix domain sockets.
Yes, this stuff seems obsolete (and perhaps never very useful to start with). I agree that having a documentation generation timestamp (the date/time at which the headers/source were parsed) might...
Isn't this change (stopping the low level code from raising an exception) just hiding the actual issue? I would prefer to address the problem by making the higher level code...
I changed NSURLResponse.m to warn about bad (missing) header values. Perhaps that will help determine where they are coming from?
I made setting nil equivalent to setting an empty string as a header value (some servers seem to do that) and allowed it.
> On 6 Dec 2023, at 18:27, Страхиња Радић ***@***.***> wrote: > > I noticed things like: > Making install for framework GormCore... > (cd .; \ > tar cfX...
NB. The INSTALL_AS_USER and INSTALL_AS_GROUP settings may also be used *inside* a make file. That's for cases where you (as developer of some software) know that you want to have...
> On 11 Dec 2023, at 16:22, Riccardo ***@***.***> wrote: > > > # apk add bash > > and check again if it works? > I just checked on...