Jacob Ford

Results 40 comments of Jacob Ford

Could you upload the code or snippet you're using to pull the random historic blocks? Going to take a crack at replicating.

Useful! I'm working on my own fork, and your e7e4870 is a handy feature I may pull into mine. My goal is allowing you to set a default hostname and...

My fork is [unitof/tunnow](github.com/unitof/tunnow). As of this morning it's _basically_ working! Just with no documentation, which I hope to add within next week. Unless we hear from @divmain I'll likely...

@sagzy could you take a look at this? Would really help us get rid of the red error box on our admin, for using a custom variable in our CTA...

@truekasun Is your `featured.hbs` located in your theme's `partials/` directory? If so, this may actually be #523, and not have anything to do with the `#get` helper function.

This was fixed in https://github.com/jiaaro/pydub/commit/5658398518f84a7669ba75b8abbb368ce48e145d but doesn't seem to have made it to a release.

Sublime Text knows how to read TextMate bundles! Just drag `Python for Glyphs.tmbundle` into your Sublime Text `Packages` directory.

In the past, third party taps [handled this with `opoo`](https://github.com/Homebrew/brew/issues/7746#issuecomment-649582087) but a silent method for renaming the main (or any) branch which doesn't require keeping the old branch around would...

This is true if you use something like `dotenv -e .vercel/.env -c development -- turbo run build` to get `turbo` to play nicely with `vc pull`/`vc dev`. Would at least...

There's `homebrew/cask/ngrok` (which we all maintain), and ngrok does also [maintain their own](https://ngrok.com/download): https://github.com/ngrok/homebrew-ngrok/blob/main/Casks/ngrok.rb. Both are installing/reinstalling OK for me, without SSL errors.