Niall Newman

Results 13 comments of Niall Newman

I tried with the latest version of fasthttp and Go (1.16.3) and this is still reproducible. I believe the issue is with the Windows networking stack, in particular the way...

I did a bit of digging last year and I have a feeling that the bug is actually in https://github.com/mattn/go-colorable/blob/master/colorable_windows.go mattn/go-colorable is responsible for handling the VT control codes and...

I am also seeing this issue on a fresh install

No worries, I have been using YARA for a few years now and am very appreciative of the work yourself and others have put into the project. My own project...

I'd be more than happy to collaborate, analysing PE features of memory images is something I am very interested in. I have been working on a project surrounding realtime/forensic analysis...

I see there is an RC for version 4.2 of Yara, is there anything I can do to help with getting this change included in the next release?

@plusvic I have created a PR with the changes from my fork, although it builds and runs on my Windows machine it appears there are a few issues with the...

I've fixed the VS project and that is building now, but I cannot figure out how to get the cygwin test projects to build. I tried quite a few different...

This issue is still present in the 2.8 branch of Traefik and appears to be related to the Go standard library implementation of the reverse proxy. It comes from here:...

Hi @mpl I have been trying to build a test container I can run in order to try and get a stack trace to share, I made a small modification...