- This description uses only major, minor and build in the module's version.
- This description uses external help instead of Comment-Based help (platyPS).
- This description uses Pester for running tests.
- This description hosts the source of github.
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
# Inspired by: | |
# * [Z2M - IKEA STYRBAR remote for multiple lights](https://community.home-assistant.io/t/z2m-ikea-styrbar-remote-for-multiple-lights/713964) | |
# * [ZHA - IKEA Styrbar - White Spectrum Lights](https://community.home-assistant.io/t/zha-ikea-styrbar-white-spectrum-lights/341688) | |
blueprint: | |
name: ZHA - IKEA Styrbar - Warm White Lights | |
description: Control a light with white spectrum and dimming via a Ikea Styrbar Remote connected trough ZHA | |
domain: automation | |
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
// ==UserScript== | |
// @name Fix QNap Login Fields | |
// @description Replace the input field for the QNap login screen for 1password to be able to fill them out | |
// @namespace https://gist.github.com/lipkau/ | |
// @version 0.3 | |
// @author Oliver Lipkau | |
// @match https://nas/cgi-bin/login.html* | |
// @icon https://www.google.com/s2/favicons?domain=myqnapcloud.com | |
// @grant GM_info | |
// @require https://code.jquery.com/jquery-3.6.0.min.js#sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4= |
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
# Logger | |
{ restoreDir_mkDir("./log", "jeelink/washer", 0) } | |
define FileLog_Washer FileLog ./log/jeelink/washer/%Y-%m-%d.log Washer | |
attr FileLog_Washer logtype text | |
attr FileLog_Dishwasher nrarchive 14 | |
attr FileLog_Washer room Bathroom | |
{ restoreDir_mkDir("./log", "push", 0) } | |
define FileLog_Push FileLog ./log/push/%Y-%m-%d.log push_.* | |
attr FileLog_Push logtype text |
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
42Crunch.vscode-openapi | |
alefragnani.Bookmarks | |
AnbuselvanRocky.bootstrap5-vscode | |
annsk.alignment | |
asciidoctor.asciidoctor-vscode | |
atlassian.atlascode | |
bbenoist.vagrant | |
bmewburn.vscode-intelephense-client | |
christian-kohler.npm-intellisense | |
christian-kohler.path-intellisense |
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
#requires -modules JiraPS | |
if (-not (Get-JiraSession)) { | |
Write-Error "Script requires a valid session. Use 'New-JiraSession' or edit script." | |
return | |
} | |
$users = @('jon.doe', 'jane.doe') | |
$query = "project = TV AND components = Backend" |
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
function Initialize-Environment { | |
<# | |
.SYNOPSIS | |
Initialize the module | |
.DESCRIPTION | |
Setup the environment to work with JiraPS | |
.EXAMPLE | |
Initialize-Environment |
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
param( | |
# Path to the JSON file with the information to upload. | |
[Parameter(Mandatory = $true)] | |
[ValidateScript( { Test-Path $_ })] | |
[string]$InputFile, | |
# Credentials to use for the connection with Jira. | |
[Parameter(Mandatory = $true)] | |
[PSCredential]$Credential, |
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
{ | |
"make_strong": { | |
"prefix": "strong", | |
"body": [ | |
"<strong>$TM_SELECTED_TEXT${1}</strong>${0}" | |
], | |
"description": "Encloses selected text in <strong></strong> tags" | |
}, | |
"make_italic": { | |
"prefix": "italic", |
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
// ==UserScript== | |
// @name AtlassianTuner | |
// @description Custom javascript to inject onto Atlassian's Jira and Confluence to make experience better (at least for me) | |
// @namespace https://gist.github.com/lipkau/481342249739847f2d7f8d3099783ce4 | |
// @author Oliver Lipkau | |
// @version 0.10.1 | |
// @include https://*.bsh-sdd.com* | |
// @require https://code.jquery.com/jquery-2.2.4.min.js#sha256=BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44= | |
// @require https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.2/anchor.min.js#sha256=WofcoLT8gToeaSmVRe28qpnlFxdBJH1n4K6Bk3YowvU= | |
// @run-at document-start |
NewerOlder