nano
Here are 424 public repositories matching this topic...
-
Updated
Sep 28, 2018 - JavaScript
-
Updated
May 31, 2021 - CSS
Please write shortest code example for this question:
How to parse xml in python
How to do it:
- Go to python codes
- Create new file (named in underscore case, should contain key words from title) with
mdextension (markdown file). - Propose new file with following content (please use all three blocks if possible - title
-
Updated
Jul 13, 2021 - JavaScript
Add Prettier
You don't need to discuss code changes about formatting: indents, spaces or tabs, etc
The developer will add code changes with declared formatting which is available in Prettier config
Add Prettier with https://prettier.io/
It will autochange files and format them correctly for the project
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Jun 10, 2021 - C
-
Updated
Oct 17, 2021 - TypeScript
-
Updated
Oct 26, 2020
Add unit switching
-
Updated
Aug 26, 2019
-
Updated
Oct 5, 2021 - HTML
Right now there's no way of seeing a wallet's phrase or private key via the CLI. The private key is visible via the wallet file, but not the phrase--it uses an Entropy rather than saving the words.
It would be good to have a command, e.g.:
> feeless wallet secret --id
The output would vary depending on the wallet type:
> feeless wallet secret --id xxx # phrase, must match
-
Updated
Aug 4, 2021 - PHP
-
Updated
Oct 17, 2021 - Java
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Jun 25, 2021 - C
-
Updated
Oct 17, 2021 - C++
-
Updated
Aug 16, 2021 - C
-
Updated
Aug 21, 2018 - Go
Improve this page
Add a description, image, and links to the nano topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nano topic, visit your repo's landing page and select "manage topics."

The function is_bootstrap_connection does not do what it says.
It implies that it simply checks if a connection is bootstrap or not but, in fact, it does a lot more that than.
It should be refactored to be safer.