Miciah Dashiel Butler Masters

Results 17 issues of Miciah Dashiel Butler Masters

Delete the `require` form for flycheck, and declare the needed functions from the flycheck and flymake packages. These changes enable users who prefer flymake to install attrap without installing flycheck....

This change fixes #1337. * `evil-integration.el`: When go-mode is loaded, mark `godef-jump` as a jump command so that `evil-jump-backward` works properly with it.

# Issue type - Enhancement request # Environment Emacs version: GNU Emacs 28.0.50 (build 21, x86_64-pc-linux-gnu, cairo version 1.14.8) of 2020-07-18 Operating System: Red Hat Enterprise Linux Workstation release 7.6...

Before this change, trying to use the `org-mode/src` snippet with `org-src-tab-acts-natively` set to `t` would insert the snippet, print an error message in the echo area: "No such language mode:...

* `apis/v1beta1/object_reference_types.go` (`BackendObjectReference`): Clarify that the `Port` field references the service port number when the backend is a Kubernetes Service. * `config/crd/experimental/gateway.networking.k8s.io_httproutes.yaml`: * `config/crd/standard/gateway.networking.k8s.io_httproutes.yaml`: Regenerate. ------- **What type of PR...

ok-to-test
size/XS
kind/documentation
cncf-cla: yes

**What happened**: Currently, the `Port` field of `BackendObjectReference` has the following godoc: ```go // Port specifies the destination port number to use for this resource. // Port is required when...

kind/bug
documentation
help wanted

A colleague of mine wrote some controller code similar to the following: ```go // New creates a new controller that updates metrics for Foo objects. func New(mgr manager.Manager, config Config)...

* `release_notes/ocp-4-8-release-notes.adoc`: Add a release note that HAProxy 2.2 enforces stricter HTTP header parsing. Version(s): OpenShift 4.8 Issue: https://bugzilla.redhat.com/show_bug.cgi?id=2072087 Link to docs preview: Additional information:

lgtm
size/XS
px-approved
branch/enterprise-4.8

#### Delete unused callback function Follow-up to commit 666d0cdf0cc6ea120c83b190396d76f0ac32605a. * `org-cliplink.el` (`org-cliplink-insert-org-mode-link-callback`): Delete function. * `test/org-cliplink-test.el` (`org-cliplink-insert-org-mode-link-callback-test`): Delete test. #### Save marker and use it in callback for insert *...