-
#### System information
Geth version: geth-linux-386-**1.10.5**-33ca98ec
OS & Version: Linux - Ubuntu 18.04.5 LTS
Commit hash : (if `develop`)
Network: Goerli / Rinkeby
#### Expected behav…
-
Original [issue 1377](https://code.google.com/p/quodlibet/issues/detail?id=1377) created by reiter.christoph on 2014-04-25T08:37:46.000Z:
Some other players provide a network interface and a correspo…
lazka updated
3 years ago
-
As of #1594, custom fields are now possible without modifying the core blockly code.
## Audit field APIs
Improve the `Field` class APIs to a level we are willing to support long term.
* [ ] …
-
I think it might be a good idea to add Embark to GNU ELPA at some point, so I'm opening the issue to see where we stand on FSF copyright assignment. These are the contributors to Embark that would nee…
-
### Description
I've been seeing this intermittently in proofs CI and it should be resolved.
```
Running `/Users/distiller/crate/target/release/deps/storage_proofs_porep-3eae6b0d3e017065 -…
-
As said in the issue « pytorch synthesizer », i’m trying to retrain a synthesizer in tensorflow 2.x (the model is inspired from NVIDIA’s pytorch implementation and is available on my github)
Actual…
-
I've got a couple of little annoying things that I don't think are necessarily related to bugs in shairport-sync but you know airplay better than most so I'm looking for ideas.
Shairport-sync running…
-
EDIT: Horizontal scaling has been fully supported since 0.30 (August 2018).
Read more here: https://www.metabase.com/learn/administration/metabase-at-scale.html
----
Great work--this is a reall…
-
I use the following command line to start my geth goerli node:
" geth --goerli --datadir="F:/ethdata" --port=30303 --syncmode "fast" --cache=4096 --rpc --rpcaddr=127.0.0.1 --rpcport=8545 --rpcapi=eth…
-
Proof of Concept program:
```
val vec = #[ #[0], #[1], #[2], #[3], #[4] ]
fun find x =
let
fun loop i =
if x = Vector.sub (Vector.sub (vec, i), 0)
then i
…