SHOURYA SHIKHAR

Results 15 issues of SHOURYA SHIKHAR

Sometimes its just stuck and would not respond until I press Ctrl + C; And this comes from time to time: ``` [ERROR]: gitstatus failed to initialize. Zsh log (/tmp/gitstatus.POWERLEVEL9K.1000.3759.1659102363.1.xtrace.log):...

The current code base has many repeated lines. Also the general architecture isn't very modularised. Has many unnecessary parameter passes, unnecessary imports, etc. Need to fix that. You have full...

good first issue
easy fix

Hi, I've fixed the negative output error in Fibonacci. #101 , I have replaced one line of code to remove the '-' sign

### Related Issue - Fixes # . ### Proposed Changes - Change 1 - Change 2 ### Additional Information - There was a spelling mistake in CONTRIBUTING.md. Corrected the spelling....

While trying to open the website, this pops up in console. ``` main.dart.js:33420 Uncaught ReferenceError: WebAssembly is not defined at La (canvaskit.js:151:54) at canvaskit.js:143:415 at ai3.$1 (main.dart.js:22300:25) at aeO.adq (main.dart.js:33446:34)...

## Details `pedantic` v1.1 is deprecated. `lints` is the new recommendation from the dart team. (https://pub.dev/documentation/pedantic/latest/) Used the recommended lint options with the new `lints` package. ## Pull Request Process...

List of URIs that don't exist: 1. `drawer_viewmodel.dart`, 2. `history_viewmodel.dart` 3. `url_bottomsheet_view.dart` Log of `flutter run --verbose`: ```bash [+5182 ms] [+5584 ms] lib/ui/views/History/history_view.dart:9:8: Error: Error when reading 'lib/ui/views/history/history_viewmodel.dart': No such...

This was the error before this fix: ``` Flutter Fix [!] Your project requires a newer version of the Kotlin Gradle plugin. ``` `java -version` output: ``` openjdk version "1.8.0_352"...