Kevin Ingersoll

Results 232 issues of Kevin Ingersoll

Continuing from https://github.com/piranha/gostatic/issues/34#issuecomment-107743239 In pagination, I'm using the `.Raw` content to extract an "excerpt" from each post: ``` {{ define "excerpt" }} {{ $more := "\n\n" }} {{ $excerpt_open :=...

I'm wondering if there's a way to handle deleted pages? It would be great if running `gostatic config` with some flag would detect which pages in the `OUTPUT` dir weren't...

I've got a bunch of playlists already in my Spotify. Is it possible to scan those for common genres, then offer those as quick selections next to the genre picker?

I'm attempting to fix https://github.com/maticzav/graphql-shield/issues/1087. Leaving this in a draft because there are some open questions to resolve in comments below.

This fixes a fairly common bug where React will render the falsy left side of a conditional with `&&` operator, resulting in things like `0` showing up in your UI....

Trying to set a default user group membership via: ``` ruby client.users.find(id: 1000).group_memberships.find(id: 1000).make_default ``` or ``` ruby client.users.find(id: 1000).group_memberships[0].make_default ``` Both returns `nil` and neither seems to be using...

This might be out of scope, but I'm not sure how best to do this in userland. Our Procfile has ~10 processes for a complete local development environment. Some of...

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [X] Foundryup ### What version of Foundry are you on? forge...

T-bug
Cmd-forge-test
C-forge

If I know a contract conforms to a standard (e.g. ERC-20, ERC-721) but is not verified, it'd be great if I could still call those functions on the contract.

I'm new to the Bun ecosystem (as of ~an hour ago) and decided to use Bao for my first exploration. What would it take to get hot reloading going? https://bun.sh/docs/runtime/hot