Shinto C V
Shinto C V
I'm getting compile error when trying to evaluate namespace definition. ```Clojure (ns examples.core // This doesn't work! (:gen-class)) (+ 1 2) => 3 // This works ``` Throws below error!...
In `Make changes using Ansible modules` section: for the first command, when running fresh, I get only `SUCCESS` not `CHANGED` as said in the book. ``` $ ansible multi -b...
Instead of ``` $ ansible multi -b -m shell -a "tail /var/log/messages | grep ansible-command | wc - l" ``` I think it should be ``` $ ansible multi -b...
" If you want to run a shell script on all the servers every day at 4 a.m., add the cron job with: " ``` $ ansible multi -b -m...
Fix typo in README `approached` -> `approaches`
Tried to restore 13.2 snapshot from https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#13.2/ The dump is for PostgreSQL 14, but the docker image has PostgreSQL 11.21 OS Ubuntu 20.04 Versions cardano-db-sync version: 13.2.0.2 PostgreSQL version: 14...
  The compatibility matrix page is 404!  Anyways there was no update since 1.35.7! I'm running DB sync, Rosetta, GraphQL and the node. Why there's no release for...
Add progress bar.. ``` Backing up... (49/60 chunks) 100% [===================================================================================================================] (13/13 GB, 26 MB/s) Done. Total ZFS Stream Bytes: 12755756624 (12 GiB) Total Bytes Written: 10257951243 (9.6 GiB) Elapsed Time:...
Is there a feature to show progress? If not can it be added? Is showing progress in the roadmap, if not Can I work on it ?
Had to do a few trial and error to figure this out. Could have made easier if listed among the big boys :) ---- > [!IMPORTANT] > Add example for...