Andrey (Andrii) Los

Results 88 comments of Andrey (Andrii) Los

> What is the easiest way to get the current/most-recent build-cache key-hits post a successful run? > > I would like to be able to purge non-recent-relevant tarballs. Our build-cache...

Wondering from what place `__DEV__` is coming :) Aaaanyway, I'll probably patch that line of code using `pnpm patch` (if you using other package manager you can use `patch-package` package)

Another hack is to set in the `setupTests.ts` e.g. your global test file however it's named ``` globalThis.__DEV__ = false ``` You would like to ignore the TS issue with...

Issue is noted. We're looking for it to be fixed on easymde side. Not actionable for now.

I confirm it's not a random thing. Happens to me too.

I can confirm that we're getting the same issues on fetchMore of undefined. Mostly it happens when you change route unmounting component that has pending infinity scroll-triggered request.

@elliot-nelson it works perfectly with pnpm workspaces obviously. I guess since Rush uses the` useWorkspaces`, patch should work somehow? I mean at least there is a way to hack around...

@elliot-nelson have you used `use Workspaces` true while testing BTW?

Unfortunately, there is no way to disable `d.ts` generation completely to replace this functionality with regular `tsc` into the same `dist` folder as `tsdx` does.