Dražen Popović
Dražen Popović
```sh bladyjoker@morphism:~/Desktop/tau-prolog$ npm test > [email protected] test /home/bladyjoker/Desktop/tau-prolog > npm run test-node && npm run test-browser > [email protected] test-node /home/bladyjoker/Desktop/tau-prolog > qunit --require ./test/setup test/ TAP version 13 ok 1...
```sh bladyjoker@morphism:~/Desktop/tau-prolog$ npm run cover > [email protected] cover /home/bladyjoker/Desktop/tau-prolog > npm run test-node-cover && npm run test-browser && nyc report > [email protected] test-node-cover /home/bladyjoker/Desktop/tau-prolog > nyc qunit --require ./test/setup test/...
# The question of BPI revival I spent some time trying to upgrade our key dependency which is https://github.com/mlabs-haskell/bot-plutus-interface. This feels like a game of whac-a-mole and chess and it's...
Some relevant context https://github.com/yesodweb/wai/issues/825
Hey @ross-spencer sorry for the late reply, no idea why I didn't get an email about this :/ That's a good idea to put an estimate for the build time!
@ross-spencer the full CI run was ~30minutes. It's hard to tell exactly how much the `nix develop github:mlabs-haskell/cardano-open-oracle-protocol#coop-env` or if you're doing this withing the repo `nix develop .#coop-env` would...
> I think I got unlucky tonight, the build took ~4.5 hours which is the first time on this new server which isn't too great. (I managed to get some...
> I'm not sure how best to debug this when it happens, or when it becomes a sunken cost, if that makes sense (i.e. do I quit and try again?...
> Addiitonally, I suspect I only needed a few novel components in the new environment having recently built the cardano-node: I suggest you really only use the components that the...
I see you built 1596 packages, that is a lot and makes sense it took so much time. I asked MLabs to provide customers with public Nix build caches, and...