Skip to content

Instantly share code, notes, and snippets.

View WoodyWoodsta's full-sized avatar
🏄‍♂️
🇿🇦🇬🇧

Sean Wood WoodyWoodsta

🏄‍♂️
🇿🇦🇬🇧
View GitHub Profile
2023-06-10 16:59:25.715 NOTICE --- Runner init started with pid 7
2023-06-10 16:59:25.724 DEBUG --- Github endpoint URL https://github.com/
2023-06-10 16:59:28.99 DEBUG --- Passing --ephemeral to config.sh to enable the ephemeral runner.
2023-06-10 16:59:28.992 DEBUG --- Configuring the runner.
--------------------------------------------------------------------------------
| ____ _ _ _ _ _ _ _ _ |
| / ___(_) |_| | | |_ _| |__ / \ ___| |_(_) ___ _ __ ___ |
| | | _| | __| |_| | | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| |
| | |_| | | |_| _ | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \ |
2023-06-10T16:57:37Z INFO Using default AutoscalingListener image pull policy {"ImagePullPolicy": "IfNotPresent"}
2023-06-10T16:57:37Z INFO controller-runtime.metrics Metrics server is starting to listen {"addr": "127.0.0.1:8080"}
2023-06-10T16:57:37Z INFO Initializing actions-runner-controller {"version": "v0.27.4", "default-scale-down-delay": "10m0s", "sync-period": "1m0s", "default-runner-image": "summerwind/actions-runner:latest", "default-docker-image": "docker:dind", "default-docker-gid": "1001", "common-runnner-labels": null, "leader-election-enabled": true, "leader-election-id": "actions-runner-controller", "watch-namespace": ""}
2023-06-10T16:57:37Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=Runner", "path": "/mutate-actions-summerwind-dev-v1alpha1-runner"}
2023-06-10T16:57:37Z INFO controller-runtime.webhook Registering webhook {"path": "/mutate-actions-summerwind-dev-v1alpha1-runner"}
2023-06-10T16:57:37Z INFO controller-runtime.bui
@WoodyWoodsta
WoodyWoodsta / .bash_aliases
Last active November 30, 2018 16:13
What I have done to set the Intel Edison up
### Directory
alias ll="ls -lv"
alias lla="ls -alv"
alias glg="git log --pretty='format:%Cgreen%h%Creset %an - %s' --graph"
alias gl="git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen %cr %an%Creset'"
alias gs="git status"
alias gd="git diff"
# add
alias ga="git add"
@WoodyWoodsta
WoodyWoodsta / .hyper.js
Created December 2, 2016 06:16
.hyper.js 20161202
module.exports = {
config: {
// default font size for all tabs
fontSize: 12,
// font family with optional fallbacks
fontFamily: '"Fira Code", "DejaVu Sans Mono", "Lucida Console", monospace',
// terminal cursor background color (hex)
cursorColor: 'red',
@WoodyWoodsta
WoodyWoodsta / pages.json
Last active February 9, 2018 10:47
Content for public portfolio
{
"home": {
"title": "Hey, it's Sean!",
"body": "I'm a London-based fullstack developer with a background in robotics and microelectronics*. I am a huge fan of innovative thinking and enjoy mixing this way of seeing the world with creativity in a manner which uplifts others. I rise up to life challenges and practice this in juggling hard work with keeping fit and learning new tricks and skills. I'm hacking at all sorts of code in any free time that I get and therefore, together with extensive and broad industry exposure, have developed a valuable understanding of web technologies, the tooling that supports these technologies and the community that have have developed them. Software is more than just the act of writing a piece of code. I view it as the process of understanding a given problem and designing and developing for it a robust and well-performing solution.",
"footnotes": "_* Graduate Mechatronics Engineer (BSc in Engineering in Mechatronics) from the University of Cape Town, Sou
@WoodyWoodsta
WoodyWoodsta / output-panel.txt
Last active January 9, 2018 15:49
Microsoft/vscode Issue #40725
[Info - 15:44:19] Using tsserver from: /Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/extensions/node_modules/typescript/lib
[Info - 15:44:19] TSServer log file: /Users/sean/Library/Application Support/Code - Insiders/logs/20180109T090501/vscode.typescript/tsserver-log-ac1Nhr/tsserver.log
[Info - 15:44:19] Forking TSServer
PATH: /Users/sean/.nvm/versions/node/v8.9.4/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/sean/.config/yarn/global/node_modules/.bin/
[Info - 15:44:19] Started TSServer
[Error - 15:44:30] 'occurrences' request failed with error.
Error processing request. Could not find file: '/Users/sean/ITDev/projects/draw-group/OW-enercity-ed4-integration-layer/ed4-front-end-integration-layer/common/models/subscription.js'.
Error: Could not find file: '/Users/sean/ITDev/projects/draw-group/OW-enercity-ed4-integration-layer/ed4-front-end-integration-layer/common/models/subscription.js'.
at getValidSourceFile (/Applications/Visual Studio Code - Insiders.app/Content
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
196.42.82.17
@WoodyWoodsta
WoodyWoodsta / .babel.json
Last active September 27, 2016 09:44
Elementary OS setup stuff
{
"{\"filename\":\"/mnt/Data/ITDev/gitsub/experimental/v-engine/src/__tests__/index.es6\",\"env\":{},\"retainLines\":false,\"highlightCode\":true,\"suppressDeprecationMessages\":false,\"presets\":[],\"plugins\":[[[],null],[[],null],[[],null],[[],null],[[],null],[[],null],[[],null],[[],null]],\"ignore\":[],\"code\":true,\"metadata\":true,\"ast\":true,\"comments\":true,\"compact\":\"auto\",\"minified\":false,\"babelrc\":true,\"sourceType\":\"module\",\"moduleIds\":false,\"passPerPreset\":false}:6.10.4": {
"metadata": {
"usedHelpers": [
"interopRequireWildcard"
],
"marked": [],
"modules": {
"imports": [
{
@WoodyWoodsta
WoodyWoodsta / redshift.conf
Last active March 15, 2016 17:31
Redshift setup
; Global settings for redshift
[redshift]
; Set the day and night screen temperatures
temp-day=6000
temp-night=2000
; Enable/Disable a smooth transition between day and night
; 0 will cause a direct change from day to night screen temperature.
; 1 will gradually increase or decrease the screen temperature.
transition=1