Rafał Chłodnicki

Results 163 issues of Rafał Chłodnicki

I'm using this project through `pylsp` through `LSP-pylsp` so I'm reporting this issue from the context of those. Sorry but I don't know how to use this project in standalone...

bug

### What problem does this feature solve? Simplifies adding middlewares from modules. Currently (assuming that middleware is added programmatically from a module, without user interaction), to add a middleware from...

enhancement
3.x
kit
🍰 p2-nice-to-have

### Versions - nuxt: v2.15.8 - node: 14 ### Reproduction Non-simplified reproduction is in the issue reported in `@nuxtjs/i18n` - https://github.com/nuxt-community/i18n-module/issues/1480 It boils down to `sortRoutes` utility function not sorting...

bug-report

List of all the issues that Sublime Text is blocking us on in the hope that it would give those issues more visibility and priority. Feel free to add more...

sublime issue

It's a quick and dirty implementation to test things out. ![Screenshot 2021-05-29 at 23 50 57](https://user-images.githubusercontent.com/153197/120085477-b9f14d80-c0d8-11eb-9493-d1127c87fe90.png)

**Describe the bug** When testing #1702 I've noticed that there is minor bug that makes us not trigger some handlers that should trigger on changing selection. The `_update_stored_region_async` in: https://github.com/sublimelsp/LSP/blob/b11799683fb1099f0972459e85e817ab4780e815/plugin/documents.py#L379-L381...

**Describe the bug** The logic to ignore diagnostics when the file is outside the project is erroneously ignoring diagnostics in some cases. **To Reproduce** With LSP-json installed, open some project...

bug

- OSX - LSP v0.9.5 - LSP-Vue v0.0.14 Vue project with TS configuration in`tsconfig.json` and custom types in `types/index.d.ts`. Editing types in `types/index.d.ts` doesn't get reflected in *.vue file if...

sublime issue

**Is your feature request related to a problem? Please describe.** When showing a completion list, sometimes instead of finding a specific item, the user wants to browse available options and...

enhancement
sublime issue

**Describe the bug** Clicking the code action annotation triggers document modification but the annotation does not get refreshed, still showing the old "suggestion" that does not do anything when clicking....

bug