anatoly techtonik
anatoly techtonik
4 years since the last activity here. Maybe find a fork?
@ChrisCarini https://techgaun.github.io/active-forks/index.html#https://github.com/lmacken/pyrasite but it doesn't show ahead/behind stats.
http://www.appveyor.com/ is free for open source projects. What command is required to create a build?
@danderson how do you debug it? I tried `delve`, but it doesn't work on 32-bit Windows (https://github.com/derekparker/delve/issues/656).
Hmm.. I am trying to understand this. `pixiecore` listens on all interfaces, and when a packer is received, it is impossible to tell which interface it was? How come? I...
How the interface on which a message received is identified? Is it an IP address or MAC?
Need time to wrap my head around system specific socket interface flags. I wish there was some table with socket optons and features. I guess on Linux `conn.go` wraps `IP_PKTINFO`...
To install it I had to do this: ``` apt install ruby-dev cmake pkg-config libssl-dev ```
Formatter class is an [anti-pattern](https://techtonik.rainforce.org/2016/11/help-formatting-problem-with-argparse.html). Better export all settings as a tree and pass it to template engine.
@Changaco I doubt Stripe integration will ever happen. "making sale incomes transparent" is particularly a scary thing for merchants to read from the project presentation. For direct integration, I don't...