-
Adding more flexibility to [reshape2's melt/cast](https://github.com/galaxyproject/tools-iuc/tree/master/tools/reshape2/) would help with more complicated situations (multiple id vars). For example, s…
-
This project is awesome and has saved me a lot of time! I've raised a few PRs on this repo now but it's been a little tricky for me to adapt my interpreter settings in a way that does not conflict wit…
-
- **В requirements.txt нет django tollbar**
- **Без значений в БД приходит 500 ошибка на главной:**
- **Текст описания товара должен быть обрезан до 10 слов**
У тебя же до 10 символов.
- **…
-
add a new option like `enable` for each language.
For example:
```
"codeformatter_python_options": {
"enable": true,
....
}
```
-
Първо, евала! Положил си усилия и си получил резултат. Надявам се, че си научил и нови неща покрай тази задача :)
Сега, feedback:
1. Кода не е PEP8. Функциите не почват с главни букви. Моля те, оправ…
-
[custom_box.py#L21](https://github.com/sugarlabs/edit-fonts-activity/blob/2b96f4e48353e087e15d84f352595a46ac692f25/editfonts/widgets/custom_box.py#L21) has
```
HEADING_STRING = "" + heading + ""
…
-
Hello,
I just compiled and installed boolector. It's very nice, but the python API is very surprising on some aspects. The most important one is, I think, the `__getitem__` method that reverse the …
-
Since we are basing the code on TensorFlow, I suggest we follow the Google/TensorFlow code styling for python.
Here are some links to the documentation for this:
- https://www.tensorflow.org/comm…
EiffL updated
3 years ago
-
Manual code formatting to make the code pep8 compliant can take a lot of time.
[black](https://github.com/psf/black) could be introduced to format automatically the python source code,
it can be c…
gyorb updated
4 years ago
-
Challenge 1 Feedback : 4/20
Overall: This is a good start but not finished. Make sure code runs on provided sample input, test file runs, and code is well documented.
Feedback based on Challen…