Wei Tang
Wei Tang
- **Sway Version:** sway version 1.7 - **Configuration File:** reproducible with default config Have two output setup (in my case, HDMI-A-1 and DP1). The bug appears with the following steps:...
Sometimes you just want an element to be completely hidden. This pull request add hidden element render support for text, markdown, latex and html through a new style tag `'hidden`.
This pull requests enable local traverse get/set. In the traverse function, one can use `(set #:local #t key val)` to set a local value. The local value will be available...
If I have a main.scrbl, written: ``` @fn-a[] @section{A section} @fn-b[] ``` `fn-a` would be called first, and then `fn-b`. However, if I extract the section to a file, so...
The actual fix of #353. Added here just for everyone to test. Credits go to the bug finder @holiman!
No matter if this is actually the issue for #353, it looks like a deviation from the specification nonetheless. The spec only specifies that we add the target address to...
Right now as we build on stable Rust, `const fn` is not available. Thus struct like `Gas` are constructed on the fly (the config file only store a `u64`). Performance...
It's planned to use the blockchains below first. Unlike other Ethereum or Ethereum forks, those have clean and understandable specifications for which EIPs apply at which block, so it is...
- [ ] Release etcommon-trie when its ready. - [ ] Upgrade sputnikvm-stateful.
See https://github.com/ethereum/EIPs/issues/56 The inputs/outputs for SputnikVM is mostly the same as the C API specified, except that SputnikVM uses a require error model, while C API uses a callback query...