-
```
I've been using this nice little application for a few days now, it really
makes my life easier.
But: In my setup i need the first tunnel to act as a socks5 proxy, then i have
several tunnels th…
-
#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…
-
#### 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
-
Hello
im interest in building DDOZER really loved the design. the question is can i change the STM8S105K4T6C with the prebuild stm8s? (not the IC version but the prebuild like arduino nano version) s…
-
`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…
-
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)
-
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…