-
-
Hey everyone,
I've got a new Rust implementation of the TypeId spec that I'd love to share. It's called [mti](https://crates.io/crates/mti) and it offers a different approach by adding extensions t…
-
(Thanks to @mratsim for pointing out this.)
Hi @kwantam and co.
- #26 disallows point at infinity PK in `KeyValidate`. Therefore, it's also disallowed in `CoreVerify`, `CoreAggregateVerify`, `Ag…
-
The test cases for ACL (stareting with ACL2_3 and 2_4, but also other, are build very implementation specific to "how project chip" has implemented functionalities like chunked list writes and also AC…
-
- [ ] use `uint64` instead of `uint1` and drop addcarryxU64 and subborrowxU64 wrappers
- [ ] use `:=` instead of `var` declarations
```
var x25 uint64
var x26 uint64
x26, x25 = bits.Mul64((ar…
-
After running the QR algorithm for a bunch of iterations, I'm hitting 99% of the cases numbers like these, which lose precision when multiplied:
```julia
julia> x = Float64x4((-1.4426767353575964e…
-
The [psatz tactic](https://coq.inria.fr/distrib/V8.12.0/refman/addendum/micromega.html#short-description-of-the-tactics) uses the external tool [csdp](https://github.com/coin-or/Csdp).
To make it c…
-
I'm using BNFC 2.9.1. Consider this .cf file:
```
EAB. Exp ::= AB;
EA_B. Exp ::= A B;
token A 'a';
token B 'b';
token AB 'a' ' ' 'b';
```
Generate haskell code from it and call this from `ma…
-
Related to https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1162 and https://github.com/jupyterhub/jupyterhub/pull/2346
Binder currently relies on JupyterHub's activity tracking. With Jupy…
-
UTF-8 validation is employed in many applications using text formats such as JSON.
An implementation of [Ridiculously fast unicode (UTF-8) validation](https://lemire.me/blog/2020/10/20/ridiculously…