-
Now you're ready to start coding. Let's get familiar with the files in our repo:
- `README.md`: a markdown introduction to this project
- `get-quote.py`: the file where we'll write our Python code
- …
-
Now you're ready to start coding. Let's get familiar with the files in our repo:
- `README.md`: a markdown introduction to this project
- `get-quote.py`: the file where we'll write our Python code
- …
-
Now you're ready to start coding. Let's get familiar with the files in our repo:
- `README.md`: a markdown introduction to this project
- `get-quote.py`: the file where we'll write our Python code
- …
-
Now you're ready to start coding. Let's get familiar with the files in our repo:
- `README.md`: a markdown introduction to this project
- `get-quote.py`: the file where we'll write our Python code
- …
-
Not sure, but it looks that regex expressions not right parsed/evaluated by meta package.
``` bash
python -m venv ./venv
. venv/bin/activate
pip install -r requirements.txt
python -V
3.12.3
p…
-
When trying to use the exec goal in order to run a java application the argument `-p` is not passed to the java application as an argument.
I attached a minimal maven project to reproduce the issue: …
-
- 4.5.2 Updating hint to: You can define your routes in any order in your code, and Flask will handle them correctly.
- I've generally been converting strings to use single quotes
- 4.5.3 convertin…
-
Auto-complete is working wrong on nodes whith spaces in names. Or maybe it's just not compatible with the project configuration field "Restrict where this project can be run"; as this field expects th…
timja updated
9 years ago
-
## Feature Request
From #167
Using similar logic to linter rule H025 we can indent the templates using blocks instead of going linearly through the code line by line.
This will also match t…
-
Enclosing the python path in double quotes makes spaces work on Windows 😸
```
"C:\Program Files\Python39\python.exe" D:\projects\Klipper-FastSQV\superslicer\FastSQV.py
```