Denis Gabidullin

Results 2 issues of Denis Gabidullin

Hi! I have successfully build docker image from https://github.com/foniod/build-images: ``` docker build --no-cache -t ebpf-20.04 -f Dockerfile.20.04 . ``` Then I run docker image: ``` docker run -it --name ebpf-20.04...

I searched for `t (f a) (f b) -> f (t a b)` and got: > No results found If I add type constraints then everything works fine. For `(Bitraversable...

bug