V
V
@league1991 Thanks very much for your support! > Linux and mac aren't supported because understand doesn't has such versions. ? There are Linux and mac versions of understand tool. https://scitools.com/download/archive...
> For xp, you can try to run main.py manually. So clicking on 'Start Atlas' didn't work, but running main.py manually works! Thanks! Since there are Linux and mac versions...
By native do you mean cosmos? Xpla is a cosmos chain. It just has an additional evm component to it, like injective or evmos. Both evmos and injective can be...
Thank you for leaving the `founders` intact! It's really still useful for many of us! Now, wrt to `owners`, we found that with release [v13.0](https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/releases/tag/v13.0), the owners are still getting...
> bakers should really not have an unstaked balance above 1 tez to pay for operation fees Please correct me if I'm wrong, but how is this possible? The delegated...
Referring to https://tezos.gitlab.io/alpha/consensus.html#validator-selection-staked-balance-and-active-stake: "The spendable balance of a delegate is its full balance minus its staked balance and unstaked frozen balance." 1. Does "unstaked frozen balance" refers to "TOTAL UNSTAKED"...
@dannyneira `Settings > Features > Startup shell` was on `Default`, which was bash anyway. Setting it to `Bash (/usr/bin/bash)` doesn't help, as in i still don't see my aliases etc...
`which -a bash` returns `/usr/bin/bash` which is the same as setting it to `Bash (/usr/bin/bash)` anyway. Tried manually setting it anyway with `Custom` but still no aliases. :(
i tested with a very simple `.bashrc` file and it still doesn't work from a terminal: ``` $ echo $SHELL /bin/bash $ alias alias grep='grep --color=auto' alias ll='ls -lah' alias...
Already at the latest version. Have you tried on Ubuntu? ``` $ bash --version GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL...