David Himmelstrup

Results 138 issues of David Himmelstrup

At least on Mac, events aren't working properly when SDL2 code is being run from GHCi. I'm not sure why.

bug

**Issue summary** - [x] #4193 - [x] #4202 - [x] #4196 - [x] #4195 - [x] #4213 - [x] #4210 - [x] #4214 - [x] #4194 - [x] #4211 -...

Priority: 2 - High

**Issue summary** The following RPC methods are necessary to be compatible with the glif.io public RPC provider (post-FVM). - [ ] Everything in https://github.com/ChainSafe/forest/issues/4164 - [ ] Filecoin.EthCall - [...

Priority: 2 - High

**Issue summary** The Forest README.md file could be spiced up and made more approachable: - See for general techniques. - See for examples. - Get rid of the `Our crates`...

Priority: 3 - Medium
Enhancement
Status: Needs Triage
Documentation
Ready

## Issue summary Both `src/message_pool/msg_chain.rs` and `src/message_pool/msgpool/selection.rs` had code untouched for years. Now we're using the code again, which needs some love/cleaning. The modules have a lot of unsafe indexing,...

Priority: 4 - Low
Ready

**Issue summary** The following RPC methods are necessary to be compatible with the glif.io public RPC provider (pre-FVM). - [ ] Filecoin.ChainGetNode - [x] #4396 - [ ] Filecoin.ChainNotify -...

Priority: 2 - High
Ready

Lotus documentation: https://github.com/filecoin-project/lotus/blob/master/documentation/en/api-v1-unstable-methods.md#EthGetBlockByHash This method could be implemented together with `Filecoin.EthGetBlockByNumber`.

## Summary of changes Changes introduced in this pull request: - ## Reference issue to close (if applicable) Closes ## Other information and links ## Change checklist - [ ]...

Seems like something goes wrong when storing or fetching file metadata. Source: ```rust use std::io::Write; fn main() { let mut file = std::fs::File::create("test.txt").unwrap(); file.write_all(b"A bit of test data.").unwrap(); println!("File length:...

Tracking issue #171. This allows for reproducible builds on x86-64. It may or may not be sufficient for auditing.