Skip to content

Instantly share code, notes, and snippets.

View bstoots's full-sized avatar

Brian Stoots bstoots

  • Pittsburgh, PA
View GitHub Profile
System.NullReferenceException: Object reference not set to an instance of an object
at KeeAgent.KeeAgentExt.GroupContextMenuLoadKeysMenuItem_Click (System.Object sender, System.EventArgs e) [0x00029] in <9564d4d443cd44df8e11c57fecea4587>:0
at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00019] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripMenuItem.OnClick (System.EventArgs e) [0x00090] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripMenuItem.HandleClick (System.Int32 mouse_clicks, System.EventArgs e) [0x00000] in <7346aaf818a24e898fc55461ebf690ad>:0
at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e, System.Windows.Forms.ToolStripItemEventType met) [0x00054] in <7346aaf818a24e898fc55461ebf690ad>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
at System.Windows.Forms.ToolStrip.OnMouseUp (System.Windows.
### Keybase proof
I hereby claim:
* I am bstoots on github.
* I am bstoots (https://keybase.io/bstoots) on keybase.
* I have a public key whose fingerprint is 4122 1B00 3B4E 02F0 E30A B4A0 A360 ACF2 A0CD 08C9
To claim this, I am signing this object:
@bstoots
bstoots / 121-dbsteward.xml
Created November 18, 2018 19:13
Example of foreignKey element reordered such that resultant XML is no longer DTD-compliant #121
<?xml version="1.0" encoding="utf-8"?>
<!--
foreignKey element reordered such that resultant XML is no longer DTD-compliant #121
https://github.com/dbsteward/dbsteward/issues/121
-->
<dbsteward>
<database>
<role>
<application>app</application>
<owner>pgsql</owner>
@bstoots
bstoots / ubuntu-18.04-debug-amd64.json
Created November 11, 2018 17:47
ubuntu-18.04-debug-amd64.json
{
"builders": [{
"type": "virtualbox-iso",
"guest_os_type": "Ubuntu_64",
"iso_url": "http://releases.ubuntu.com/18.04/ubuntu-18.04.1-server-amd64.iso",
"iso_checksum": "a5b0ea5918f850124f3d72ef4b85bda82f0fcd02ec721be19c1a6952791c8ee8",
"iso_checksum_type": "sha256",
"output_directory": "output-ubuntu-18.04-debug-amd64-{{build_type}}",
"vm_name": "packer-ubuntu-18.04-debug-amd64",
"ssh_username": "vagrant",
@bstoots
bstoots / gist:8dea306ea1c67ef767fe6583079c8697
Created November 11, 2018 17:46
HashiCorp Packer Error downloading VBoxGuestAdditions.iso
packer build --only=virtualbox-iso ubuntu-18.04-debug-amd64.json
2018/11/11 12:45:04 [INFO] Packer version: 1.3.2
2018/11/11 12:45:04 Packer Target OS/Arch: windows amd64
2018/11/11 12:45:04 Built with Go Version: go1.11.1
2018/11/11 12:45:04 Using internal plugin for docker
2018/11/11 12:45:04 Using internal plugin for hyperv-vmcx
2018/11/11 12:45:04 Using internal plugin for ncloud
2018/11/11 12:45:04 Using internal plugin for openstack
2018/11/11 12:45:04 Using internal plugin for oracle-classic