-
I'm trying to get something to work with extensions based on an example in the docs:
```
interface Eq {
fun F.eqv(b: F): Boolean
fun F.neqv(b: F): Boolean = !eqv(b)
}
data class User…
-
## Context
It's been 4 months since this has seen any activity from a maintainer AFAIK, and I have multiple projects that depend on this.
I don't know about other users, but I think I'm getting …
-
In yesterday's presentation, @rossberg recapped some of the advanced challenges to managing generics. While these advanced challenges are important, they are common to both structural and nominal type…
-
I have a visual studio solution with lots of projects (>100). Every project depends a different subset of the the dependencies listed in the conanfile.txt.
In order to properly manage the depend…
-
I want to apologize.
I may have been too quick with announcing the file format to be _finished_. I'm frankly overwhelmed with the attention this is getting. With all the implementations already ou…
-
(not sure which spec this might apply to - css-color-adjust? css-color? css-pseudo?)
Form controls often have a themed highlight color that indicates a "selected" state. For example, in Chromium, w…
-
Additions, modifications or alterations both in Simbio or/and Brainstorm toolboxes to make these two work together.
-
Here you will find a long list of the articles thats need to be coded. They are divided into sections, one for each coder (TR = Timo, MR = Melanie, JC = Joseph, AB = Agata, LK = Liam). Each item in th…
-
### Describe your issue.
CircleCI build_docs is failing. The first failure on `main` is after merge of gh-15663.
[https://app.circleci.com/pipelines/github/scipy/scipy?branch=main&filter=all
…
-
As evidenced by #242 and #243, `middle_outer_views` is not tested enough, and edge cases may happen in numerous algorithms. It's necessary to write tests for many functions involving these partial vie…