Samarth Bhatia

Results 29 issues of Samarth Bhatia

Windows Defender: ![image](https://github.com/atanunq/viu/assets/29684689/7b83824a-9da1-4b2d-87d4-e64c485ad8a0) Virus Total: https://www.virustotal.com/gui/file/3e9efb346865693577b962285fc607c585fba35a28b14c68fe9e0c4777decd0a/detection ![image](https://github.com/atanunq/viu/assets/29684689/73faa670-70ad-4cc3-8ee6-1cd87984d255)

If I add a custom rule to the user settings: ```json { "tags": { "Important2": { "scope": "comments.important", "identifier": "!+", "underline": false, "stippled_underline": false, "squiggly_underline": false, "outline": false, "is_regex": true,...

While linting, I want to get rid of `E501 line too long (x > 79 characters)` so I tried added the following to my config, but nothing worked, even after...

I was trying to record a demo for [rbcp](https://github.com/plutonium-239/rbcp), but ran into a runtime panic: ``` thread '' panicked at src\commands\record.rs:152:40: failed to flush stdout: Error { kind: InvalidData, message:...

In `v0.1.11`: Now, updated to `v0.1.12`: ### Expected: A colored, formatted help menu.

**Describe the bug** I've recently got a new webcam that works well (tested in google meet/discord desktop/windows camera etc.), but dorion is not able to start the webcam. It fails...

bug
help wanted

Briefly mentioned in #60. I have created a [repo replicating this issue](https://github.com/plutonium-239/pagescms-singlecollection-demo). If I create a single file collection (e.g. a JSON array), it does not populate the select box...

Since the action uses docker (_why?_), it [cannot be used on anything except linux images](https://docs.github.com/en/actions/concepts/workflows-and-actions/custom-actions#types-of-actions). I needed a build for windows, so I've simply done [this](https://github.com/plutonium-239/markdown-extract/blob/master/.github/workflows/create_release.yml), and made a [release](https://github.com/plutonium-239/markdown-extract/releases/tag/v2.1.0)...

Hello, I was just passing by and noticed that in the acknowledgements of the readme you write > Strangely, Go doesn't just provide this, it requires magic like `exiterr.Sys().(syscall.WaitStatus)` and...