abergerSRS
abergerSRS
I too am unable to get color output with either `git diff` or `nbdiff` in a bash terminal window. I have my global config set up with the following: ```...
@vidartf Yes. I get color output normally
I'm running Windows 10, and `os.name` returns `nt`
I too experienced this error. I found that the `validate_nb()` method in "utils.py" is searching the within notebook's `kernelspec` dictionary for the dictionary key `language`. My particular notebook did not...
It looks like pull request #51 will fix this issue
Ah, thanks. The `subfigGrid` option does the trick. It does reduce the size of the graphics quite a bit though compared to `subfigGrid: false`.
Right. I just meant that quite a bit of cell padding gets added when using `subfigGrid`. `subfigGrid: true`  `subfigGrid: false`  Can the amount of padding be adjusted?
The verbosity doesn't shed any more light on it for me, but it's attached here for your perusal. [Ceedling_VerboseOutput.txt](https://github.com/ThrowTheSwitch/Ceedling/files/2171169/Ceedling_VerboseOutput.txt) There are some warnings before the Assembler errors, but those don't...
motorDrive.c does include peripherals.h. But peripherals.h doesn't include any .s files. In fact, I can't even find those .s files (they are in a \Temp\ directory that I am not...
If I run the gcc command from line 219 of the above .txt file, it has the same issue (although the .s files are named differently each time). If I...