JoeyShapiro

Results 7 issues of JoeyShapiro

In the go windows package, you can get user information by using `NetUserGetInfo` along with a specified level. However, there is no way to get a list of the users....

### Describe the bug I was told to report this by the compiler: ``` C error found. It should never happen, when compiling pure V code. This is a V...

Bug

## Describe the Problem Compiling a single code file with flags does not give a warning, and continues the compile. This will work on real or fake flags This does...

Converts the status bar icon (`--NORMAL--`) into a button. It can be clicked to quickly disable the extension. The below gif shows it working in the environment ![Jun-06-2024_19-44-11](https://github.com/VSCodeVim/Vim/assets/57827758/cb0fda39-3764-4375-8223-fc1791e6b672)

This project will not build on the current release of macOS (10.15). This is because it has many warnings about deprecated code, and since the compiler uses `-Werror` to convert...

# Description It would be nice if the syft package allowed for pretty printing SBOMs with custom indenting. The default for most formats is only 1 space, but I personally...

I would like to colorize the export comments in golang a different color. I have this PR, and it kinda works, as shown below. main_test.go //go:build cgo package main //export...