DetachHead

Results 933 comments of DetachHead

@sena-nana thanks for offering to help! this issue is specifically referring to some additional error messages i added to `package.nls.en-us.json` for the `reportAny` rule, but didn't bother adding to any...

thanks! feel free to contribute translations for those errors if you want

> Glad I could help. I'll try to do the chinese translation, but since I'm quite busy at work, it'll take me a while to get this done and make...

here's where that string is coming from https://github.com/DetachHead/basedpyright/blob/041f1bf562728fcddf36c2de7c40339c7aee06ab/packages/pyright-internal/src/localization/package.nls.zh-cn.json#L322

unfortunately conflicts are inevitable since there's essentially 3 different projects (pyright, basedpyright and pylance) that need to stay in sync with each other. idk what the best approach is in...

that sucks, i guess we just have to deal with the conflicts then. i don't think having separate translation override files is a good idea because it would likely make...

closing this as it's basically a blanket issue for all localization updates that will otherwise remain open forever. a label is more suitable for tracking localization related work so i...

fyi basedpyright now supports jupyter notebooks using [the new notebook functionality introduced in LSP 3.17](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#notebookDocument_synchronization) so i think #1013 will address this

so it looks like what's happening here is: 1. the `can` module calls `logging.error` with that message 2. robotframework seems to listen for `logging.error` calls and reports them as robot...

i think it should be an error for the same reason attempting to install a package that doesn't exist is an error. i spent hours the other day trying to...