View gist:6049b450fce8d1052fe448d7a765f935
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
View gist:704c2e6967a559d4fa74e64b628ab3c2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
View 121-dbsteward.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
View ubuntu-18.04-debug-amd64.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
View gist:8dea306ea1c67ef767fe6583079c8697
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |