Thayne McCombs

Results 136 issues of Thayne McCombs

While quite a few languages have syntax highlighting support in vis, the set of available syntax highlighting plugins is much smaller than more popular editors, and some of the provided...

If the sysctl file doesn't end with a newline, then Ubuntu's CIS audit won't correctly detect the sysctl configuration. Also, it is UNIX best practice to include a newline at...

documentation

### Describe the Enhancement: In a recipe, i'd like to be able to do something like: ```ruby def my_service_config(description, args="") { Unit: { Description: description, }, Service: { Type: 'simple',...

Type: Enhancement
Aspect: UX
Status: Needs Replication

## Description In version 15 of the chef client, I could do something like: ```ruby package "mysql-client" do version "5.7.*" end ``` And it would constrain the version of `mysql-client`...

Type: Bug
Status: Needs Replication

### Detailed Description of the Problem After upgrading from haproxy 2.2 to 2.4 we saw an increase in NoHttpResponseExceptions from an apache http client connecting to haproxy. After rolling back...

type: bug
status: feedback required

### Your Feature Request doc/configuration.txt is currently over 23,000 lines long. Navigating such a large file can be unwieldy. Would it be worth splitting it up into multiple files, to...

type: feature
type: doc

### Your Feature Request Currently, the `urlp` fetch "extracts the first occurrence of the parameter in the query string, which begins after either '?' or , and which ends before...

type: feature

### 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...

service/autoscaling
needs-triage

I would like to swap vertical and horizontal scroll (so that using my vertical scroll wheel scrolls horizontally and vice versa). It's sort of possible to do this with config...

enhancement

This is based on https://github.com/emersion/slurp/pull/56, but has been rebased on master, and fixed some issues I found while testing (mostly around outputs that don't start at the origin).