G. Berthiaume

Results 19 issues of G. Berthiaume

**What version of `fd` are you using?** ```powershell $ fd --version fd 8.2.1 ``` **Context** I want to list all files recursively in a directory while printing only the basename....

question
documentation
good first issue
windows

The [documentation](https://devdocs.io/about) mention that there's a [Desktop app](https://github.com/egoist/devdocs-app) app, but the repo has been archived.

docs/improvement

I'm trying to configure clangd to use `arm-none-eabi-gcc` headers for my C project. In my `bsp_la.c` file, clangd can find the `stdlib.h` ![image](https://user-images.githubusercontent.com/19377511/173696422-010d3db1-f3d8-41fa-965a-0a6a1b1a6b2e.png) The problem: In the `bsp_la.h` header file,...

**Describe the bug** When using the `import json` functionality it is impossible to choose a template. No matter what template options you select, the template will stay to default (template...

enhancement

**Describe the bug** I'm trying to use codechecker with vscode on windows for my C project. Sadly, when I save a file, the extension gives me an error. ![image](https://user-images.githubusercontent.com/19377511/173699771-25d003cc-4e33-4ac4-b952-928397412d5d.png) The...

Hi, I can't get the C style `/**/` comments highlighted. As you can see this should be yellow, ![image](https://user-images.githubusercontent.com/19377511/130858045-b139b36a-98d2-451a-8243-72fa633d9709.png) ```json { "tag": "FALLTHROUGH", "color": "#FFDA3E", "strikethrough": false, "underline": false, "backgroundColor":...

**What problem will this solve?** The Embedded systems industry is known for its hard-to-use tooling. I would see a bright future for premake in that space. To tap into this...

enhancement

While looking at the [PID Controller algorithm](https://arm-software.github.io/CMSIS-DSP/latest/group__PID.html), I was confused by the omission of the time differential (`dt`) in the gains A0, A1, A2. The algorithm used by the CMSIS...

question
DONE

_Note: My question concern the english version of this great book._ After the initial python code, the chapter calculate the following: > "880 cycles per multiplication in the innermost loop"...

Not sure what I did incorrectly, but the program doesn't seem to work properly: - The autocomplete sometimes doesn't work. - The program seems to inject characters pretty slowly (when...