Results 45 issues of Naser Aleisa

Wasn't sure which category to place this. It's not really a `tutorial`, more like `unofficial documentation`, but that category does not yet exist. Feel free to move/edit as you see...

Unlike the current implementation, [sign_in_with_apple ](https://pub.dev/packages/sign_in_with_apple)supports more than just iOS. This is useful if your user has signed up with apple before on your website or another phone and has...

I was digging through the source code and came across [this todo](https://github.com/janosh/svelte-multiselect/blob/13c26cacf53c19dcc777602b1a44ae6bb8dd2498/src/lib/MultiSelect.svelte#L243). Perhaps we can use [tick](https://svelte.dev/tutorial/tick) instead?

help wanted
discussion

### Your environment op-vscode version: 1.0.2 VS Code version: 1.71.2 CLI version: 2.7.1 OS: Ubuntu 22.04 ## Steps to reproduce 1. Command Palette > `1password: choose acount` OR `1password: choose...

bug
verified
hacktoberfest

``` # atuin config (all else is default) exit_mode = "return-original" ``` ### Expected Pressing `ESC` returns the original prompt text. ### Actual Pressing `ESC` clears the prompt. ## Further...

First, thanks for this tidy utility. ## What This change allows users to set a custom date format using an environment variable `ROFI_SCREENSHOT_DATE_FORMAT`. ## Why? 1. The current hardcoded format...

Implementation is similar to the one explained in https://github.com/nvbn/thefuck/issues/912#issue-441679613. In a nutshell, it tries to wrap the user's failed command in a nix-shell call. ``` $ ponysay moo The program...

A request is fired to `packages.httpie.io` on _every_ invocation of `http`. Not sure if this related to update notifications (#1136). If so, then it seems overkill to check for updates...

bug
new

## Current behavior: 1. Type 123 2. Copilot suggests 456 3. You accept suggestion 4. You press undo 5. Observe that entire line is deleted ## Desired behavior: 1. Type...