Guillem Puche

Results 23 issues of Guillem Puche

### Current Behavior Error `Error in Tamagui parse, skipping package.json not found in path Error: package.json not found in path`, something with `@tamagui/static` package, specifically here https://github.com/tamagui/tamagui/blob/master/packages/static/src/extractor/extractHelpers.ts. Nx can work...

### Current Behavior After updating Tamagui from `v1.89.18` to `v1.94.5`, the Next app doesn't start. Expo app works. It's something about ESM. ```sh yarn exec nx run next:serve 1 ↵...

### Current Behavior Run EAS build with Nx EAS Pre Install script with Yarn 4.1 throws an error. ### Expected Behavior Build locally the app on my Android emulator. ###...

type: bug
scope: react-native

### Describe what you want ElectricSQL https://electric-sql.com/ is a growing open source reactive, realtime, local-first apps directly on Postgres. Drizzle ORM's `migrate` (the one I'm using `'drizzle-orm/postgres-js/migrator'`) can't handle "electrifying"...

enhancement

Do you have plans to update the plugin? https://www.npmjs.com/package/@nx/deno

Prevent this issue: ``` Uncaught SyntaxError: The requested module 'http://localhost:3000/@fs/...//node_modules/js-logger/src/logger.js?v=eb4a8b9e' doesn't provide an export named: 'default' ``` Discussion started on Discord https://discord.com/channels/1138230179878154300/1272981660589363293

## Description I run `syncpack list` on my Yarn monorepo. There's something is not good on my package.json or Syncpack. Logs ```sh node:internal/process/promises:289 triggerUncaughtException(err, true /* fromPromise */); ^ TypeError:...

Priority: Low
Priority: Medium
Type: Fix

## Description I've tried the latest to releases, it doesn't sort fields as my config points in my monorepo. I don't know why. Script `syncpack format --config syncpack.config.js` on my...

Priority: Low
Type: Fix

Currently, `useQuery` in PowerSync throws the following warning when the dependencies change dynamically: ``` Warning: The final argument passed to useMemo changed size between renders. The order and size of...

## Proposition Modify `expiresAt` type in `PowerSyncCredentials` https://github.com/powersync-ja/powersync-js/blob/66412323c27a54d8623bba17c5e54832f5b60063/packages/common/src/client/connection/PowerSyncCredentials.ts#L1-L6 to ```ts export interface PowerSyncCredentials { endpoint: string; token: string; expiresAt?: Date | undefined; } ``` ## Problem In `fetchCredentials` of `PowerSyncBackendConnector`...