-
[pathInfo](https://github.com/Woody88/purescript-warp/blob/master/src/Network/Warp/Request.purs#L55) property from the `Request` type outputs this `["", "path1", "path2"]` for such path `/path1/path2`…
-
| --- | --- |
| Bugzilla Link | [287052](https://bugs.eclipse.org/bugs/show_bug.cgi?id=287052) |
| Status | CLOSED FIXED |
| Importance | P3 normal |
| Reported | Aug 19, 2009 08:57 EDT |
| Modif…
-
## Background and Motivation
Serializing type hierarchies (aka polymorphic serialization) has been a feature long requested by the community (cf. #29937, #30083). We took a stab at [producing a pol…
-
The blueprint package on the provider for its `Artifact` entity is not properly processing the polymorphisms defined in the azure api spec. This results in one of the more releavnt entities on the …
-
I have some VOs that are supposed to take an `id` value, so I wanted to make it like:
```dart
abstract class Identifiable {
String get id;
set id(String id);
}
abstract class MyClass imp…
-
_Depends on #60_
The typing rule for `($)` is built in the compiler. This typing rule currently uses unrestricted arrows. It should be multiplicity polymorphic.
The general type of `($)` (ignori…
-
using bufr on segment of about 2Gbyte running
arki-check -f -r
take this amount of memory
```
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND …
-
Currently, Flows are not very stable. For example, you can get into the state where you should know secret, but somehow it's `null`. We should make Flows more obvious in the sense of data flow __befor…
-
Hi! I played with interfaces on the playground and I found this code doesn't compile:
```
struct Dog { }
fn (d Dog) speak() string {
return 'woof'
}
interface Speaker {
speak() string
…
-
Dear Daniel,
While using the library I've realized that it seems the lib does not have built-in support for std::variant (as it has for std::optional for example). I think it could be a handy featu…