Hunter Beast

Results 104 issues of 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...

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...

discussion

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...

enhancement

**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...

Priority: 4 - Low
good first issue
CLI

**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...

help wanted
Bug
Priority: 4 - Low
RPC

**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...

Priority: 4 - Low
RPC

**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)...

Status: On Ice
Maintenance
Status: Unknown

**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`...

help wanted
Bug
Status: Unknown

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...