I hereby claim:
- I am heyitsgilbert on github.
- I am heyitsgilbert (https://keybase.io/heyitsgilbert) on keybase.
- I have a public key ASDHmoTdH2KH_cVpALRyPWR5b-5D2lYKqHq9jNlzMkY9mwo
To claim this, I am signing this object:
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"type": "object", | |
"description": "Schema for validating label groups configuration files.", | |
"properties": { | |
"LABELGROUPS": { | |
"type": "array", | |
"description": "A list of label groups.", | |
"items": { | |
"type": "object", |
param( | |
[Parameter(Mandatory = $true)] | |
$Module | |
) | |
Describe "<_.Name>" -ForEach $Module { | |
It 'Has a version' { | |
$_.version | Should -BeOfType [version] | |
} | |
It 'Has a description' { | |
$_.description | Should -BeOfType [String] |
function Set-LocationButBetter { | |
param ( | |
[Parameter( | |
ValueFromPipeline, | |
ValueFromPipelineByPropertyName | |
)] | |
$Path | |
) | |
process { |
# Make a scriptblock | |
$scriptBlock = { | |
Write-Host "Hello World" | |
Get-Fighter -Chill -Name 'Jill' | |
Get-Fighter -Chill -Name 'Gilbert' | |
Get-Fighter -Name 'Andrew' | |
Write-Host "Fighter ready." | |
} | |
# Surprise! It's all scriptblocks! |
I hereby claim:
To claim this, I am signing this object:
$T='gYw' # The test text | |
Write-Host " 40m 41m 42m 43m 44m 45m 46m 47m" | |
$fgs = @( | |
' m', | |
' 1m', | |
' 30m', | |
'1;30m', | |
' 31m', |
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"meta": { | |
"version": "v1.0.0", | |
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json", | |
"theme": "elegant" | |
}, | |
"basics": { | |
"name": "Gilbert Sanchez", | |
"label": "Señor Systems Engineer", |
# Reference: | |
# https://devblogs.microsoft.com/commandline/shell-integration-in-the-windows-terminal/ | |
param | |
( | |
[ValidateSet('WindowsTerminal', 'ITerm2')] | |
[String]$TerminalProgram = 'WindowsTerminal' | |
) | |
# Restore hooked functions in case this script is executed accidentally twice |
homeassistant: | |
container_name: hass-core | |
restart: unless-stopped | |
image: homeassistant/home-assistant:0.113.3 | |
#network_mode: host | |
networks: | |
- t2_proxy | |
- iot | |
ports: | |
- "8123:8123" |
I hereby claim:
To claim this, I am signing this object: