Josh Branchaud

Results 16 comments of Josh Branchaud

To actually merge this would, iirc, require migrating a bunch of existing Sanity data to the new namings. Closing for now since it is stale and not a quick-merge. We...

> @jbranchaud does `await path()` without an argument have the same behavior for you? I should default to the home directory... @johnlindquist I just tried `await path()` without an arg...

Some repro details: - ScriptKit v1.36.0 - OSX Catalina v10.15.7 (Intel chip)

I wanted to come up with a minimal repro script and found a potential clue. This script works as expected: ```javascript // Name: View a TIL import "@johnlindquist/kit"; await path();...