Gabriel Garrett
Gabriel Garrett
@iamcco Not sure how long it'll take before / if this gets reviewed but if you add the changes I made here to your own info.plist the issue will be...
I think the center of the circle isn't in the dead center of the available space. If you look at the second picture, there's just a little bit of space...
Yeah, ceil lacks precision because it'll always bump up to the nearest integer. Maybe you should add 1 and then round on the height? Like this: `containerHeight: Math.round(e.nativeEvent.layout.height + 1)`...
Hi, I recently implemented downloading 5 different PDF files in a firebase cloud function and merging them together. 1. Create a local temp file path for each file. 2. Download...
`npm rebuild hummus --build-from-source `is what worked for me
I provided minimum conditions needed to reproduce with a specific WASM NPM package installation and import to test with that would trigger the issue. This issue only affects iOS users...
I could definitely use this as well if anyone's figured it out
@matthoffner this example doesn't seem to use the mlc-ai/web-llm library at all?