import 'nuxi/cli' ^^^^^^^^^^ SyntaxError: Unexpected string
npx nuxi unexpected string
nuxi dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global init.defaultBranch main |
[//]: # (Comment)
Thanks Magnus:
[//]: # (This may be the most platform independent comment)
- HEX: FFF8E7
- RGB: 255, 248, 231
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# CLI: | |
pip freeze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**Description** | |
theProblem | |
**Example** | |
`code` | |
**Observed** | |
whatHapp | |
**Expected** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def empty(): | |
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
def main(): | |
flag = 1 | |
while(flag): | |
print('This is brute force... Press Ctrl+C to break.') | |
if __name__ == '__main__': | |
main() |