Will-Low
Will-Low
@[mikkyang](https://github.com/mikkyang/rust-jwt/commits?author=mikkyang) for your review
@Rodasa - Blacktop's answer in https://github.com/aquynh/capstone/issues/1235#issuecomment-426205870 confused me too. I finally figured it out: 1. Run `pip download capstone-3.0.5rc2` 2. Unzip the file: `tar -xf capstone-3.0.5rc2.tar.gz` 3. Go to `capstone-3.0.5rc2/src/make.sh`...
@estk - #241 appears to provide a quick solution to this.
I stumbled across this issue as well, when trying to mock out a `Response`. Is there any known good workaround for this? The only thing I could think of is...
It seems to be reading left angle brackets as the beginning of HTML tags. If you use `<` anywhere that you need a left angle bracket, it seems to avoid...
I have a use-case where I need to deprecate an environment variable and replace it with a new name, while maintaining backwards compatibility. I've explored the below workarounds, but each...
Also having to manually check bounds with `split_to` and `split_off`. Looks like `slice_ref` also has the same type of behavior. Would love a provided `try_*` set of methods.