Arjun Mahishi

Results 22 issues of Arjun Mahishi

**Description:** Simply renames a few structs in the `configtls` package for consistence. `TLSClientSetting` to `ClientConfig` `TLSServerSetting` to `ServerConfig` `TLSSetting` to `Config` **Link to tracking Issue:** Fixes #9474

release:required-for-ga

As pointed out in issue #1520, if the suite is not initialised properly (by calling the `Run` function), then calling `suite.Require()` or `suite.Assert()` will result in a deadlock. ## Changes...

bug
pkg-suite

I have a custom command called `test`. I generally keep re-writing when I switch from codebase to codebase. We could potentially have a project specific list of custom commands. ###...

good first issue
feature

Right now, `STDOUT` and `STDERR` are mixed in the same output buffer. There should be a way to configure the plugin to stream the `STDOUT` and `STDERR` separately into different...

good first issue
feature

Currently, custom commands are pretty vanilla. It's a simple bash script that gets executed as it is. #27 extends it slightly by introducing a way to use the selected text....

help wanted
feature

More and more functionality is being added to this plugin every now and than. It would be super useful to add unit tests for some key functions.

quality

If the selected text is available as a variable in custom commands, this will allow the user to pass that as input to their script via STDIN or use it...

feature

## Summary As pointed out in #1525, when the assertion message is too long, it gets completely truncated in the final output. This is because `bufio.Scanner.Scan()` has a default `MaxScanTokenSize`...

bug
pkg-assert

Need to use the user entered "app-name" in the skeleton code. For the title tag and other places.

enhancement
good first issue
Hacktoberfest