Victor Pontis

Results 41 comments of Victor Pontis

I think this is caused by an old version of `pip` re https://github.com/pypa/setuptools/issues/937 I made this change to `Dockerfile`: ``` diff --git a/Dockerfile b/Dockerfile index 01f32e5..ee00f65 100644 --- a/Dockerfile +++...

> For the OP, I suggest checking how many images are getting loaded into docker from the cache. Run `docker images -a` before and after the cache loads, and see...

I am also experiencing this error! I have reached out to our local FedEx person to see if they can help me debug. I'll update if I figure it out...

OK so I fixed my error and it's a little bit weird. FedEx set us up with two different accounts: one for express (ground / parcel / etc) and one...

Hey all, check out my solution here: https://github.com/vpontis/expo-firebase-sdk-issue-repro I was having an issue with improperly importing Expo w/ SDK 32

> # Investigation > `swc-project/plugins/styled-jsx` is shared among the Wasm plugin and `styled-jsx` implementation of `turbopack`, but it has no code to run something on CSS Ah gotcha — does...

Hi @kdy1 just wanted to follow up what you are thinking here. Are you planning on adding a post processor for nested CSS into SWC / Turbopack? Any advice you...

> @vpontis how do you feel about native CSS nesting? Is that an option to consider? > > [caniuse.com/css-nesting](https://caniuse.com/css-nesting) > > 82% browser adoption at the moment. If you need...

Thank you @kdy1! I'll try to test this out later today 👍. Really appreciate it.

Hi @kdy1, could you share a bit more information about how to get this working? I've been struggling with it for a few weeks. I made a small repo that...