Andrey Galkin

Results 10 issues of Andrey Galkin

During some DEX rewriting using the latest features, exceptions get thrown because of missing handling of some reference types. Fixed that, and also went through the code to fix all...

The problem is in `jsbn` dependency: https://github.com/andyperlitch/jsbn/issues/26 PR is available. A temporary `jsbn` release is available as: https://www.npmjs.com/package/@futoin/jsbn The prototype is frozen to safely mitigate quite dangerous type of attacks:...

Current update-ipsets works only with IPv4. However, IPv6 is really coming to scene now even in Europe besides Asia. It's obvious that effort required is not small, but I am...

There are two quite commonly named files "install.config" and "functions.common". Current code (3.1.0) expects them to be installed alongside `firehol` and other programs. Obviously, system `sbin/` is not a good...

Implementing netdata support with firehol **3.1.5**, I've noticed python plugins are stuck in `SYN-SENT` state with fine controlled `lo` interface. Further debugging shows that the `SMART_REJECT` rule sends `TCP-RESET` which...

Limited testing for building and loading into Nano S v1.5.5 has been performed as other Ledger Core & Live changes are required.

Obviously it's not the purpose of pg-cursor, but sometimes you do not know type of query in advance, but need to implement a common query execution logic. If noData (INSERT/UPDATE/DELETE...

`BigInteger.prototype.toString` fails to be, if `Object.freeze(Object.prototype)` is called before. PR: https://github.com/andyperlitch/jsbn/pull/25 Bonus: ~1.5K size reduction

https://github.com/cryptax/dextools/blob/f183368a88944615affe6a02c4b7bfc8986aab52/dexview/dexview.py#L637 This line should use `flag_to_string()` as all other places. Nice work on useful tools!

Please create release tags, so the plugin looks more mature and suitable for production setups. For various provisioning systems it would be much easier to work with versions and retrieving...