-
Hi I am using shiva e.g. to convert a Markdown File to a PDF file.
The content of the PDF itself seems to be present, but when opened with any pdf viewer like adobe acrobat it displays only blank pag…
-
Hi,
The XEP-0231 is meant to be supported by psi-plus (according to https://github.com/psi-im/psi/issues/120), but in practice it doesn't work: when someone using pigdin (for example) use a "custom s…
-
1. in func Binary.GetContentBytes of binary.go:
```go
decoded := make([]byte, base64.StdEncoding.DecodedLen(len(b.Content)))
_, err := base64.StdEncoding.Decode(decoded, b.Content)
```
the base…
-
It seems that there's an error at the end of EXI stream of ISO-20 'AC_ChargeLoop' message.
For example, In case of encoding below 'AC_ChargeLoopRes' message,
{"AC_ChargeLoopRes":
{"Header": {"Se…
-
-
I tried this code:
```rust
use bytes::Bytes;
fn main() {
let hash = Vec::::new();
assert!(hash.as_slice() < &[0u8; 32]);
}
```
playground link: https://play.rust-lang.org/?version=…
-
I'm making a module that wants to read/write non-utf8 bytes to Redis. However the [RedisKeyWritable](https://docs.rs/redis-module/1.0.1/redis_module/key/struct.RedisKeyWritable.html#) read / write fun…
-
### Describe the bug
Try as I might, I can't come up with a good explanation for the way that ` | into bits` is working. Clearly it's working on *signed* ints, which is not documented currently. …
-
### Describe the bug
Pasting into the PIN Input via the keyboard does not work. Pasting using the mouse menu does work.
Note: I'm on a Mac using CTRL-v to paste.
The bug appears to be caused …
-
When exporting results to JSON, the field `banner.byte` is often padded with null bytes, making it unreliable. This seems to happen with short (less than 256 bytes) TCP banners (when the server talks …