Sam Moore

Results 25 comments of Sam Moore

@romaonthego Looking into this for my own application, I found a temporary fix in viewDidLoad: in the REFrostedContainerViewController; where self.containerView is initialized, change the width value in the CGRectMake from...

I had a workaround that appears to work okay -- I'll update this as verification happens. At that point I'll create a PR with additional changes to apply on top...

I'm still having the issue as of 2.6, although the merge of #261 has decreased the surface area of the patch: ```javascript // Patch nativescript-google-maps-sdk on Android for back-button navigation...

@nielx is that also true of the Application Kit part as well? Would it make sense to use bindgen for the other kits in a separate lib (like this one)...

This sounds like [what's affecting expo-router](https://github.com/expo/expo/issues/26641#issuecomment-1937276352) and easily reproducible with create-expo-stack. It associates one `peerDependency` down the chain with the wrong version of `ajv` ``` $ npx [email protected] --bun --expo-router...

Please merge this. Pulling in `*` for the dependency is preventing us from deploying changes to a legacy Node.js v6 app -- not to mention, it is generally irresponsible, and...

Your framebuffer needs to be patched to match whatever the DVMT is -- likely 32MB. Google "Guide Intel Framebuffer patching using whatevergreen" and refer to the forums for assistance. There's...

If it is not working the patches may need some additions to support your specific model. Refer to the ACPI patching guide in the README to do the complete patch...

Think I have [a better / more up to date rebase](https://github.com/danstepanov/create-expo-stack/compare/main...sammoore:create-expo-stack:falcoagustin/add-vexo-analytics)!