Robert Kaussow
Robert Kaussow
@ssato sorry for the late respons. I guess, having a merge strategy to handle such cases would be cool. How does these two described strategies handles current options for list...
Yep, it looks like it ignores the entire discussion from the linked PR.
I would suggest to involve the people that have created, contributed and tested the original PR. This entire discussion should have been done in the existing PR instead of just...
Why is it better to use IDs? What's the motivation for this change?
Nice work. Im a bit unsure about the sdk. Is it stable enough to rely on it? Does it anything different from the gitea sdk? As long as forgejo is...
In general, I like that we add spellchecking to more areas. But is there no way to handle excludes in a central place? E.g. most imports could be excluded by...
I'm talking about the `// cspell:` annotation behind a lot of import URLs.
That's why I asked for a central `ignoreRegExpList` config and not dict entry. Basically something like: ``` "ignoreRegExpList": [ ".*github.com/.*" ] ``` URLs should not be spellchecked at all.
Here is an example config https://gist.github.com/r3code/21d1e9a3f862ad865808f07225b59068
I can try to reproduce it on the weekend. Im also fine to close this issue for now and only re-open it if Im able to.