Timothee Cour

Results 307 issues of Timothee Cour

**Describe the bug** `headers()` API only returns last Comment in file, drops other comments **Relevant CHILDES or TalkBank data** https://ca.talkbank.org/data-orig/CallFriend/eng-n/4889.cha **To reproduce** def bug_D20240326T222447(): import pylangacq file_cha = # download...

bug

would be nice to make that clear in readme.md

refs: https://forum.nim-lang.org/t/7219#45590 >> It does not convert snakes to camels. > That's not its job, no other comparable tool (gofmt, clang-tidy, etc) does that either. => pefect job for `nimlint`...

- [ ] `nimlint --overwrite` overwrite input files, but 1st check if we're in a git repo, and git status is clean - [ ] `nimlint --overwrite:force` overwrite input files...

cmdline

(Consider writing a PR targetting devel branch after filing this, see [contributing.html](https://nim-lang.github.io/Nim/contributing.html)). Function `echo` outputs the wrong string. ### Example ```nim when defined case1: # D20210906T211806 gitissue import macros template...

Macros
quote do
Invalid Code Acceptance

nim js -o:app_bug.js -d:case_ok app_bug.nim: no bug nim js -o:app_bug.js -d:case_bug1 app_bug.nim: when you click the button a few times, the foreign node gets (wrongly) deleted index.html: ```html bug ```...