Philip Lindberg

Results 8 issues of Philip Lindberg

After deploying my app to Deno Deploy, I'm seeing the following error in my production logs: ``` TypeError: Cannot read properties of undefined (reading 'deno') at https://deno.land/[email protected]/node/process.ts:93:108 ``` Everything runs...

### Summary I'm trying to use Next.js with my existing Expo app as per [this guide](https://docs.expo.dev/guides/using-nextjs/). However, I'm getting the following error when running `npm i --save-dev @expo/next-adapter`: ``` npm...

needs review

### Minimal reproducible example N/A ### Summary When publishing OTA updates with `eas update`, I've noticed that two separate bundles are uploaded: one versioned bundle for iOS & Android, and...

needs review

**mapbox-gl-js version**: 3.0.0 **browser**: Chrome 119.0.6045.199 ### Steps to Trigger Behavior 1. Open JSFiddle demo 2. Notice that the markers that are supposed to be initially invisible (due to being...

bug :lady_beetle:

Looks like the `TinySliderInfo` interface is missing a type declaration for `displayIndex`.

### Mapbox Implementation Mapbox ### Mapbox Version default ### React Native Version 0.73.4 ### Platform Android ### `@rnmapbox/maps` version 10.1.15 ### Standalone component to reproduce ```javascript import React from 'react'...

bug 🪲

### Minimal reproducible example https://github.com/philiplindberg/expo-router-head-repro ### Which package manager are you using? (Yarn is recommended) yarn ### If the issue is web-related, please select the bundler (`web.bundler` in the `app.json`)...

needs review
Router

### Summary I just went through the [Fonts](https://docs.expo.dev/develop/user-interface/fonts/) guide, which does a great job explaining how to embed local fonts for native platforms. However, the steps outlined in the "Use...

docs