Elifarley C.
Elifarley C.
It seems that Kotlin data classes with non-nullable properties or with immutable properties (val) don't get their values when deserialized. Related: #55
If I try to read an Any as a Kotlin data class that contains an immutable list, I get an error on `ReflectionCollectionDecoder.decode_ line 44: col.clear()` Example data class that...
I've ``` [nft-test]$ truffle version Truffle v4.1.13 (core: 4.1.13) Solidity v0.4.24 (solc-js) [nft-test]$ truffle unbox chuckbergeron/etherplate Downloading... Unpacking... Setting up... RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stderr maxBuffer length exceeded at Socket.onChildStderr (child_process.js:365:14) at...
Since "hg strip" currently doesn't play well with hg-git, I've tried a hack to get rid of some changesets: After pushing my changesets to Github, I moved my local Hg...
% hg push --rev . --force git+https://github.com/elifarley/orgecc-libcalltimer.git pushing to git+https://github.com/elifarley/orgecc-libcalltimer.git http authorization required for https://github.com/elifarley/orgecc-libcalltimer.git/info/refs realm: GitHub user: elifarley searching for changes unknown revision 'b8b60eadca08f713e79f4e5440b738bf3acf12d5'
``` % hg pull --verbose --force git+https://github.com/elifarley/orgecc-libcalltimer.git pulling from git+https://github.com/elifarley/orgecc-libcalltimer.git importing git objects into hg abort: you appear to have run strip - please run hg git-cleanup % hg git-cleanup...