Malix

Results 167 issues of Malix

Hello I have just seen that [EdgeDeflector](https://github.com/da2x/EdgeDeflector) [was just discontinued](https://github.com/da2x/EdgeDeflector/commit/23ab3f6c12f3dd56be629a93d247fbe5a4fe62a6). Does [this sabotage ](https://www.ctrl.blog/entry/microsoft-edge-protocol-competition.html) will affect this project as well? Thanks!

bug

# Fix ## Subject MD007 when MD010 disabled ## Object When MD010 is disabled (hard tabs use case), it should be: - `MD007.indent = 1` and `MD007.start_indent = 1` by...

enhancement

About [`Session.AddHandler`](https://pkg.go.dev/github.com/bwmarrin/discordgo#Session.AddHandler) > https://github.com/bwmarrin/discordgo/blob/a2079d3138d2ecb82161c46a7306c7167d21fdc7/event.go#L120 The documentation about its parameter and return types is only in the [go doc comments](https://tip.golang.org/doc/comment) > https://github.com/bwmarrin/discordgo/blob/a2079d3138d2ecb82161c46a7306c7167d21fdc7/event.go#L101-L119 Thus, resulting in bad documentation references and no type...

```sh case variable in case1) echo case1 ;; case2) echo case2 ;; case3) echo case3 ;; esac ``` gets formated to ```sh case variable in case1) echo case1 ;; case2)...

**#5516 is not fixed** I cannot comment on it because it's locked. gitlens interactive rebase does crash due to autoAttach - VSCode Version: Version: 1.85.2 Commit: 8b3775030ed1a69b13e4f4c628c612102e30a681 Date: 2024-01-18T06:35:55.911Z (4...

containers

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

FeatureRequest

See #5 **I'm not sure yet about this one** since it's in the scope of the script and not the specific iframe. I purposefully didn't remove the `frame` parameter of...

# Feature Request Native Multiple Inputs ## Workaround https://sweetalert2.github.io/#multiple-inputs ## Implementation ### Idea Could be done by making a new `inputArray` key, type `Array` of a new "`Input`" type (`Input[]`)

### Describe the problem Manifest fields doesn't have a link to their respective documentation ### Describe the proposed solution Add JSDoc documentation description and link for each manifest fields ###...

enhancement

### Describe the problem https://github.com/crxjs/chrome-extension-tools/blob/20faa1590032ef90b4588dea06ca7610a4483248/packages/vite-plugin/src/node/manifest.ts#L166 type could be enhanced, according to [its documentation](https://developer.chrome.com/docs/extensions/mv3/manifest/incognito/) ### Describe the proposed solution Enhance its type to `"spanning" | "split" | "not_allowed"` according to [its...

enhancement