abergerSRS

Results 11 comments of 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` ![image](https://user-images.githubusercontent.com/35043105/208769683-4b4f3a5f-7b52-46cc-910b-9381a8760f0d.png) `subfigGrid: false` ![image](https://user-images.githubusercontent.com/35043105/208769753-10bfa501-6ea7-4d03-8599-58d4441404cc.png) 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...