Artūras Šlajus
Artūras Šlajus
Are you talking about https://tapir.softwaremill.com/en/latest/endpoint/pickler.html ? Is there an intended replacement?
See my fork, that might fix your problem: https://github.com/pschraut/UnityHeapExplorer/pull/12
Hey there. Fixed the things you requested.
By the way, if you see this pattern: ```csharp {if (someOption.valueOut(out var someValue)) { // code goes here. }} ``` Then the extra curly braces are to prevent the `someValue`...
Whoops, that fell through :) Fixed!
Fixed it. For real this time. Sorry about the previous ones. I checked out the package with Unity 2019.4.40f1 and made sure it compiles and the tests pass. 
I feel it's worth mentioning I have quit game development as a field. I am still available to answer any questions that anyone could have.
Turns out there is https://mvnrepository.com/artifact/com.outr/scribe-slf4j2 but https://github.com/outr/scribe/wiki/slf4j does not document its existence.
Gosh, github notifications are weird. Or maybe I just misconfigured them. Yes, `scribe-slf4j2` works perfectly, thanks.
I was able to `./gradlew publishToMavenLocal` by just changing the `def grpcVersion` to `'1.55.1'`.