devkabiir

Results 15 issues of devkabiir

Setting a tab aside that was using a temporary container fails to restore it later. The extension causing this issue is this https://github.com/stoically/temporary-containers. The reason for this is that when...

bug

I'm on windows 10 x64 Following is the output I get regardless of the `-terminal-off` flag ```sh λ gtm status -terminal-off=false -total-only 1h15m0s ``` ```sh λ gtm status -terminal-off=true -total-only...

bug

* Dart SDK Version (`dart --version`) - `Dart VM version: 2.3.1 (Tue May 21 19:28:38 2019 +0200) on "windows_x64"` * What package(s) from this repo you are using, and the...

It looks like the [manifest](https://github.com/poychang/github-dark-theme/blob/5b6b037e1bb8c38b33537cd0eeaa4aa2957a759b/src/manifest/manifest-firefox.json) for firefox does not register the options ui. Here is a reference https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/options_ui

firefox

The current CI (GitHub Actions) only runs `configlet` based linting and dart tests. Linting for dart should also be part of the CI. - Add dart analyzer linting job -...

help wanted
Hacktoberfest
good first issue

I noticed in the recent PR #295, that our [`check_formatting`](https://github.com/exercism/dart/blob/main/bin/check_formatting.dart) is running `configlet lint` manually, which is no longer required since #283 added a separate workflow for it. The following...

v3
v3-migration 🤖

I believe that we do want to write effective dart code, but this might not be feasible for new learners. Sometimes too many lints can distracting. So I suggest that...

help wanted
Hacktoberfest
discussion

I remember we removed `pubspec.lock` from exercises, But I see that the repo-level `pubspec.lock` is still being tracked. I generally prefer not tracking generated files because they introduce unnecessary noise...

discussion

This concept is inspired from the same in csharp track

This is inspired by the same in csharp track. Provides introduction to for loops, arrays and a bit of iterators.