-
ruby/spec already contains some specs for 3.3, but we should aim to cover all new features and important changes.
This will improve the test coverage of these features (and maybe discover a few bugs …
-
#142 introduces a new API for SHA-3 that handles bit ordering conversions. However, there are several algorithms that use the old API for both hash functions and extendable output functions, including…
-
Add SPECIFICATION.md to hw/ with current hardware specs including audio, power, thermals, etc.
-
https://rspec.info/features/6-0/rspec-rails/request-specs/request-spec/
`RSpec.describe SomeClass, type: :request do`
a 'response' method is often referenced in these tests.
method_missing wi…
-
- [ ] Check whether the inputs and outputs for all carriers add up to 1.0 in the node files.
- [ ] Check whether wacc that is inside the node file is equal to the wacc group that is given.
- [ ] Che…
-
### Is your feature request related to a problem?
The spec repo should be 100% of specs that ship with OpenSearch and kept up-to-date.
### What solution would you like?
1. Specs up-to-date to…
-
Should we add a new section to the docs that lists the zarr core features + extensions supported by `zarr-python`, and links to relevant specifications, when available? At the moment this would be:
…
d-v-b updated
1 month ago
-
### Steps to reproduce
1. `spack find` fails to list `^deps` of abstract root specs:
```
$ spack env create /tmp/x
$ spack -e /tmp/x add zlib ^gmake@4.3 zlib ^gmake@4.4
==> Adding z…
-
In particular `accesses` does not work but `trusted` also does not.
```
int x;
void f(void)
/*@ accesses x; @*/
{
}
void g(void);
/*@ spec g();
accesses x;
@*/
```
```
% cn ac…
-
Current draft lacks a clear specification for verifiable presentations using BBS signatures. The specification should clarify whether the verifiable presentation BBS proof value can only be signed, on…