I hereby claim:
- I am geoffreysmith on github.
- I am geoffreysmith (https://keybase.io/geoffreysmith) on keybase.
- I have a public key ASAKvkR2zuEameS6SOIOpXPeX1bO1FFtllg1enueGjr0xwo
To claim this, I am signing this object:
| var _ = require('lodash'); | |
| var snippets = require('apostrophe-snippets'); | |
| module.exports = mainnav; | |
| function mainnav(options, callback) { | |
| return new mainnav.Mainnav(options, callback); | |
| } | |
| mainnav.Mainnav = function (options, callback) { | |
| var self = this; | |
| var apos = options.apos; | |
| var app = options.app; |
| # alpine 3.11 | |
| FROM node:12-alpine as base | |
| # set working directory | |
| WORKDIR /app | |
| ENV CHROME_BIN /usr/bin/chromium-browser | |
| # Please stop doing things like making us copy things out of separate folders while | |
| # also including a private nuget feed. I'm sure there's a good reason for it, but it is |
| Function Keyboard-Saver { | |
| $wshell = New-Object -ComObject wscript.shell; | |
| While ($True) { | |
| $wshell.SendKeys("{F15}") | |
| Start-Sleep 240 | |
| } | |
| } |
I hereby claim:
To claim this, I am signing this object: