-
**Before submitting I have:**
- [x] Made sure this is actual unintended behaviour.
- [ ] Double checked `!help ` (if this is command related) for potential misunderstandings.
**Describe the bug**
Som…
zneix updated
4 years ago
-
**Rationale:**
The protocol needs to be upgraded to allow for things like forward secrecy and anonymity,, compressed pubkeys. Issues mentioning forward secrecy: #454, #833, #1015 forward anonymity …
-
I am looking to use the custom derive callbacks API to add zerocopy `FromBytes` and `AsBytes` derives to generated types. I have to rely on knowing exactly which types should derive these traits safel…
-
This means:
- Not declaring variables in for-loop initialiser.
- Not declaring variables in the middle of a block.
- Not using stdint.h.
- C++ style single-line comments.
Peanut-GB must compile…
-
Hi there,
thanks a lot for the great book! Sometimes I use this repo to look at your code samples and the order of directories is a bit confusing.
I am not sure though about the solution, but what…
-
```
Step 1. What steps will reproduce the problem?
Running i7z on my X7550 HP DL580 G7
--[62] Processor number 62
--[62] Socket number/Hyperthreaded Sibling number 3,30
--[62] Core id number 10
--[…
-
- Another thing worth adding is editing location's discovering possibility dependent on attained Game Stage. Not sure which Sietch data byte that is, but will try to describe further in about 10 minut…
-
# ERROR
(swarevn) PS C:\00work\Swar-Chia-Plot-Manager> python .\manager.py view
Traceback (most recent call last):
File ".\manager.py", line 37, in
view()
File "C:\00work\Swar-Chia-Plot-…
-
As of 4fc81d45e35cd4cf3ff19d2a837c6f15c1afbf4b, the `cpu-mask`
property in the "openamp,domain-v1" binding says:
```
- *cpu-mask* is a bitfield indicating the subset of CPUs in the cluster which
…
-
For example a `u3` type where 3-bit max value is enforced.
```rust
struct DekuTest {
field_a: u3
}
```
Create macro where these can be implemented up to a certain bit size, skipping prim…