-
### Problem
proc decodeRpcMsg() and encodeRpcMsg don't behave as protocol buffer behaves
### Impact
encoding & decoding might be wrong
### To reproduce
1-call encodeRpcMsg(rpcmsg) where rpmsg=(
…
-
Is it just me or is the `isql` CSV encoding weird?
```
SQL> SET CSV=ON;
SQL> sparql select ?s ("hallo you; % jörn" as ?foo) ?p where {?s ?p ?o} limit 1;
s;foo;p
http://www.openlinksw.com/virtrdf-dat…
-
*This issue was originally created by [**@mibmo**](https://github.com/mibmo) at .*
## Background information
- **Dendrite version or git SHA**: 0.8.9
- **Monolith or Polylith?**: Polylith
- **…
-
Pin encoding is slow in part because of all the quadratic hashmap access to remove ccids from pins. However, what if we stored which pins are associated with a ccid instead and just counted the number…
-
https://go-review.googlesource.com/c/protobuf/+/151340 added internal/detrand to denote to users that they should not rely on the stability of output. This is used for example in encoding/protojson to…
-
It would be nice to be able to choose a framerate to record at, similar to the "--encode-resolution" option for resolution. I have a 170 Hz 1440p monitor but I really only want my recordings to be at …
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x3a59d0342fa5f1ffeb44a1d6d68fc01a08bd4671d6f1cce1a2e68f258b6e3709
**Severity:** high
**Description:**
**Description*…
-
The [canonicalization spec](https://capnproto.org/encoding.html#canonicalization) has an issue. It requires encoding pointers in pre-order, but doesn't require the same for data fields in an effort t…
-
See [RUSTSEC-2021-0153](https://osv.dev/vulnerability/RUSTSEC-2021-0153).
Also see [here](https://github.com/lifthrasiir/rust-encoding/issues/127) for the resp. issue in the `encoding` repo.
TLD…
-
Check AttentionStore paper and see if the performance would be good or not.
- AttentionStore: Cost-effective Attention Reuse across Multi-turn Conversations in Large Language Model Serving https://…