-
**background / current status**
In IPLD Schemas, we already have the `keyed`, `kinded`, `envelope`, `inline`, and even `byteprefix` representations available for unions.
Each of these representa…
-
What kinds of compliance tests do we want to collect?
1. Syntax checks
2. Feature checks
3. Type / operation checks
4. Simulation results (timing / delta cycles?)
5. synthesis results
(The l…
-
Meta issue about builtin compiler inspections ([lints](https://doc.rust-lang.org/rustc/lints/index.html)) support
From development point of view, each lint is a separate inspection and `RsLintInspe…
Undin updated
2 years ago
-
A (libp2p) QUIC handshake takes 1 RTT, a libp2p TCP handshake incl. takes 4 RTTs (3 RTTs when using the inlined muxer negotiation). That's not the whole story however. After the handshake, implementat…
-
This is a nasty one.
The builtin `PartialOrd` implementation compares enums by discriminant first, and uses that to determine whether entire variants are greater or less than each other. This is a …
-
Here is a list of things that currently bother me about reflectionzeug's implementation:
### the complicated property class hierarchy
**now and then:** the hierarchy emerged so that different types o…
-
This document outlines a mechanism for providing configuration-time support for extending and configuring RocksDB via the Options files. A means of adding functionality to RocksDB via customizable ex…
-
- [x] I am on the [latest](https://github.com/ember-intl/ember-intl/releases/latest) ember-intl version
- [x] I have searched the [issues](https://github.com/ember-intl/ember-intl/issues) of this…
-
Is it possible to support the ROR shift type for instructions such as ORR, EOR, EON, BIC, BICS, etc.? All the other shift types seem to be implemented for AArch64, and I'm wondering if ROR can too. Th…
-
### Description
Sometimes, some base components like the Buttons use custom styling in the editor UI, thus overriding the default styling of the base components.
As recently discussed in other is…