Shirish Kadam
Shirish Kadam
## Your Environment ```bash $ python -m qas.sys_info ``` ``` # To get the system info, past the output of the above command here ``` * Question you were trying...
So, the pronouns are affecting the accuracy of the vector space model and to avoid that I am trying to implement anaphora resolution.
Added Support for Python 3
On trying to mock a Riverpod StateNotifierProvider of (AutoDispose)FamilyNotifier - ``` @Riverpod(keepAlive: true) class ProjectDirectoryPath extends _$ProjectDirectoryPath { @override String? build() { return null; } } ``` Mockito code generation...
Hi, thanks a bunch for your contributions towards building this amazing package! I am curious to understand its compatibility with [Language Server Protocol for dart-sdk](https://github.com/dart-lang/sdk/blob/master/pkg/analysis_server/tool/lsp_spec/README.md). I am currently using the...
Current Scope: - [ ] Key mappings from VSCode & Android Studio - [ ] Global - [ ] Editor Future Scope -
[Language Server Protocol](https://microsoft.github.io/language-server-protocol/) (LSP) support is available in the Dart analysis server from version 2.2.0 of the SDK (which was included in version 1.2.1 of Flutter). This issue outlines the...
Current Scope: - [ ] Notify of errors in an non-intrusive way (specifically LSP errors) - [x] Set notification levels - [x] Expose notification provider - [x] Auto dispose notification...
Current Scope: - [ ] Code highlighting - [ ] Code folding (LSP?) - [ ] Line number - [ ] Sync with LSP Provider (TBD) Future Scope: - Supports...