Chris Sauve

Results 70 comments of Chris Sauve

I probably don't have time to do this myself, but I'd be happy to review and merge a PR with this fix.

Yeah, the script doesn't support adding dates and setting a time in the same date. The reason it goes to Friday is that the addition above resolves to +1w 2d...

Yes, I definitely want to work on this. I actually want to rewrite the whole date parsing part of the script to be more fully-featured and more stable. I'll keep...

It's maybe not for everyone, but at Shopify we wrote our own GraphQL loader to avoid the bundle size and runtime cost of the way GraphQL tag transforms code. It...

Thanks @JoviDeCroock, I actually happened to try out the new export this weekend, and it worked like a charm 💯

Exploration: https://github.com/lemonmade/24-06-29-quilt-protobuf-test

Some key information from the exploration: Bundle report: Typical API request:

https://github.com/lemonmade/quilt/issues/767

https://github.com/nksaraf/vinxi/tree/main might have some good clues

Looked at this. The rollup main part of the rollup plugin is https://github.com/lemonmade/quilt/blob/f775fdfb1a5d3473dd6f8d2ea9c66f96aa77606c/packages/rollup/source/features/css.ts#L41-L49, and with changes to the following, CSS imported by the browser entry is correctly handled: ```js return...