-
**Describe the bug**
When I do `cabal build`, a dependency solver error message says:
```
rejecting: memory-0.18.0 (constraint from user target requires ==0.17.0)
```
But when I look in the…
-
For a workaround, scroll down a bit.
## Issue description
On NixOS 20.09 running on an AWS machine, if you configure
```
virtualisation.docker.enable = true;
```
and start a container (e…
-
Hello
I do try to install and make it work on Centos7 - It 's seem not working at all.
The closest to work that I had was METEOR UI.
Flowbat never come up.
-
Hi, I would like to suggest a better bandwidth management technique for nzgbet. I have noticed that when i limit the bandwidth the app uses to 50% of my line peed for example, what actually happens i…
-
Everything works well (with docker host network mode) in CoreOS (1632.3.0). After CoreOS auto upgrade to 1688.5.3, openvpn cannot set tun device properly.
logs
> openvpn_1 | Running 'openvpn…
-
We should probably consolidate the different copies of the TC loader scripts in subdirectories into a single version in a parent/lib directory...
-
Hello,
Any idea what might be causing
Error loading local database
Removing ["wl-pprint-text","warp","wai","void","vector-algorithms","vector","vault","utf8-string","unordered-containers","unix-comp…
-
on a clean system I can build with `stack install transient-universe`
on a clean system `stack install axiom` fails
after it fail I can not successfully run `stack install transient-universe` anymor…
-
Hello,
pyroute2.tc offers support for u32 filter. However, is there a way I can provide negative offset value (eg: for destination MAC address matching) ? Providing negative offset in the following…
-
```
import pyroute2
with pyroute2.NetNS("test") as netns:
routes = netns.route('get', dst=destination)
for route in routes:
#print(route.multipath)