-
There are various "HTTP-like" protocols that exist and are in common use. They are similar but not totally identical. SIP references the HTTP RFC for the message and header field definitions with the …
-
Currently, there is the following line in the sparse matmult code:
https://github.com/JuliaLang/julia/blob/056b374919e11977d5a8d57b446ad1c72f3e6b1d/base/sparse/linalg.jl#L94-L95
I am assuming th…
jebej updated
5 years ago
-
**Reported by choeger on 1 Nov 2012 12:34 UTC**
In current Modelica, type redeclarations have to be covariant.
```mo
class Foo
replaceable record Super Real x; end Super;
parameter Super t…
-
Currently the only ways we have to annotate a function space is with braces `( ) / {} / {{ }}` or with varying numbers of dots (for irrelevant and non-strict). The problem is that there are lots of th…
-
@sledorze @raveclassic @grossbart
I was waiting for https://github.com/Microsoft/TypeScript/pull/26349 in order to start working on `fp-ts@2.x` but alas looks like it will be delayed for an indefi…
-
Not sure if this one relates to #3038
``` typescript
interface A {
x: string;
}
interface B {
x: string;
y: string;
}
function copyB(value: B): B {
return undefined;
}
var values:…
-
Tracking issue for rust-lang/rfcs#2349
Blocking stabilization:
- [x] Implementation (PR #49058)
- [ ] Documentation
Unresolved questions:
- [ ] Should we provide stronger guarantees aroun…
-
Greetings dear @roigcarlo,
I am trying to recompile kratos, and I am getting this error "fatal error: pyconfig.h:No such file or directory" as shown here:
```
In file included from /home/elaf/b…
-
## Andrii Rosa
- [x] all checked
- 08-23 07:26:06 20cffc4ef6 Add wrapped Boolean benchmarks
- 08-23 07:26:06 a64563ec1f Implement equality comparisons projection benchmark
- 08-…
-
**TypeScript Version:**
1.8.9
**Code**
``` ts
class Base { };
class Derived extends Base { };
let x: Base = new Derived(); // Works as expected.
let y: Base = new Derived(); // No error?
```
**E…