Istvan

Results 25 comments of Istvan

I am updating everything to latest greatest and try to figure out what is causing this.

```bash l1x@deby ~/c/d/dnswatch (main) [2]> apt list | egrep 'bpftool|headers' | egrep installed WARNING: apt does not have a stable CLI interface. Use with caution in scripts. bpftool/testing,now 7.1.0+6.1.27-1 amd64...

So far what I understand is that we have a duplicated definition: ``` /usr/include/linux/posix_types.h:27:3: error: typedef redefinition with different types ('struct __kernel_fd_set' vs 'struct __kernel_fd_set') } __kernel_fd_set; ^ bpf/vmlinux.h:104571:3: note:...

Would this be somewhat related to the pipelines not having type signatures? Example: ```Fsharp let validateMagicLink (ml: MagicLink) = validateEmail ml |> Result.bind validateDomain |> Result.bind validateFirstName |> Result.bind validateAcceptedTermsAndConditions...

> Hi, How can I run queryparser not with stack ghci ? In which way can I run it with cmd ? Receiving query file as input and file name...