-
#106 introduced `HashSet` instead of `Set` as the datastructure holding the “views” of the network from the POV of one node. The motivation was mainly the node identity type `n` needs to carry informa…
-
`lifted-async`'s `Control.Concurrent.Async.Lifted.Safe` module has a [Pure](https://www.stackage.org/haddock/lts-9.2/lifted-async-0.9.3/Control-Concurrent-Async-Lifted-Safe.html#t:Pure) class that req…
-
Tasks:
- [x] use old CURRENT schedule when NEXT schedule not started yet (instead of showing nothing)
- [x] test
- [ ] test with a transit agency where schedule overlaps (1st departure of the d…
-
#### Description of the problem
Input:
```coq
Require Import FunInd ZArith Div2.
Class Monoid {A : Type} (dot : A -> A -> A) (one : A) :=
{
dot_assoc a b c : dot (dot a b) c = dot a …
abeln updated
3 years ago
-
When I try to configure coq properties, following the last two lines of [the documentation](https://github.com/jscoq/jscoq/blob/HEAD/docs/embedding.md), I get an exception:
```
Anomaly ""Assert_fail…
-
I apologize, if the issue is already on GitHub, but i couldn't find anything.
While working with darktable, i saw it detects my lens wrong.
I used for the photo the Canon RF 24-105 F4-7.1 IS STM
…
-
![iuuse#1](https://user-images.githubusercontent.com/19223568/93712182-cfe06300-fb86-11ea-8482-2104aa0b4d75.jpg)
-
This error occurred in an emulator FWIW and reported via play store
```
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 flags=1 obj=0x74d44f50 self=0xef574000
| sysTid=20325 n…
-
Our existing `@typeParam` annotation isn't quite powerful enough to capture the type of `stream:toArray`. It might seem like you could write:
```
function toArray(stream stm) returns Type[]|Error…
-
```
What steps will reproduce the problem?
1. write small program which contains next instructions in specified order:
MOV r0,#0xa50000
LDR r0,=0x123456
STM r1,{r0,r2}
2. compile
3. run
W…