Georges G
Georges G
Hello, Thanks for the open source work! I have an issue with `pyls`. If I install it with `vim-lsp-settings`, using `:LspInstallServer pyls`, `pyls` does not see my user installed packages....
**Is your feature request related to a problem? Please describe.** At the moment, validation errors are emitted with [this code](https://github.com/tortoise/tortoise-orm/blob/0cb82bb4bf40bd2c2257b8dc572c19c0d6ff3111/tortoise/fields/base.py#L246C1-L262C73): ```python for v in self.validators: if self.null and value is...
I am using Miragejs in a Svelte project. Recently, I integrated Google Maps in the project and I could not have it working. It took me a while to understand...
The processing of an empty file returns the wrong source and breaks stylelint. See [this issue](https://github.com/stylelint/stylelint/issues/7172) and this code: ```node > require('postcss-scss').parse('').source { input: Input { css: '', hasBOM: false,...
There is an issue with how `postcss-sass` processes media queries. It makes it impossible to use with stylelint. See [the issue there](https://github.com/stylelint/stylelint/issues/7169). The source should not return `undefined`: ``` >...