-
Looks that arkworks does not have the implementation of proof of work (even the simplest one). We can probably add one here (use the one similar to [`libiop`](https://github.com/scipr-lab/libiop/blob/…
-
I'm trying to use `git-annex-remote-b2` on Ubuntu 14.04 using:
```
$ git-annex version
git-annex version: 5.20140412ubuntu1
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Ino…
-
**问题现象**
端口设为53,并勾选自动设置dnsmasq时,会自动在br-lan接口提供的dhcp通告选项加上"6,192.168.1.1/24",但是此时,Mac和iOS获取到dns会是24.192.168.1,导致无法上网。手动将dhcp通告选项改为“6,192.168.1.1” ,则正常。设置界面如下图:
**运行环境**
1. 固件型号
Powered by […
-
I see from the code that unicode normalization is done. Is the idea also to do NaN normalization in floats? There are uses where this is not ideal and you don't want normalization at all. Will this be…
-
Fails. With "normal" Cabal config - fails to construct dependency tree:
```
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 8.10.1
$ ./cabal-hie-install hie-8.10.1
Warnin…
-
This did not work for me. I kept getting permission issues in /tftpboot which stopped it from working.
This seems to be a very serious bug with dnsmasq and it seems that nobody cares about this bu…
-
To use the regions China (Beijing) or EU (Frankfurt), we need to sign requests with Signature Version 4, since they do not support Version 2. Also, AWS strongly recommends to use V4 over V2.
There's …
-
At the moment, CompiledContractCache is optional:
https://github.com/near/nearcore/blob/e3a9b1ea3f9665339732208a391376f12c1522bf/core/primitives/src/runtime/apply_state.rs#L36-L38
However, our …
-
Snap uses `pwstore-fast` for its password hashing needs in the authentication snaplet. That package however is troubling in many ways:
1. It appears abandoned. The last commit was almost four ye…
-
I’m trying to figure out how nixpkgs-update works, but
```
nix-shell -p nixpkgs-update
```
returns
```
error: undefined variable 'nixpkgs-update' at (string):1:94
```