Martin Leduc
decimalturn.bsky.social
Martin Leduc
@decimalturn.bsky.social
Living the dev life
I think in your case, the simplest solution to make the warning disappear is to turn off core.autocrlf with:

git config --global core.autocrlf false

A good read on the topic:
blog.popekim.com/en/2025/08/2...
Git, Still Using autocrlf in 2025? That's Frustrating | PPMC
blog.popekim.com
November 6, 2025 at 5:56 AM
I'm sure the impact is negligible unless you have an enormous amout of files. Still annoying thought, for sure.

And by all means, if you were going to look up what this is about, don't let my previous comment stop you...
November 6, 2025 at 5:53 AM
You don't really have to worry about that warning unless the software you use for sprite data is picky about line endings.
The vast majority of modern softwares on Windows can handle both LF and CRLF without a problem.
November 6, 2025 at 1:51 AM
No worries, I've been thinking of raising an issue about this in the GitHub Desktop repo for some times now and seing your post has revived my motivation to do so.
November 5, 2025 at 8:48 PM
Unfortunately, GitHub Desktop is not really helpful in that situation. I'm assuming that you are getting the error: "fatal: LF would be replaced by CRLF in...".

The easiest solution to this is to open a terminal window and run the following command: git config core.autocrlf false
November 5, 2025 at 8:29 PM
Looks like they even removed the weekly download count.

Could that be to make it difficult for hackers to know which project to target next?
October 10, 2025 at 10:09 PM
It feels like it's still 2001 everytime I open the VBA editor and the logo still checks out
October 1, 2025 at 10:18 PM
Reposted by Martin Leduc
This demo tells me the real gain in productivity is not quite there yet. Also it makes rookie mistakes like merging cells 🤢
www.youtube.com/watch?v=-wgu...
Excel Agent Mode For Creating New Spreadsheet - Episode 2709
YouTube video by MrExcel.com
www.youtube.com
October 1, 2025 at 2:44 AM
This demo tells me the real gain in productivity is not quite there yet. Also it makes rookie mistakes like merging cells 🤢
www.youtube.com/watch?v=-wgu...
Excel Agent Mode For Creating New Spreadsheet - Episode 2709
YouTube video by MrExcel.com
www.youtube.com
October 1, 2025 at 2:44 AM
I'm happy to see that the repo is categorised correctly as "Assembly" unlike the GW-BASIC repo that still indicates "C++" due to the presence of NUL characters at the end of the .ASM files causing an issue with language detection: github.com/github-lingu...
.ASM files ignored? · github-linguist linguist · Discussion #6943
I was looking at https://github.com/microsoft/GW-BASIC and it contains a lot of Assembly code (.ASM files). However, when running github-linguist, it seems that those files are ignored. Am I missin...
github.com
September 7, 2025 at 6:12 PM
Some people are working on that, but the VBA open source community is not well known unfortunately.

github.com/sancarn/stdVBA
GitHub - sancarn/stdVBA: VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications. - sancarn/stdVBA
github.com
June 25, 2025 at 2:48 AM
The link for "full methodology is described here" seems broken.
June 25, 2025 at 2:14 AM
Hopefully, one day we won't have to even think about line endings, but I'm not holding my breath on this one.
May 9, 2025 at 12:13 AM
Have you considered using Cloudflare to avoid DDOS attacks?
April 27, 2025 at 6:15 PM
Sorry if I beat you to the punch, guess I was too excited to wait😅. Btw, have you thought of adding the vba tag to your repo? It would be nice having more actual VBA projects in github.com/topics/vba
Build software better, together
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
github.com
April 18, 2025 at 5:15 AM
Always be careful before opening a .dogm that you received by email, they could bite if you let them run loose
April 14, 2025 at 10:36 PM