Yuriy Mironenko
Results
2
issues of
Yuriy Mironenko
That's how `MARelationDescription >> reference` is implemented: ``` MARelationDescription >> reference [ "The reference within a ==*MARelationDescription*== is calculated automatically from all the classes of the receiver, if set to...
stale
run ``` conn := (FogConnection currentOn: 'http://localhost:8545') currentConnection. conn web3 sha3_256: 'test'. ``` This will work in 32-bit Pharo but fails in 64-bit. As long as it's the very core...