RishabhDeep Singh

Results 20 issues of RishabhDeep Singh

It will be great if we can add archive the Task as well just like in CHelper.

While I was working on JHelper I thought it will be great if we can switch CHelper to grade as well so that it becomes easy to build and set...

I am not able to see which line I am at when I search for a keyword. The highlighted text looks the same as searched text.

What version are you currently using? V-0.13.2 What would you like to see? I want either to support null as well. something like. I would like to contribute for this...

`main.dart` ```dart Scaffold( appBar: AppBar(), body: TextButton( onPressed: () async { await showBarModalBottomSheet( context: context, builder: (context) { return calendar(); }, ); }, child: Container( child: Center( child: Text("Click me"),...

Will it be cool to add forced-named arguments to this list? ```python def foo(pos, *, forcenamed): print(pos, forcenamed) ``` ```python >>> foo(pos=10, forcenamed=20) 10 20 ``` ```python >>> foo(10, forcenamed=20)...

This can be achieved by setting a flag in the flatten extension or directly flattening the list. Need some more discussion. ```dart final nestedList = [ [ 1, [2, 3]...

This bug needs frontend and backend changes. **To Reproduce** Steps to reproduce the behavior: 1. Click on the + begore the start block on the main page. 2. type with...

bug
frontend
effort-low
server

it will be great to have presubmits running that will do the job for us. It will help reduce the hassle for manually checking what are the things that were...

enhancement
good-first-contribution