-
We did this once before, but unfortunately it looks like there is some divergence, e.g.:
```scala
TestRunner[R, L, T, E, S]
ZSpec[R, E, L, T]
```
We should look at all types and see if there …
-
I'm wondering whether there are any high-level rules driving the design of channels in `futures`. At first sight, it might seem that `futures::sync::mpsc` and `std::sync::mpsc` are trying to mirror ea…
ghost updated
5 years ago
-
I noticed that the cursor stops working correctly as soon as I maximise the application window.
It's not gone completely, it feels more like it doesn't know where it should be.
![max](https://use…
-
These are terms often used when talking about user interfaces or tasks. Something is learnable if it can be readily learned.
* learnable
* learnability
-
In #700, @InExtremaRes asked:
> @justingrant Hi. I'm curious, why do you pick LocalDateTime as a name? If ZonedDateTime haven't been "occupied", were you choose that instead? I know you said is ju…
-
Two motivations:
1) Going from `"mark": "point"` to `"mark": {"type": "point", "filled": true}` is quite annoying to type.
2) More importantly currently `config.point` is optimized for unfille…
-
Nice work with urql's extensibility and small core!
I'm interested in evaluating and potentially maintaining a local state implementation. The only discussion looks like #323. Any other thought o…
-
Feature request?
The following code works.
```chapel
record Add {
// but is there an equivalent to `proc type this` ...
proc type op(x, y) {
writeln((("add", x, y), x + y));
…
-
Is it possible to short-circuit a running async function like one can do with a generator by calling its return method?
A use case would be to have a finally block invoked in order to clean up resour…
-
The list of the TMs a Pokémon can learn is lacking from the generated text dumps, as well as the moves learnt from Special Tutors. So yeah, the button stating "Dump All" is pretty misleading :p.