Results 199 comments of alifeee

I believe the issue is here: https://github.com/L0laapk3/FactorioMaps/blob/9db1a28896fa60957dd29bd19f1b863e0a484907/auto.py#L447 After it loads the save games it sorts them. If I change the line above to... ```diff + print(saveGames) saveGames = naturalSort(list(saveGames)) +...

ok, I renamed `multplayer start` to `multplayer 0`, and it works now. I probably should have tried this to begin with. But also, I feel that order of saves should...

Hi! gspread released [v6.0.1](https://github.com/burnash/gspread/releases/tag/v6.0.1) recently, which may have fixed your issue. Can you check if it has?

ah yes. this is due to an architechtural change in v5->v6. @lavigne958 knows more about it, and can provide more info, as made the change

Hi, this is specifically a problem with nunjucks. If you change your templates to liquid, md, handlebars, etc... it will work properly and `eleventyComputed` values will be computed more info...

Hi all, this is specifically a problem with nunjucks. If you change your templates to liquid, md, handlebars, etc... it will work properly and `eleventyComputed` values will be computed more...

> @alifeee OP's example is a JavaScript data file, as are the examples in https://github.com/11ty/eleventy/issues/2240. So I think it's an issue in the data pipeline and not necessarily with the...

it looks like a shallow repository can be detected by ([source](https://stackoverflow.com/questions/37531605/how-to-test-if-git-repository-is-shallow)): ```bash git rev-parse --is-shallow-repository ``` Would this be better as a warning or an error? If it was a...