one
some text two
three
$ APP_LISTEN=cli.cmd.two ./wrapper -stdin -- grep "some text"
| class MyCustomElement extends HTMLElement { | |
| constructor() { | |
| super(); | |
| const template = document.createElement('template'); | |
| template.id = 'pool-calculator-template'; | |
| template.innerHTML = ` | |
| <input type="text" id="input"/> | |
| `; | |
| // this.appendChild(template); |
| package main | |
| import ( | |
| "context" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| ) | |
| type MyContext struct { |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "time" | |
| "github.com/r3labs/sse/v2" | |
| ) |
| <?php | |
| use App\Models\User; | |
| test('Action', function () { | |
| app()->singleton(ClassInterface::class, T1Impl::class); | |
| $out1 = app(ClassInterface::class)(); | |
| $this->assertEquals("T1?", $out1); |
| package main | |
| import ( | |
| "bufio" | |
| "fmt" | |
| "github.com/gorilla/websocket" | |
| "io" | |
| "log" | |
| "net/http" | |
| "os/exec" |
| #!/usr/bin/env python3 | |
| events = [ | |
| { | |
| "id" : 1, | |
| "name" : "user.created", | |
| "payload" : "name: labas, email:krabas", | |
| "created" : "2024-01-01 12:13:14" | |
| }, |
| package main | |
| import ( | |
| "log" | |
| "net/http" | |
| "time" | |
| "github.com/go-chi/chi/v5" | |
| ) |
| {{ define "htmlbody" }} | |
| <h1>Page 1</h1> | |
| {{ range .Items }} | |
| {{ block "item-row" . }} | |
| <div> | |
| your page content {{ . }} | |
| </div> | |
| {{ end }} | |
| {{ end }} | |
| {{ end }} |
I largely followed Florin's blog post, but have a few notes to add regarding issues I encountered:
gpg-agent only automatically starts when gpg is used; for ssh, you'll need to ensure it's running.list command inside gpg --edit-card, look for the Key attributes line to see what is currently selected. On my YubiKey 4, it defaulted to 2048 bits for all keys:Key attributes ...: rsa2048 rsa2048 rsa2048