Results 134 issues of Manuel

Could you publish this extension to Open VSX repo? This is required for usage of FOSS alternatives like [vscodium](https://github.com/VSCodium/vscodium) or Theia. The process is quite straight-forward: https://github.com/eclipse/openvsx/wiki/Publishing-Extensions :heart:

enhancement
help wanted
good first issue

Issue #129 Alternative PR to #135

_As mentioned in https://github.com/bhubr/react-simple-oauth2-login/pull/20#issuecomment-862316655_ During testing I encountered some browsers which apparently lack all or some of the following: - popup URL tracking (like you use) - `window.opener` being set...

When passing a redirectUri `http://localhost:3000/#/oauth-callback/discord` The pop-up link generated by this lib is: `https://discord.com/oauth2/authorize?client_id=X&redirect_uri=http://localhost:3000/#/oauth-callback/discord&response_type=token` Discord will reject the request with the message: "Invalid redirect URI" If I manually encode the...

If I have a task `dev` in e.g. `package.json` & `Taskfile.yaml`, it will run both. This is undesirable for me (and I feel like it used to be different?), as...

I'd argue it's much more often that I'd want to list available tasks, and it's well known to use `--help` to get help (also, I added a hint at the...

(... for this repo) doesn't seem to be `rustfmt` - so for now I'd just disable auto-formatting when editing :tipping_hand_man:

The [original PR](https://github.com/linux-china/task-keeper/pull/2) was from the wrong branch and mingled with other changes, so I created this clean one. For reference, here's the gist: > This is recommended for binaries...

```console $ git config init.defaultbranch main $ git subrepo init subdir/ -r remote-name $ git subrepo push --all Subrepo 'subdir' pushed to 'remote-name' (master). ``` :cry:

Bug

Love this tool ❤️ But when I want to use it in multiple terminal tabs: ```console ❯ chatgpt -n Error: Another chatgpt instance is running, chatgpt works not well with...