Results 9 issues of Mikhail Khalizev

### Information 1. **Apktool Version (`apktool -version`)** - 2.6.0 2. **Operating System (Mac, Linux, Windows)** - Windows 3. **APK From? (Playstore, ROM, Other)** - Other: https://trashbox.ru/link/tik-tok-android ### Stacktrace/Logcat ``` brut.androlib.AndrolibException:...

Faced the following problem. There is a common kernel logic. And there are additional methods for transformation numbers that are generated dynamically before starting the kernel (as in the example...

feature
difficulty:intermediate
difficulty:advanced

BigDecimal hangs on convert from double: ```csharp [Fact] public void FromDouble() { var v = (BigDecimal)double.Epsilon; // hangs } ```

Hi. Source file: `common/vlq_base128_le.ksy` Look in screenshot below, it is source file compiled for C#. Since by default csharp uses Int32 type, shifts by '35', '42', '49' computes incorrectly. ![image](https://user-images.githubusercontent.com/18654696/141166692-ce125222-7c0f-408f-a35c-e15b357392d4.png)...

#### System information Geth version: 1.1.16 OS & Version: Linux Commit hash : cb131fabe5fb9570180e7030a293a984f17c2446 #### Steps to reproduce the behaviour 1. Download a snapshot from https://github.com/bnb-chain/bsc-snapshots. I use https://pub-10cd0733ed3540f1a5bd893cdcaf4027.r2.dev/geth-20221014-not-fastnode.tar.lz4 3....

``` System.FormatException: String 'Sep08' was not recognized as a valid TimeSpan. at System.Globalization.TimeSpanParse.TimeSpanResult.SetBadTimeSpanFailure() at System.Globalization.TimeSpanParse.ProcessTerminal_D(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result) at System.Globalization.TimeSpanParse.ProcessTerminalState(TimeSpanRawInfo& raw, TimeSpanStandardStyles style, TimeSpanResult& result) at System.Globalization.TimeSpanParse.TryParseTimeSpan(ReadOnlySpan`1 input,...

I suggest to add vscode setting to specify `evm-version` which value passed to compiler. https://docs.soliditylang.org/en/v0.8.20/using-the-compiler.html?ref=zaryabs.com#setting-the-evm-version-to-target

There is only Sandwych.QuickGraph.Core available in NuGet. Can you add Sandwych.QuickGraph.Graphviz to NuGet also?

GraphvizColor contains: ` public byte A { get { return this.a; } } public byte R { get { return this.a; } } public byte G { get { return...