Jason

Results 113 comments of Jason
trafficstars

I implemented something similar for a personal project recently. My solution was to do a DNS lookup for a common domain that can be expected to be online (e.g. google.com)...

\+ "Stage selected" and "Unstaged selected" commands

> Curious what others are using in the meantime to have a nice commit review/diff workflow? I'm keeping the project open in Cursor/VSCode too showing the Source Control view. zed...

Showing an AI suggested commit message based on contents of the git stage, would be a nice time saver too.

My [other issue](https://github.com/zed-industries/zed/issues/8929) was closed in as a duplicate of this, so adding my feature request here: - [ ] **Within the File Explorer panel, add a right-click context menu...

It looks like [updating @actions/core from 1.6](https://github.com/WalshyDev/cf-pages-await/blob/main/package.json#L13 ) to 1.10 might solve this, because the method being called is the same, just [the implementation in @actions/core changed to use the...

@NathanWalker Interesting to note (if only for others searching issues like me) that `Intl.NumberFormat()` partially works in the NativeScript runtime currently, making it seem buggy. I was attempting to use...

Too heavy as in "adds KBs of JS that are more than is justifiable for a mere hero graphic" in my case. But I've since gone in another direction and...

@ErikSandquist [SvelteKit now has built in image support](https://kit.svelte.dev/docs/images#sveltejs-enhanced-img ). Better to transition over to that, imo. It builds the images Vite and adds hashes to the file names, so you...