Onè
Onè
- Loss is non-negative and better loss values are lower so when initialized to 0 it has no effect as the loss can never be better than 0, so changed...
For addresses that have more than 10K transactions etherscan.io actually returns the first transactions that are within the start and end blocks. If you compare the last block returned by...
Really appreciate all the great work being done here, just noticed a broken link (not super important) so decided to mention it in case you were not aware. On the...
Fix typo an to a as next word starts with a consonant
- [X] I have checked the latest `main` branch to see if this has already been fixed - [X] I have searched existing issues and pull requests for duplicates I...
Corrected spacing on last entry
I wasn't able to check if it is present on main by reproducing it but the [code that causes](https://github.com/emilk/egui/blob/fd75adb3a0e5f8ca373ac7e5e03f750e690ae87b/crates/egui_plot/src/lib.rs#L1877) the panic is still there. **Describe the bug** I was experimenting...
Fix typo
apt is not for all Linux distributions, only Debian based ones. Based on > ...APT (Advance Packaging Tool) system. Which manages packages for Debian-based Linux distributions.
In the [Testing Locally](https://github.com/emilk/eframe_template#testing-locally) section of the readme, it says > Make sure you are using the latest version of stable rust by running `rustup update` but the repo also...