Hunter Beast
Hunter Beast
Forking from the discussion in #28 ## Rationale So, my quick pitch for hooks is, they are a great refinement on the state-management and side-effect management patterns necessary for developing...
I love the `percy` html macro, it's super clean and easy to use, but the only problem I have with it is that any closures within it, and even their...
1.0
Hi, one of the crates I'd like to use is having trouble keeping up with the new versions and changing API. https://github.com/abonander/img_hash/issues/23 I'd like to know if there's a tracking...
Japanese can be transliterated or romanized pretty effectively with software. That would be a killer feature for my future needs, as my company has several sites will include URLs for...
**Task summary** We currently print HTTP error codes to the command line. It has been brought to my attention that not everyone has those memorized, I guess. **Specification reference** When...
**Describe the bug** `chain message` and `chain read-obj` RPC responses are not parsed correctly by the forest CLI / JSON-RPC client. **To Reproduce** Steps to reproduce the behavior: ### chain...
**Task summary** In the [Forest API Implementation report](https://github.com/ChainSafe/forest/blob/main/API_IMPLEMENTATION.md), there's a couple types that could benefit from the newtype pattern, and others are just encoded differently. Ideally all params and result...
**Issue summary** It'd be really convenient to install this binary via `cargo install`. **Other information and links** When you'd go to publish on Crates, you'll notice there's someone squatting [`forest`](https://crates.io/crates/forest)...
**Describe the bug** No response from JSON-RPC API when attempting to list wallets via lotus. No errors in forest log. **To Reproduce** Steps to reproduce the behavior: 1. `make install`...
It would be useful to have a cross-platform way to get the tmp directory. On Mac and Linux, this should return the `/tmp` directory, on Windows it's held within the...