-
### Code
I tried this code:
```rust
// GAT hack taken from https://docs.rs/lending-iterator/latest/lending_iterator.
pub trait LendingIterator: Sized
where
Self: for,
{
fn next(&mut self) …
-
The document `example.tex` with contents
```latex
\documentclass{article}
\usepackage{xr-hyper}
\usepackage{hyperref}
\usepackage{cleveref}
\externaldocument[example-]{example}
\beg…
-
https://twitter.com/bmastenbrook/status/548953877601849344
-
**What is your use-case and why do you need this feature?**
The Kotlin compiler can infer some type arguments of a subtype from those of the parent abstract/sealed types. Currently, polymorphic ser…
-
Hello,
Is the RFC 5701 supported ?
If not, this would be good to have in order to have support for Redirect-IPv6 from [0]
Thanks,
Philippe
[0] https://tools.ietf.org/html/draft-ietf-idr-flow-…
-
```
Reflections reflections = new Reflections(packageName);
return new HashSet(reflections.getSubTypesOf(Object.class));
```
this code returns an empty set, but i expect it to return a set of al…
-
For example, a function with no return type, only a `:`, leads to the outline panel displaying the entire method body as the return type of the method. This is a bit annoying / confusing while typing …
-
In the draft proposal, there's a part that allows for overrides to have value parameters with contravariant nullability:
> The method’s parameter types may have wider nullability than the correspondi…
-
Hi all,
I am interested in reproducing the chexmix "all events" results from the yeastepigenome.org ftp server. My goal is to get metrics from more of the data, which seems to mean lowering `--minf…
-
Currently we infer human gene to phenotype annotations by making the join
gene - disease (through a variant)
disease - phenotype
With some minor filtering of gene disease associations for marker…