I hereby claim:
- I am cee-dub on github.
- I am ceedub (https://keybase.io/ceedub) on keybase.
- I have a public key whose fingerprint is 4FE7 0A9E F882 8393 C2F3 802D 8080 0A91 52B3 77B9
To claim this, I am signing this object:
| user nobody; | |
| worker_processes 1; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| include mime.types; | |
| default_type application/octet-stream; |
| <?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"> | |
| <dict> | |
| <key>Label</key> | |
| <string>org.nginx.nginx</string> | |
| <key>RunAtLoad</key> | |
| <true/> | |
| <key>KeepAlive</key> | |
| <true/> |
| require 'active_support/core_ext/string/filters' | |
| module PostgresTimestampDefaults | |
| def add_timestamp_defaults(table_name) | |
| add_default_now(table_name, :created_at) | |
| add_default_now(table_name, :updated_at) | |
| add_updated_at_trigger(table_name) | |
| end | |
| def add_default_now(table_name, column_name) |
| #!/usr/bin/env ruby -w | |
| # brew-services(1) - Easily start and stop formulas via launchctl | |
| # =============================================================== | |
| # | |
| # ## SYNOPSIS | |
| # | |
| # [<sudo>] `brew services` `list`<br> | |
| # [<sudo>] `brew services` `restart` <formula><br> | |
| # [<sudo>] `brew services` `start` <formula> [<plist>]<br> |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "time" | |
| ) | |
| // SSE writes Server-Sent Events to an HTTP client. |
I hereby claim:
To claim this, I am signing this object:
| package olog | |
| import ( | |
| "encoding" | |
| "encoding/json" | |
| "fmt" | |
| "github.com/go-kit/kit/log" | |
| "github.com/mickep76/mapslice-json" | |
| ) |
name: jj-vcs description: >- Use jj (Jujutsu) instead of git for version control. Always activate immediately when the working directory contains a .jj/ directory. Overrides built-in git commit and PR workflows with jj equivalents. user-invocable: true allowed-tools: