Michele Mesiti
Michele Mesiti
Possibly simpler reproduction case: ``` julia> CSTParser.parse("+a + b") 1:6 call 1:1 OP: + 2:3 a 4:4 b ``` which leads to ``` julia> collect(CSTParser.parse("+a + b")) 4-element Vector{Any}: 1:2...
Further thoughts: there are somethings that "scream" (perhaps only to me) to be included somehow, for example - semantic line breaks - the importance of the search feature (and sphinx...
| Time | What | Screen share | Lead | notes | |---|---|---|--|--| | 13:00 - 13:10 | Motivation and and wishlist | Michele | Yu and Michele | create...
TODO: adjust times https://coderefinery.github.io/documentation/
sphinx quickstart 8.2.3 does not generate anymore "indices and tables" secion in index.rst (to double check)
remember to ask feedback about timing of exercises
Things I remember on my side, plus things I've noticed now watching the video of March 2025: - I think my zoom setup has serious problems. My mouse pointer was...
(Note: **out of date, keeping for reference**) Relevant commits that have touched this line before: ```bash $ git log -p -G "exitcode = .*" | grep '^commit \|^Author:\|^Date:\|exitcode =' commit...
I see, thank you for pointing his out. I will amend this PR
With this new information, I have changed the logic. - Finding the exit code is now made in a separate function inspired by @kdm9 's suggestions, that can be tested...