Harrison

Results 17 comments of Harrison

@kinov I have a FreeBSD server I can run jenkins on and I was thinking of using bhyve for virtualizing the slaves.

Bhyve is pretty awesome I've used it for virtualizing linux and windows before but unfortunately it doesn't support macOS yet. So I was thinking of setting up a centos or...

@kinow I have free time tomorrow and Friday. I'm going to send you an email and we can use that for communication.

CMakeLists.txt is not passing `-g -O0 -fprofile-arcs -ftest-coverage` so that needs to be fixed. But when these compiler flags are hardcoded and `cmake coverage` is run `gcov` crashes. This may...

After researching it looks like the only options are to find the old syscall(2) implementation inside the XNU source and pull that into nextgen. However the XNU syscall(2) implementation is...

@FacuRossi Thanks for the pr! It looks good from looking at the diff. I'll pull it down and test it and merge in like 15 or 20 minutes I'm just...

@stuller Apparently there is a webpack plugin for PurifyCSS. We should probably import that.

@stuller So maybe add https://www.npmjs.com/package/axe-core to our CI builds and tests?

Personally I would say fail, but if there's too many issues maybe not. Either way it will be nice to add.