viktaur

Results 9 comments of viktaur

I solved the problem using timgrossmann repository instead of this and selecting dev branch (https://github.com/timgrossmann/InstaPy/tree/dev)

I have started a PR #183

Maybe it has to do with this? https://github.com/znck/grammarly/blob/a81aac2c7da571abdb3c22a3dbb5de254af62562/packages/grammarly-languageserver/src/services/ConfigurationService.ts#L36

Interesting. But how come the American spelling is the only one still supported though, whilst ignoring the documentDialect property?

After [git diffing](https://github.com/znck/grammarly/compare/v0.22.1...v0.24.0) versions 0.24.0 and 0.22.1, it looks like the main changes that could potentially be related to this issue are on the ConfigurationService.ts file and the Grammarly SDK...

The key seems to be in `node_modules/obsidian-daily-notes-interface/index.d.ts`, line 15 ```js export const DEFAULT_DAILY_NOTE_FORMAT = "YYYY-MM-DD"; ```