ChzenChzen

Results 6 issues of ChzenChzen

I built custom docker image for solving openssl issues. `Dockerfile` ``` FROM rustembedded/cross:aarch64-unknown-linux-musl #FROM rustembedded/cross:aarch64-unknown-linux-musl-0.2.1 - the same issue COPY openssl.sh / RUN bash /openssl.sh linux-aarch64 aarch64-linux-musl- ENV OPENSSL_DIR=/openssl \...

bug
c-cpp-deps-issue
A-aarch64-host

cryptography already is included ``` pip install cryptography Requirement already satisfied: cryptography in /Users/fomotoshi/.pyenv/versions/3.10.1/lib/python3.10/site-packages (36.0.1) Requirement already satisfied: cffi>=1.12 in /Users/fomotoshi/.pyenv/versions/3.10.1/lib/python3.10/site-packages (from cryptography) (1.15.0) Requirement already satisfied: pycparser in /Users/fomotoshi/.pyenv/versions/3.10.1/lib/python3.10/site-packages...

Installation

It started yesterday, and almost 100% I still get this error. ``` 2022-10-13 20:40:10,341 [INFO] Using maximum coinjoin fee limits per maker of 0.0300%, 0.00007000 BTC (7000 sat) 2022-10-13 20:40:10,341...

I can't change colors of these items.

# 🚀 Feature Request add type alias feature in the way that it works in rust (with supporting generics definition) ## Motivation ``` public entry fun mix_weapons( registry: &mut Registry,...

enhancement

```rust #[derive(SimpleObject, InputObject, Serialize, Deserialize, Debug, Clone)] #[graphql(input_name = "NftInput")] pub struct Nft { pub id: String, pub traits: sqlx_core::types::Json, } ``` issues: the trait bound `sqlx_core::types::Json: async_graphql::OutputType` is not...

question