andri lim

Results 89 issues of andri lim

[nim-serialization](https://github.com/status-im/nim-serialization) looks promising. can we implement msgpack backend for it?

- [ ] push button - [ ] check box - [ ] radio button - [ ] combo box - [ ] list box - [ ] formula display

according to PDF reference, xref block can be put into an stream object need to investigate compatibility with with many available readers

currently, the proxies can only be shared in one scope, make it enable to to be shared among many lower scope

currently there are 2 bugs discovered, but it requires complex/long code to reproduce it. and they also have possibility entangled. I open this issue as a reminder to fix it...

this is actually Nim 'shl'/'shr' inconsistency, but it also reflected by stint. 'shl' inconsistency: * `1.u256 shl 256` runtime will produce 0 * `1.u256 shl 256` compiletime will produce 1...

stint[8] to stint[64] allow creation from low(int8-64), but stint[128] and above will fail with overflow exception. for example: ```Nim let a = low(int8).stint(128) let b = low(int16).stint(128) let c =...