Tv
Tv
I'm trying to use custom Go types for some SQL columns, mapping a sql `int64` to Go `type FooID uint64`. It seems I can have `SELECT foo.id FROM ...` and...
Hi. I have some large files managed externally, and symlinks to them in git. I often want to see the sizes of the large files, not the sizes of the...
### Describe the bug I'm using cloudflare-adapter to deploy to Cloudflare Pages. My `_worker.js` is growing to ridiculous sizes, perhaps most relevantly, it's larger than my app with all its...
There's (apparently) a common mistake where people forget to check bufio.Scanner errors after the loop ends: ``` func foo(r io.Reader) { scanner := bufio.NewScanner(r) for scanner.Scan() { fmt.Println(scanner.Text()) } }...
I feel like many apps will only want to display a single battery indicator -- it's unlikely the user cares whether their laptop hardware has a single battery controller, or...
I had to reverse engineer this from the component example on https://zerodevx.github.io/svelte-toast/: https://github.com/zerodevx/svelte-toast/blob/9d234a7cde7a8fbecef07f63e13991724907b7e9/docs/App.svelte#L247-L262
`deno bundle` is a great future-forward way of bundling Typescript into an ESM, and compared to webpack et al, is a great developer experience for writing Cloudflare Workers. However, so...
I have no idea how to make the map scroll(/pan) by just using a touchpad. Arrow keys seem to work, but only when the map has focus? It seems if...
I wanted to make libykpiv spit out the bytes it transmit to the yubikey, which it does at verbose >= 2. The Go wrapper's Options.Verbose should have let me do...
This is interesting, and I'd kinda love to be able to say I want to write this code, but I can't make that promise. And it's probably a bunch of...