-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you open GitHub discussion for normal people asking (simple) questions? #168
Comments
@spookylukey, @carltongibson, thoughts about this? This could help people from editors/IDEs we don't use to share their configuration issues and files, so they can assist each other. |
I think that it's not easy seeing how to get set up, or customising, so either discussions, or a list of examples, that can grow as they come up would be useful. I suspect that a few examples would go a long way, but right now there aren't many. (Still to sit down with the example you pointed at in #171, which looks very helpful!) |
Here I provide some motivations:(Forgive me to use the word competitor.) I think pylsp needs a community to win the competitor pyright*. We need a place for people to ask simple questions to grow faster than pyright. (healthy competition, I hope. And I don't think StackOverflow is a better place because these configuring problems, in general, contain too many details, so more suitable to discuss directly among the maintainers/contributors.) *: I'm a very heavy neovim user. I'm probably among the top 1% users who know about how to set it up correctly. Some little proof (statistics 3/14~ by Wakatime): If the community can be created, I'm willing to provide consistent support in answering neovim-related (simple to intermediate) questions, and further report the possible bugs upstream neovim-related repos when needed. (I believe newbies don't know how to do this faster.) Finally, I read some comments saying that pyright is better (in terms of speed) than pylsp. But recently, I encountered a bug during trying PDM that pyright will creat two Anyway, I hope pylsp will benefit from the GitHub discussion feature. Sincerely, |
From my current observation, some issues could be put in GitHub Discussion, #172 for example. So you can benefit from the distinction between real lsp related issues and editor configuration discussion. But beware that while these kinds of questions might be simple/having low-priority, they're the real users of pylsp. We must treat these questions correctly so they will stay. |
I think that's fine, don't worry.
Well, the problem is that Pyright is sponsored by Microsoft and we're a community effort. The nice thing about us though is that our server is based on Python (so you don't need a separate Node installation to run it), we integrate with a lot of widely used tools in the Python community, and we offer a nice way to configure them.
Cool! Thanks a lot for offering your help @nyngwang!
Jedi (the library we use for most operations) is actually quite performant and provides better results in some situations. The thing is client/IDEs need to optimize a lot how they interact with the server to get good results.
That's not surprising because Pyright is (most probably) optimized to work best with VScode.
I just opened our Discussions, so enjoy! |
Good point. I'll move it there.
Good point. The thing is we need others' help for that because we don't have experience with most editors/IDEs our users come here for. |
I think this issue can be closed. |
Correct. |
As title.
The text was updated successfully, but these errors were encountered: