Steve Mokris
Steve Mokris
When checking links on some websites, BLC throws an error like this: Error: Expected type "text/html" but got "application/xhtml+xml" This PR enables BLC to check XHTML pages (in addition to...
When the "Search or create note" field receives focus, I'd like to select the "All notes" row in the Tags Panel, so that it always searches all my notes, rather...
https://github.com/textmate/textmate It has a [remote editor interface](https://github.com/textmate/rmate) which might be useful.
While configuring OAuth2, I was surprised to find that the `active_attribute` check only happens if the server's response includes that attribute (i.e., I was expecting a missing attribute to mean...
I'm trying to run Dovecot 2.3.19 (RPM from repo.dovecot.org) in CentOS Stream 8, running in a SmartOS LX zone (an Illumos kernel with a Linux syscall emulation layer). When I...
For plugins that output many values, it would be nice to be able to filter the graph so it only shows only a few values, to make it easier to...
In prior releases of Munin (1.x at least), the order in which a plugin outputs values was the same as the order when rendering stacked graphs and legend (#296 notwithstanding)....
If I configure a virtual node (based on the example provided in `munin.conf.sample`), the virtual node does not show up in the web interface. Happens with the latest commit on...
I'm getting warnings like this for each `puppet agent` run: ``` templates/vhost/_require.erb:3: warning: deprecated Object#=~ is called on Hash; it always returns nil ``` This PR changes the logic to...