Alex Xiong

Results 61 issues of Alex Xiong

keywords in assembly like `switch` is not supported, and linter will report it as an error "Expected elementary inline assembly operation"

help wanted

Feature request to 1. specify the great-looking theme in [base16](https://github.com/chriskempson/base16) standard ([guideline](https://github.com/chriskempson/base16/blob/master/styling.md)) 2. submit the repo containing `new-moon.yaml` to [here](https://github.com/chriskempson/base16-schemes-source) 3. (optional) can be easily extend support for new-moon theme...

**🧐 Motivation** This issue is brought to my attention by a question from @wly99. Say I want to calculate the future value of principal on a 30-year home loan: ```solidity...

- use core/alloc instead of `std`

The least disruptive API changes might be turn `ExpandedSecretKey::sign_*()` to `pub(crate)`, leaving only the correct `KeyPair.sign_*()` API for signing to public invocation, which is always correct and not vulnerable to...

Please add a `rustfmt.toml` or something similar to ensure consistency on format/style. Every time I edit any file, there's a tons of auto formatting done by RA. I think current...

Feature request: add language server ([lsp-mode](https://github.com/emacs-lsp/lsp-mode/)) support for Solidity. There used to be [a repo](https://github.com/emacs-lsp/lsp-mode/issues/408) that has a simple solidity-lsp, but was removed.

Currently the choice of whether one should use `SparsePolynomial` or `DensePolynomial` is left up to the user. Q1: what are some commonly used heuristic for deciding which one is more...

### Problem currently there's no documentation or example of how one might retrieve the curve related constants like the `MODULUS` etc. ### Proposal Add example like the following: For Field...

## Description Major changes include: - Remove unnecessary bound of `P: SWParam` on many APIs The source of the "necessity" (afaiu) comes from conversion of `E::G1Affine` to `struct Point`, where...