Heb

Results 257 comments of Heb

Would be neat to also support `bun publish -r` for monorepos, similar to [pnpm](https://pnpm.io/cli/publish#--recursive--r).

I ran into this issue and I made https://www.npmjs.com/package/@hebilicious/libsql-client while working on https://github.com/libsql/libsql-client-ts/pull/71 This works with drizzle : ```ts import { drizzle } from "drizzle-orm/libsql" import { createClient } from...

Isn't this resolutions / overrides support ? #1134

> @Hebilicious no, this is different > > This PR is really for monorepos. For instance, if I use axios, i want to be able to specify that axios should...

> @Hebilicious and how would that work for child package.json? what version specifier would you use for `axios` You can use anything, incuding `workspace:*`. It will get replaced by whatever...

> Solution worksforme > > But I think consulting the PNPM rfc makes should be done. a lot of thought/effort went into that This RFC is quite long, I would...

Hi @arkandias, thanks for taking the time to work on this! i In the PR I see you are modifying tests like : ```ts const sub = useSubscription({ query: `{...

@mrleblanc101 Hi, for runtime behaviour refer to the tanstack docs/issues directly, this module just simplify the boilerplate of the setup and gives you auto-import. Maybe the `onServerPrefetch(suspense)` is out-of-date, when...

Not sure if that can be used, but recently I've discovered [proto](https://moonrepo.dev/docs/proto), which does more than corepack, and works with other languages too. Out of the box supports installing and...

Hi, how are you attaching the client to the app? You are just augmenting the type definition in your description.