-
My node keep crasing and entering this looping :
```
EBUG RS - deno_runtime::permissions:86 - ⚠️️ Granted read access to "/opt/ceseal/releases/24013112/data/protected_files/runtime-data.seal"
r…
-
during the stabilization of TAITs (type alias impl trait) in https://github.com/rust-lang/rust/issues/63063#issuecomment-1386064436 a concern was raised: it's not obvious for the compiler (and IDEs), …
-
Right now the actix-web code contains 100+ uses of [unsafe](https://doc.rust-lang.org/reference/unsafety.html). Presumably this is in order to achieve the best possible performance in hot parts of the…
-
I have a similar issue to the one described in https://github.com/kolloch/crate2nix/issues/42, but I suspect the root cause is somewhat different. I am attempting to build a Rust project that makes ex…
-
I'd like to use `ethereum_hashing` (and more specifically `tree_hash` and `ssz_types`) for an application running on the `x86_64-fortanix-unknown-sgx` target. Unfortunately, the `ring` dependency vers…
-
I've created a simple "hello world" project with dependency to simple-hyper-client (https://github.com/catena2w/fortanix-http/tree/master) and trying to run it within sgx , but get errors like:
```
…
-
@Feodor2 please tell us how to compile mypal68, i.e. using which MSVC compiler (or EWDK), which version of `rustc` and `mozilla-build`.
-
I implemented an RFC8446 [appendix C.4]-capable session cache on the current `StoresClientSession` trait, but it doesn't quite feel right. I wanted to open this issue present the challenges I faced an…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct
### Description
After I looked…
-
I wrote my program for assignment 9, and I got all tests right when I ran `grade.sh` on my local machine.
However, when I submit the file on gg.kaist.ac.kr, this weird error happens:
```
===== SETU…