Sam Roberts

Results 133 comments of Sam Roberts

@mattcolegate We see this when building apps using @cloudnative/health-connect and appmetrics-prometheous, on 10.17. Output after `mkdir use-appmetrics; cd use-appmetrics; npm init` is below. Any chance of getting it fixed? ```...

I don't think I can change the API without people hating me and refusing to upgrade. A second set of APIs would work. I don't like the _ffi suffix... but...

Btw, one problem with return by reference is that it requires storage past the end of the function return... I would prefer the storage not be malloced, if possible. In...

How's this going, @allfro? I'm fine with _ffi, or _ref. Btw, I don't need people to move to the new APIs, they aren't better, they just help work around a...

Perhaps you have the time and interest to work on this feature @alorbach ?

Sorry, I don't give license advice, but if you google around, you should be able to find an answer for this question. Also, we don't own the copyright on libnet,...

@troglobit No one person owns copyright, and no contributors have assigned copyright. Without agreement from every single contributor, I'm not sure how a way around this can be found.

I'm not a lawyer either, but I've been working with opensource a long time, and seen many projects face relicensing. I also have undergone multiple license audits during company acquisitions....

> I can't use libnet in a GPL project because of this part in the headers: @sbouthors This is a classic problem for GPL code using OpenSSL, probably fixable the...

the code's probably just wrong and needs to be fixed. hopefully git blame doesn't point at me :-) I haven't looked at this stuff in years, so I've nothing specific...