Skip to content

Instantly share code, notes, and snippets.

View reynisdrangar's full-sized avatar

Reynisdrangar reynisdrangar

  • Standing in the sea
View GitHub Profile
Running target/debug/deps/events-a843f14be309a5a2
running 1 test
test test_events ... FAILED
failures:
---- test_events stdout ----
thread 'test_events' panicked at 'assertion failed: `(left == right)`
left: `User { timestamp: 0, window_id: 0, type_: 32770, code: 456, data1: 0x1234, data2: 0x5678 }`,
# Modified from jessfraz' boxstarter.ps1
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>
# OR