Jimmy Guzman

Results 9 comments of Jimmy Guzman

Is anybody taking a look at this? If not, I can give this a shot.

A temporary ugly solution ```ts import { underline } from 'kleur' /** * Hack to fix simulate cursor position * @todo remove once https://github.com/terkelg/prompts/issues/200 is resolved * @param value this._value...

Not sure if this is related but were facing something similar with `betterer cache` when changing branches. If we change to a new branch sometimes `betterer cache` fails with errors...

I can confirm that @alan-cooney suggestion work for my use cases. I'm wondering if that should be a default setting instead.

Or with pnpm, you can use [allowedversions](https://pnpm.io/package_json#pnpmpeerdependencyrulesallowedversions): ```yaml "pnpm": { "peerDependencyRules": { "allowedVersions": { "@tanstack/react-location": "3.7.4" } } } ```

In my opinion, a stable version of v3 should include https://github.com/vercel/ms/pull/191. It would also be nice to get a published version of this change.

Not sure if this helps but when I see this behavior, deleting the `.next` folder and re-running seems to fix this. 🤷‍♂️

We have a need for pure ESM, @woss I can take this on if you haven't started. @marcuspoehls any opinions on tooling, tsup, tsdown, etc?

Might help others, I was able to add `.ts` support in userland by using `jiti`, something like: ```ts import type { Loader } from "lilconfig"; import { lilconfig } from...