Robert Soriano

Results 186 comments of Robert Soriano

So looks like [Volta](https://github.com/volta-cli/volta) has a different way of handling `which` commands. Here's an output when running `which sharp` vs `volta which sharp`: ```bash Documents/tests/app ❯ which sharp /Users/yesyes/.volta/bin/sharp Documents/tests/app...

Fix is to install `sharp-cli` locally then run `yarn eject`/`npm run eject` instead of `expo eject` so it uses `expo` and `sharp-cli` from the local project.

A Windows 95 style Pokédex built with React and React95! https://poke95.now.sh

@jdhartley That's really nice! Wonder how did you move the AppBar at the bottom part?

Kbar uses this internally https://github.com/superhuman/command-score

```tsx interface KBarMethods { open: (opts?: { parent: string }) => void; close: () => void; setParent: (parent: string) => void; } export interface KBarAction { id: string; title: string;...

My answer didnt help @williamleiby ?

Only getting your error on dev with pnpm workspaces. But seem to work well on prod Interesting issues https://github.com/vitejs/vite/issues/7323 https://github.com/vitejs/vite/pull/7379

I tweaked [this](https://github.com/nuxt/framework/issues/2122#issuecomment-1120413428) solution a little so it can be reusable: ```ts // ~/composables/useAsyncDataWithError.ts import type { AsyncData, KeyOfRes, PickFrom, _Transform, } from 'nuxt/dist/app/composables/asyncData' import type { AsyncDataOptions, NuxtApp }...

2nd commit fixes eslint having problems finding `Fragment` on named imports