Hippie Hacker

Results 74 issues of Hippie Hacker

# Checklist - [x] I followed the [troubleshooting guide](https://github.com/astahlman/ob-async#troubleshooting) and it did not address my issue - [x] I've included a link to a Github Gist with the full contents...

From https://github.com/lkundrak/btkbdd/blob/master/btkbdd.pod#options ``` -t addr Attempt connecting to given address upon key press, if no connection has been estabilished yet. This can be used to effectively "hardwire" the keyboard to...

Similar to https://github.com/lkundrak/btkbdd/blob/8d01a5dd3fcd13448ceb047ac52210e3470d9010/keyb.c#L44 (i'm reading through the C to figure out how it might be done)

It's a start, at least we get on the right bus, and are calling the register. ``` # python dbus.py (process:1467): GLib-GIO-CRITICAL **: g_bus_own_name_on_connection: assertion 'g_dbus_is_name (name) && !g_dbus_is_unique_name (name)'...

#3 is closed, and #4 is merged, but I'm still unsure how to configure an `sql-mode` src-block to use a particular sql-connection.

`org-tangle` has an updated function that attempts to add some advice with an by over-riding `org-tangle-collect-blocks`. It seems that function arguments may have changed. Fixes #6267 ----- - [x] I...

is:bug
module:lang/org
was:moved
module:core:binscripts

I'm not sure where the names come from for calls to Droplet.new(name:) when I want to specify my own images. I ended up using the image_id: in the name: parameter...

enhancement

I'm exploring adding Gherkin support for kubernetes to separately define our behaviours/features from our tests. We currently make heavy use of Ginkgo, and much of our infrastructure is based on...

``` feature As a windows chef user I want to ensure a specific certificate binding to a port In order to replace any existing binding with what I have specified...

Status: Sustaining Backlog
Triage: Feature Request

``` ruby windows_ssl_bind_certificate 'Reuse RDP and WINRM self-signed cert for IIS' do ip_address '0.0.0.0' port 443 hash node.chef_provisioning.reference.winrm_ssl_thumbprint # We should maybe generate a guid app_guid '00112233-4455-6677-8899-BABEFACEEE12' end ``` ```...

Type: Bug