Eric Taylor

Results 9 comments of Eric Taylor

👍 For exposing an API for handling this use case. I have the exact same need as well. Some assets come from a CDN while some (index.html) need to come...

Well I know I've kinda hacked around this limitation temporarily by running a script that modifies the outputted file and replaces the `https://cdn.com/index.html` line with just `/index.html`. I haven't had...

I mean my use cases so far have only needed the `index.html` because everything else goes goes to one CDN, but I could see the potential for being able to...

@hodor-cn you're caching the index twice though with the same hash.

The purist in me says this is still an issue because in @hodor-cn's case you are caching or attempting to cache a duplicate that is never used or consumed. `["//cdn.com/dist/index.html","4dabed415bcd6573e160078d66f551f7"],`...

I agree. It also helps greatly when trying to identify if the TypeScript definitions need updated. So far I've had to manually peak into commits to verify there aren't any...

> `string` only exists on properties that needs `string`. Like `display`, that you bring up as example, where you can have space separated values. Related [frenic/csstype#8 (comment)](https://github.com/frenic/csstype/issues/8#issuecomment-364845647) 👍

iTerm's "Show/hide all windows with a system-wide hotkey" feature is the primary reason I still use it over Warp. It's so integrated into my workflow and usage now that I...

Pinging @trevorr for review.