Yuxuan Shui

Results 79 issues of Yuxuan Shui

Add tooltip support to display information while hovering over some text.

If default_cmd is unset, then the init configured in strata.conf should be used.

Main contribution of this patch is: - Make use of chroot() for stratum path resolution - Rewrite the config parser Plus a couple of other changes.

Creating a new PR because I want to preserve @tryone144's original PR (#507) as a reference.

This is because libconfig itself already interpret some of the escape sequences, so e.g. `r'\x64'` will not be parsed as `"\x64"`, but will instead be `"d"`.

There are some quality-of-life derives that would be really nice to have for C++ types. e.g. `#[derive(TryFromPrimitive)]` from `num_enum`. Maybe `generate!` could take a list of derives that user want...

ergonomics

Building rr with musl is not possible right now, there are two main problems: 1. In musl, lots of *64 and *64_t are macros, e.g. `#define stat64 stat`. This breaks...

- [ ] Python (libpython) - [ ] Javascript (libv8) - [ ] Lisp? (guile) - [ ] Perl? (?) - [ ] Ruby (libruby)

low-priority
new-feature