Prasanna Loganathar

Results 29 issues of Prasanna Loganathar

I'm not very happy with the state of having to install many tiny libraries. Was hoping to see .NET CoreRT so single `exe` can built like with C/C++, or even...

When using any tools, like `sysinternals` for example, an empty command window (the shim) is open, and has to be manually closed. The ideal way would be that the shim...

enhancement
help-wanted

[WIP] Initial impl of `CustomElementRegistry` I do have a few questions before completing this: 1. How exactly do I represent a Constructor here? (https://github.com/koute/stdweb/pull/299/commits/51e683cf749127918bfaa44bfd9426af3125a53e#diff-55e0c9ca42d6126fc52bcae5a9a2bf95R38) 1. Is it okay to unwrap,...

/kind feature - Rebased PR of https://github.com/DeFiCh/ain/pull/1337

/kind chore - Remove the unnecessary condition since FCC has kicked in.

kind/chore

/kind chore - Additional format with clang-format-14 Note: Wait until toolchain update to clang 14.

kind/chore

/kind chore - Revamp the storage layers to better utilize leveldb snapshots for both custom views and easily pull iterate. - Introduces `CLevelDBOptions` that manages options related objects. - Introduces...

/kind chore Format with clang-format with a combination of Chromium and Microsoft styles. - Base style: Chromium. - PointerAlignment and indent widths from Microsoft. - Right pointeraligned provides unmistakable clarity...

kind/chore

With the [following news to take Twitter private](https://www.bloomberg.com/news/articles/2022-04-25/elon-musk-clinches-deal-to-take-twitter-private-for-44-billion), which could make it the largest leveraged buyout in history. While the process of delisting in DeFiChain is being structured, creating this...

The CI adds `-dirty` flags to release builds due to the git index being polluted during the build, which results in `genbuild.sh` adding dirty instead of suffix-less releases. Thanks to...