Hong Xu
Hong Xu
I've received the board and it works well. However, I still have to add GPIO 18 to valid pins: ```diff diff --git a/firmware/src/boards/feather_host.h b/firmware/src/boards/feather_host.h index 1d1b871d221f..2a45222403fd 100644 --- a/firmware/src/boards/feather_host.h +++...
I opened #223 to keep track of the progress. Could you reply to the previous message? I can proceed further if you are OK with the change :)
Not perfect, but should be a huge step up 😃
It can be reproduced with `make plain` on the master branch abb9e1e5649bcd078a2a75bcb27abb42311b4f86. Also I found that this is only reproducible with a large directory, like my home dir: `fzf` is...
Additionally, I tried `C-u M-x counsel-rg` on my home directory, results are shown instantly once I type 3 chars.
Yes, this is intended. If using space for indentation, the tab width is still used by many editors to control the effect of hitting the tab key.
@monnier Sorry for the confusion. `tab_width`, as it literally reads, means the size of a tab in the buffer that's being edited. The [spec](https://spec.editorconfig.org/) says: > Set to a whole...
On 6/20/24 08:09, monnier wrote: > > Consider the scenario that `indent_size` is set. > > > > - If the user uses tab as the indent character. > >...
I agree this is indeed confusing. The spec intends to say that the rules are similar to those used by `.gitignore`. Therefore, `a/*.c` doesn't match `foo/a/a.c`. This is the part...
Yes, I agree. Could you create the PR?