osama

Results 28 issues of osama

**Description** Provide a fix to disable a lint rule in `analysis_options.yaml` that is similar to ignore diagnostic fixes. The ignore diagnostic fixes can either ignore a line or an entire...

area-analyzer
analyzer-quick-fix
type-enhancement
P4

# Feature request Support: `neq`, `lt`, `lte`, `gt`, and `gte` in addition to `eq`. ## Use case In my app, I'm trying to filter realtime using `(realtime:public:some_table:someValue=gt.previousValue)` but that's currently...

enhancement

**Issue** When a Google font is used the first time, the text shows in the fallback font initially, and then shows the actual Google Font as shown in the attached...

enhancement
help wanted

# Bug report ## Describe the bug Trying to install `pg_cron` locally but I'm facing the following issue: ```console zsh:~$ supabase init zsh:~$ echo "create extension if not exists pg_cron;"...

bug

**Describe the bug** - The color of the angle bracket becomes the same as the `$` sign. - Also the `$` between the two angle brackets loses its distinct color...

is bug

Since not too long ago, dart introduced Typedefs for non-function types*. It'd be nice if `gql_build` can generate an optional aliases file such as: - generated file: `./all_pokemon.aliases.dart`; ```dart import...

> Note: Initially I thought this was an issue but it turns out it's working as expected -- so I updated it as a feature request. - Given `main.dart`: ```dart...

area-dart-cli

As mentioned in the title and as shown in the example below: ```dart main() { final datetimeParsed = DateTime.parse('2021-02-05T22:37:12.933232+00:00'); final datetimeMS = DateTime.fromMicrosecondsSinceEpoch(1612564632933232); print(datetimeParsed.toIso8601String()); // prints 2021-02-05T22:37:12.933Z print(datetimeMS.toUtc().toIso8601String()); // prints...

area-library
type-documentation
library-core

# Feature request ## Is your feature request related to a problem? Please describe. Currently, when I would like to run a command before or after certain supabase cli commands,...

enhancement

**Describe the bug** The bug usually occurs while creating new tests, moving them around or grouping them.. See screenshot below. Reloading VS Code seems the only option atm to realign...

is bug
in editor
awaiting info
in testing