Matty Cross
Matty Cross
@milosmns I am unfortunately completely out of my comfort zone here. I've never tried using Linux for developing anything in Swift and I'm not sure how I'd even go about...
Hey, @milosmns! That's a very nicely detailed intro to testing Cuckoo on Linux. I'm grateful for your efforts as well as preparing the `Dockerfile`. I'll take a look at this...
Alright, first of all, thanks again for the Dockerfile, sure helps having that prepared and just focusing on the Cuckoo side of things. I've managed to get Cuckoo compilable as...
Hey there, @juyan. Does excluding the `MiddleProtocol` on its own do what you need? I'm not against adding support for this case, but I'd refrain from adding more CLI flags...
Hey, that's not a bad idea. I'd welcome a PR that would implement this to make one's life easier. You need to start by running `make dev` in project root,...
Thanks for the report, probably a regex too simple for its own good.
Hey, I don't see anything wrong looking at your code, it may be a bug in Cuckoo's generic functionality. It's been added recently, so we're still polishing it.
I looked into it and can't come up with a reproducer in tests. Your error message is familiar as we've fought with `(Function)` type that Swift gives us instead of...
For anyone in the future, instead of just liking the original issue, rather recreate minimal working example that would highlight this bug. I can't fix it if I don't know...
@shi-rudo That's awesome, thanks. Though for OSS it's better to fork the repo and add the bug reproducer to the tests.