-
CBOR (Concise Binary Object Representation) is gaining traction with FIDO and other standards.
How does it correlate with BIX? Is CBOR good enough to replace BIX? Can Bix be a superset of CBOR?
h…
-
While making changes on both this repo and on baggage, I noticed that our text style is quite inconsistent. I would like to try to make some decisions on our preferred style so we can apply it globall…
-
This is a tracking issue for stabilizing stack smashing protection (i.e., -Z stack-protector). The was added in #84197 without a tracking issue. There is also no feature gate for it.
As part …
-
Below is a proposed charter to give some idea of what sig-assets would be responsible for. I am primarily looking for the go ahead from the TSC to 1) If we should continue work on forming the sig 2) I…
-
Relevant to:
https://github.com/interledger/rfcs/issues/440
See impl:
https://github.com/interledgerjs/ilp-packet/blob/master/src/utils/date.ts#L43
Considering:
```
> new Date().toISOString…
-
Since we have now IRC notification we could add a bot to mark revisions as reviewed.
This would result in advancing a reviewed channel.
During the review we would verify there was no obvious malicio…
Mic92 updated
6 years ago
-
I am progressively returning from a much needed break regarding my various opensource projects, and am looking for a more sustainable way to maintain them.
I have now been a free software author …
-
## Issue description
There are no docs how we deprecate packages and services in nixpkgs.
See: https://github.com/NixOS/nixpkgs/issues/64009
-
Today I stumbled over an unexpected deadlock related to lifetime scoping of values inside a let binding.
It seems like values created in a let binding are kept alive until the end of the inner bloc…
-
This is a tracking issue for reviewing previously-added support for sanitizers to the Rust compiler, and moving and organizing as much as possible of the sanitizers source code into a compiler…