Yacine Hmito

Results 9 issues of Yacine Hmito

Currently the rule `jsx-pascal-case` doesn't support some edge cases: - It improperly errors when the component is in a namespace that starts with an underscore - It improperly succeeds on...

help wanted

This is a feature request. ## Issue Our team is working on a large codebase and we are currently having issues with the time our CI takes. We are looking...

Enhancement :sparkles:
Help Wanted
:rocket: Feature Request

Given this snippet: ``` idris five : Int five = two + three where two : Int two = ?two_rhs three : Int three = 3 ``` This type-checks fine...

I am in the process of back-porting tests from `deno bundle` to `deno_emit`, and I found that we explicitly ensure that the output of deno bundle contains the following: ```...

This PR implements autofix for a small selection of rules. Related PR for Deno CLI: https://github.com/denoland/deno/pull/19872 Closes #1013.

* Click *thumbs-up* 👍 on this issue if you want it! * Click *confused* 😕 on this issue if not having it makes VSCodeVim unusable. The VSCodeVim team prioritizes issues...

kind/bug
help wanted
area/undo

Some applications allow for configuring charts. Different types of charts may be signified by different types of icons. Material Symbols already supports some icons for different types of charts, such...

icon request

I have set the following in my Nix config: ``` system.keyboard = { enableKeyMapping = true; remapsCapsLockToEscape = true; }; ``` After running `darwin-rebuild`, the Caps Lock key is successfully...

**Description:** Unignored the tests in `swc_bundler` that were ignored pending the merge of #1264. The tests `deno_8481_1` and `deno_8188_full` have been merged into one because they run the same code....