Kalalau Cantrell
Kalalau Cantrell
@geosenna were you able to get it figured out? I’m just getting into materialize-css and I wanted to make sure I could do modular imports. For instance, if I just...
For me, going through the instructions from the official website on a Windows 10 machine produces the following message. I didn't get as far as the @xavierzwirtz but thought this...
Hey that seems to work, thanks @prometheansacrifice! I was able to run `esy.cmd` and then run the test script and it worked.
I experienced the same issue and fix as @drhootch, here's more detail that I hope helps others in this same boat. Reproduction repo: https://github.com/klcantrell/reanimated-3.3-android-release-issue Behavior for Android release builds while...
Here's some sample code for what worked for me. I needed to embed and sign a third party framework. Without the line that adds the `PBXCopyFilesBuildPhase`, the embed part was...
> 1.0 is a performance hit, so forcing it to use HTTP/1.1 or even HTTP/2 should speed up. @Power2All how can we force 1.1? I've tried using the [Upgrade header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Upgrade)...
> I've set it up, had to paste this in nvim init.lua: > vim.g.copilot_assume_mapped = true I needed this line as well otherwise no inline suggestions would show up. Just...
@z1haze I was able to see fontSize config customizations work with [email protected] + [email protected]. I'm using Expo Router so I followed [these docs](https://www.nativewind.dev/v4/getting-started/expo-router) to get things setup. Then I added...
I encountered this today after updating Expo from 50 to 51 and updating a few other dependencies as well. I could only surface the error twice or so (full reloading...