wilsonk

Results 44 comments of wilsonk

svn info Path: . Working Copy Root Path: /home/wilsonk/Downloads/fastflow URL: https://svn.code.sf.net/p/mc-fastflow/code Relative URL: ^/ Repository Root: https://svn.code.sf.net/p/mc-fastflow/code Repository UUID: 5b2d11e7-8b83-46bf-b187-68a94c616a7d Revision: 282 Node Kind: directory Schedule: normal Last Changed Author:...

typedef struct __siginfo { int si_signo; /\* signal number _/ int si_errno; /_ errno association _/ int si_code; /_ signal code _/ pid_t si_pid; /_ sending process _/ uid_t si_uid;...

I am not totally sure if this fixes the .append issue you are talking about, but ```src/core/utils.zig:85``` should probably read: ``` self.items = self.alloc.realloc(self.items, self.items.len - 1 + reserve) catch...

I am on Discord for most other projects, which makes it easier for me if that is the channel of communication on this...so that is my vote :) Of course,...