Wasim Lorgat

Results 148 comments of Wasim Lorgat

Thanks Kyle! Aside from the issue Jonathan mentioned, the rest of your points do indeed look like bugs. Outside contributions are welcomed, please feel free to tag me in any...

I usually: 1. Run `yarn` from the root `positron` dir. 2. Run both `yarn watch-client` and `yarn watch-extensions` from the same dir to compile to TS on save. 3. Run...

@ntluong95 I can't find any info on a "Pylang" syntax highlighter. Do you mean Pylance?

Thank you for pointing out basedpyright, we'll look into it! Aside from the Quarto issue you mentioned, how well does basedpyright currently work in Positron? At the very least, we...

Could you please share a screenshot of the 2 language servers in Outlines?

Unfortunately this isn't a priority at the moment, but I did spend a little time seeing what it would take to support semantic highlighting with Jedi on the [3731-investigate-jedi-lsp-semantic-tokens](https://github.com/posit-dev/positron/compare/3731-investigate-jedi-lsp-semantic-tokens?expand=1) branch...

This has been implemented in `jedi-language-server` but still seems to have a bug (https://github.com/pappasam/jedi-language-server/issues/340). We could wait for that to be resolved.

Thanks for the report! We haven't yet hooked up the debugger for Jupyter notebook cells, we can use this issue to track that work. I think what's happening in your...

I'm going to track the overall progress for debugging Jupyter notebook cells in the epic: https://github.com/posit-dev/positron/issues/6338. We can use this issue to track the initial feature-flagged implementation. Once we address...

We might be able to use the same functionality to debug Python scripts in the console (with a kernel connection). That may, for example, let us view debug variables in...