Birkir Gudjonsson

Results 20 issues of Birkir Gudjonsson

Does three.ar.js only support portrait? Landscape looks awfully bad for me

Currently the import system for each supported preprocessor works independently, so we won't get the features from metro bundler built in. It would be great to be able to do...

Enhancement ✨
Help wanted 🙋

The previous `CPApplicationDelegate` has been deprecated for the new `CPTemplateApplicationSceneDelegate`. `CPApplicationDelegate` only works for for iOS and iPadOS 12.0 - 13.0 while the new `CPTemplateApplicationSceneDelegate` implementation is supported for iOS...

Spotted these: - CPInstrumentClusterController (https://developer.apple.com/documentation/carplay/cpinstrumentclustercontroller) - CPTemplateApplicationInstrumentClusterScene (https://developer.apple.com/documentation/carplay/cptemplateapplicationinstrumentclusterscene) - CPInstrumentClusterControllerDelegate (https://developer.apple.com/documentation/carplay/cpinstrumentclustercontrollerdelegate) - CPTemplateApplicationInstrumentClusterSceneDelegate (https://developer.apple.com/documentation/carplay/cptemplateapplicationinstrumentclusterscenedelegate) Also more changes: - https://developer.apple.com/documentation/carplay/cpmaneuver/3921298-cardbackgroundcolor?changes=latest_major - https://developer.apple.com/documentation/carplay/cpalertaction/3967416-color?changes=latest_major

Switch to a monorepo using yarn (berry) workspaces. - [x] yarn berry - [x] shared tsconfig, eslint etc. - [x] setup examples - [ ] add detox and test example...

Stumbled upon this implementation initially borrowed from Shopify. https://github.com/jqn/AndroidAutoExample If I were to port this over to our repository, would you like to rename this library to something more generic?...

I was thinking about abstracting something like cra with react-universally features and came up with this very experimental react-scripts: `create-react-app --scripts-version @ueno/react-scripts demo-app` (webpack 4, babel 7, react-async-component, react-jobs, mobx,...

``` /Users/birkir/Projects/xxx/node_modules/metro-hermes-compiler/src/emhermesc.js:81 throw ex; ^ RuntimeError: abort(TypeError: Cannot read property 'url' of undefined). Build with -s ASSERTIONS=1 for more info. at process.abort (/Users/birkir/Projects/xxx/node_modules/metro-hermes-compiler/src/emhermesc.js:796:13) at process.emit (events.js:376:20) at processPromiseRejections (internal/process/promises.js:245:33) at...

New API's exposed - [AREnvironmentProbeAnchor](https://developer.apple.com/documentation/arkit/arenvironmentprobeanchor) - [ARWorldMap](https://developer.apple.com/documentation/arkit/arworldmap) - [ARReferenceObject](https://developer.apple.com/documentation/arkit/arreferenceobject) - [ARObjectAnchor](https://developer.apple.com/documentation/arkit/arobjectanchor) - [ARObjectScanningConfiguration](https://developer.apple.com/documentation/arkit/arobjectscanningconfiguration) - [ARImageTrackingConfiguration](https://developer.apple.com/documentation/arkit/arimagetrackingconfiguration) With the ARWorldMap being the most anticipated feature yet in ARKit, we could expose it...