skills
Here are 422 public repositories matching this topic...
-
Updated
Jan 22, 2020
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Oct 7, 2020
/tmp/ has been hard coded in some instances
This will be replaced with https://docs.python.org/3/library/tempfile.html which has been well implemented in some instances in the code.
-
Updated
Oct 18, 2020 - SCSS
Q15. How can you use the promise API with a callback-based function like child_process.exec?
- new Promise(child_process.exec())
- util.promisify(child_process.exec())
- util.promisify(child_process.exec)
- new Promise(child_process.exec) <<<<----Correct
I believe the correct answer should be the 3rd one.
util.promisify(child_process.exec)
-
Updated
Nov 27, 2020 - TypeScript
-
Updated
Oct 1, 2020 - HTML
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 16, 2020 - HTML
-
Updated
Mar 5, 2020
-
Updated
Nov 3, 2020 - Python
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Nov 17, 2020 - C#
-
Updated
Feb 18, 2019
Improve codecov
Currently the code coverage is around 70%. Need help to write tests so as to obtain a code coverage above 90%
-
Updated
Oct 22, 2020
-
Updated
Sep 16, 2020 - C#
-
Updated
Aug 7, 2020 - HTML
Similar to #192
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Mar 30, 2019 - Rust
-
Updated
Oct 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the skills topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the skills topic, visit your repo's landing page and select "manage topics."
Currently, when entering epic mode the README is frozen in the last level of the tower. When you're trying to fine-tune the score for a level other than the last one, it would be helpful if we had the README for that level available. The proposal is that when entering epic mode, the README is updated with all levels, one following the other.
Example:
# Starbolt - beginner