-
# Please follow the general troubleshooting steps first:
- [x] write a little shell script showing exactly How you built the image ?
- [x] Can you tell on which version of this repository yo…
-
[RFC](https://github.com/rust-lang/rfcs/pull/2033).
This is an *experimental* RFC, which means that we have enough confidence in the overall direction that we're willing to land an early implementa…
-
I clone the repository, and npm install, then run `npm test`,but there are errors.
```
> cad-board@0.2.9 test /home/linyimin/practice/cad-board
> npm run lint && npm run test:unit && npm run test…
-
# RFC - @auth directive improvements
This document will outline designs for a number of new features relating to authentication & authorization within the GraphQL Transform. The goal of these featu…
-
I propose we split some parts of rust-bitcoin into multiple crates:
* `bitcoin-encoding` which has all the string encodings that bitcoin uses: base58, base58check, bech32, bech32m, base64, hex
* t…
-
While reviewing the current version of the ASVS, I've noticed a potential gap in coverage related to SAML attacks. Considering the adoption of SAML for identity federation and single sign-on in enterp…
-
Hello!
I think I found a bug. I tried to reproduce it using the upstream controller, but was not able to, so I'm opening this here. I have documented in detail my experimental setup [here](https://…
-
# RFC - @auth directive improvements
This document will outline designs for a number of new features relating to authentication & authorization within the GraphQL Transform. The goal of these featu…
-
My situation pertains to entproto, but the focus is on annotations so I believe it fits here better. I'm wondering if there's a way to deal with adding annotations to third-party mixins. For example, …
-
In many places in ROBERT whitepaper, a comparison is made with an analysis of DP-3T:
> Although it might seem attractive in term of privacy to adopt a fully decentralized solution, such
approaches…