Results 36 comments of t

From your project you are trying to display this `attributedText`, ```swift private func makeTestAttributedString() -> NSMutableAttributedString { let attributedText = NSMutableAttributedString( string: "Test\n\n\t•\tItems with testmultiline issueend") attributedText.addAttribute(.font, value: UIFont.systemFont(ofSize: 15),...

@Longarithm How this change will change the response? For example, ``` http post http://localhost:50563 jsonrpc=2.0 method=validators params:='["epoch_id"]' id=dontcare Response { "id": "dontcare", "jsonrpc": "2.0", "result": { "current_fishermen": [], "current_proposals": [],...

Is the documentation [link](https://pagodaplatform.atlassian.net/wiki/spaces/EAP/pages/52756602/Change+neard+log+level+at+runtime) working?

I have built the binary from the source, run `skyd`, and interacted through shell `skysh` in M1 device. However, `cargo test` is giving the test result below. > test result:...

What steps need to be followed to complete these on the M1 chip? - [ ] Add M1 to the build matrix (releases) - [ ] Ensure builds actually work...

Could you provide me with a reference implementation link or a head start so I can start working on this?