Skip to content

Instantly share code, notes, and snippets.

View nickevansuk's full-sized avatar

Nick Evans nickevansuk

View GitHub Profile
@nickevansuk
nickevansuk / iminBookableSellers.json
Last active August 1, 2023 10:44
iminBookableSellers.json
{
"rmrefimpl1": 4,
"rmrefimpl2": 5,
}
@nickevansuk
nickevansuk / Fix Bluetooth Mouse.kmmacros
Created July 16, 2020 12:24
Fix for Microsoft Sculpt Comfort Mouse in macOS Catalina
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>Activate</key>
<string>Normal</string>
<key>CreationDate</key>
<real>614697772.31705701</real>
<key>Macros</key>
@nickevansuk
nickevansuk / virtual_events_request_for_comments.md
Last active March 25, 2020 10:34
OpenActive Virtual Events - Request for Comments

OpenActive Virtual Events - Request for Comments

Background

The OpenActive community have created four proposals to cover moving events online, motivated by the COVID-19 pandemic.

Please see the details below, and join the next W3C call at 2pm on Wednesday 25 March to share your thoughts if you are considering implementing.

New Properties for SessionSeries and Event

@nickevansuk
nickevansuk / example.json
Last active August 9, 2018 18:35
Test gist
{
"@context": "https://www.openactive.io/ns/oa.jsonld",
"type": "Event",
"maximumAttendeeCapacity": 30,
"remainingAttendeeCapacity": 4
}