Shinto C V

Results 15 issues of 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!...

bug
client-clojure

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...

bug

" 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...

bug

![image](https://github.com/IntersectMBO/cardano-node/assets/11365900/8409aea1-ca5a-463b-916d-4c8755ca7390) ![image](https://github.com/IntersectMBO/cardano-node/assets/11365900/2eded2c7-5bb5-4923-a3e2-7823615336d1) The compatibility matrix page is 404! ![image](https://github.com/IntersectMBO/cardano-node/assets/11365900/60422c4c-3c11-4b09-a3e5-343d994b0d7a) 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...

type: bug
Stale

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...