Wynn (B.J.) Snow Orvis

Results 14 issues of Wynn (B.J.) Snow Orvis

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

fixes #256 by making `end_line` mutable, so that it can be updated after each formatter runs, when `g:neoformat_run_all_formatters` is enabled. I think this is a test case that could be...

Neoformat with `yapf` fails if Neoformat is run on a visual selection of a Python file that is itself not syntactically valid python. ### Working Example 1 For example: ```python...

bug

`g:neoformat_run_all_formatters` doesn't seem to properly pass the output from one formatter to the next -- it seems llike neoformat sometimes cuts off the last line if a previous formatter changed...

We protect our Jenkins server with TLS mutual authentication, which means that in browsers we preset our client certificates to the server (rather, the proxy in front of it). However,...

enhancement

This avoids a collision with Lancer's idx handlebar helper. Reference: https://github.com/Eranziel/foundryvtt-lancer/blob/v1.6.1/src/lancer.ts#L292

This has to Increase minimum SDK version to 16 to support configuring TLSv1.2 as the minimum version.

Out of the box, without calling `set_params`, jruby-openssl's SSLContext supports EXPORT cipher suites, and it prefers them over better cipher suites. Admittedly, MRI requires you to call `set_params` to remove...

If you do not call set_params on an SSLContext, jruby-openssl supports ECDHE cipher suites, although it does prefer EXPORT cipher suites over better cipher suites. If you do call set_params,...

# Observed Behavior During a puppet (4.2.1, installed through portage, running on Ruby 2.0.0) run, I started to get a cryptic error message: ``` Error: Failed to apply catalog: #...