Dmitry Kozlyuk

Results 4 issues of Dmitry Kozlyuk

Consider this simplified grammar for addition: ``` Add ::= Int ("+" Int)? ``` Trying to express it with goparsec as follows: ```go package test import ( "testing" "github.com/prataprc/goparsec" ) func...

pkg-config tool can work on Windows and libpcap upstream has `libpcap.pc`. Can npcap SDK provide this file on Windows? It would eliminate `libpcap.a`/`wpcap.lib` difference for cross-platform projects that use pkg-config,...

Hi, `bdedit` can't start when `bdsim` is installed from PyPI: ``` # apt-get -y install python3-pyqt5 # pip3 install bdsim==0.9.0 (snip, no errors) $ bdedit Traceback (most recent call last):...

I'd like to share changes I had to make to build a cross-compilation environment using Nix package manager. The last commit is optional.