Results 62 issues of Kevin Locke

Cool project! When using `cash-cat` as a standalone command, it doesn't appear to support copying `stdin` when no arguments are present. For example: ``` npm install cash-cat $ echo hi...

help wanted
non-compliant behavior

[The grammar for RegExp literals in ES6](http://www.ecma-international.org/ecma-262/6.0/#sec-literals-regular-expression-literals) allows `/` to appear without a preceding `\` in character class expressions (see `RegularExpressionClassChar` in the grammar). However, vim-es6 highlights such expressions incorrectly....

## Describe the feature/solution The completions for `killall` and `pidof` currently complete process names, but not executable paths, as supported by the [BusyBox](https://busybox.net/), [psmisc](https://gitlab.com/psmisc/psmisc), [SysV Init](https://github.com/slicer69/sysvinit) present on most Linux...

It would be very nice for users if the releases were marked using tags. It would allow for users to download/track the latest stable version through git, easily get a...

Great project! I am currently using Exim configured as a local-only MTA and would like to switch to dma. I couldn't find a way to configure dma to disable remote...

Currently `JsonExtensionData` is only supported on properties of type `IDictionary` with key type assignable from `string` and value type assignable from `JToken`. Extension data with typed values is useful for...

In https://github.com/virtio-win/kvm-guest-drivers-windows/issues/527#issuecomment-754631925 @YanVugenfirer mentioned that some virtio-fs specific CI tests might be welcomed. I'd suggest considering the test suites listed in [WinFsp Testing](https://github.com/billziss-gh/winfsp/blob/master/doc/WinFsp-Testing.asciidoc#test-suites) (excluding `fscrash`, which is not applicable): -...

Feature request
virtio-fs

After running `vgpusrv.exe -i` to create the vgpusrv Windows service, the System Event Log shows [Event ID 7030](https://social.technet.microsoft.com/wiki/contents/articles/1453.event-id-7030-basic-service-operations.aspx) on boot: > The VioGpu Resolution Service service is marked as an...

Bug
virtio-gpu

Note: This is a follow-up for https://github.com/FreeRDP/FreeRDP/issues/7521#issuecomment-1008891620 **Describe the bug** With wlfreerdp, when the remote host repeatedly pastes the value from the clipboard and there is no keyboard or mouse...

wayland
client

Attempting to generate code for an OpenAPI 3.0 document with a `multipart/form-data` request body, such as the following: ```yaml openapi: '3.0.3' info: title: OpenAPI 3 example with multipart/form-data request body...

Modeler
AutoRest v3
Generator v2