Gabriel Staples

Results 102 issues of Gabriel Staples

`constexpr` is preferred over `const` for C++ compile-time constants, and should be mentioned and discussed here: https://www.arduino.cc/reference/en/language/variables/variable-scope--qualifiers/const/ Here's some of the differences to be aware of: https://stackoverflow.com/questions/13346879/const-vs-constexpr-on-variables/13347355#13347355

enhancement

I was using nightly and decided to downgrade to stable 5.0.0 now that it's out. It wasn't obvious to me how to do so. Please add downgrade instructions here: http://kicad-pcb.org/download/ubuntu/...

I really think you need some more examples, especially how to iterate over Sequences (lists) and Maps using range-based for loops. I suggest you link to my examples here, in...

Please just highlight changed characters, not lines. This can be done by parsing the output of: ``` git diff --word-diff-regex=. ``` See here: https://stackoverflow.com/questions/3231759/how-can-i-visualize-per-character-differences-in-a-unified-diff-file/7870727#7870727 You may also need: ``` git...

I'd like to see a tutorial for g-code, which is used for CNC machines and 3D printers. If you need a syntax highlighter while writing it, use mine for Sublime...

request

I'd like to see a tutorial/demo for the sd-bus IPC (Intper-process Communication) protocol on Linux. I'm still trying to figure it out myself. Resources to get started: 1. https://en.wikipedia.org/wiki/D-Bus 2....

First off, **thank you** for making your Jekyllcodex website! It's helped me a lot, and your [GitHub issue-based comments](https://jekyllcodex.org/blog/gdpr-compliant-comment/) are ingenious and exactly what I needed and was hoping for...

This is a major improvement to the readme, significantly improving build instructions. I also improve general usage instructions, and I port the readme to Github Flavored Markdown, which is more...

From my review: https://marketplace.visualstudio.com/items?itemName=huntertran.auto-markdown-toc&ssr=false#review-details ---- Brilliant tool!--if only it worked. I'd like my ToC like this, but the tool keeps deleting a ton of stuff all around the ToC! :(...

### Description of the bug Any comments in C or C++ which begin with 3 slashes (`///`) make the Alt + Q hard-line-wrap feature not work right. ### Steps to...

T: bug
C: Syntax