-
I'd like to have a way to provide a manifest (or manifest digest) and a set of previously downloaded signatures and have skopeo check that the manifest is correctly signed according to `policy.json`. …
-
I was wandering, now that resources/ownership/borrowing/etc are properly part of the component model; In what way are closures not "just" single-method resources? Can they piggy back off of the sema…
-
Configuration file: db_main.toml
Description: miRDB is an online database for miRNA target prediction and functional annotations.
```toml
[db_mirdb]
source_url = "http://mirdb.org/download/miRDB…
-
Here's a problem with (anonymous) union types, given the following:
```
f x = (x "ABC", x 123)
```
what is the type?
keean updated
8 years ago
-
**Issue by [glaebhoerl](https://github.com/glaebhoerl)**
_Saturday Aug 03, 2013 at 23:58 GMT_
_For earlier discussion, see https://github.com/rust-lang/rust/issues/8277_
_This issue was labelled wi…
-
In several classes you can find methods with the same signature but those classes usually don't share a common interface defining this methods. For instance `int get length` is available on [String](h…
a14n updated
4 months ago
-
@keean has mentioned wanting principal typings in modules and I am asking him to explain.
[He has](https://github.com/keean/zenscript/issues/11#issuecomment-250896453) continued to allude to this:
>…
-
I was wondering if it could make sense for `cnvkit` to add derived biomarkers such as HRD (integrating loss of heterozygosity (LOH), telomeric-allelic imbalance (TAI), and large-scale state transition…
-
One big motivation I've had for going with dependent types in the first place is the idea of being able to use the same language feature (dependent records) for both modules and data types. This is si…
-
Mostly drive by observation, but the explainer currently says:
> intertype type definitions are required to be acyclic. This restriction follows from the fact that interface types are meant to be u…