Anton Gilgur
Anton Gilgur
Appreciate the quick response after such a long lull @oscard0m ! And your patience and politeness/respect -- it really makes a difference to maintainers who often have to deal with...
> Ugh, yeah, github sends too many emails and notifications, pings are easily getting lost there... @ezolenko, for reference, do you have a preferred method of contacting you? I know...
> I think being thankful for this project, your time, and your effort is the minimum we can do as users. 💯 💯 💯 ❤️ > They had a very...
> Do you want me to create a new issue for this (and draft a PR for it)? @agilgur5 I don't think a new issue is necessary (since this issue...
> `additionalCacheDependencies` (or again, something better named 😅 ) I did think of a better name for this, or, at least, a shorter name: `extraCacheKeys`. "cache key" is already mentioned...
> I think warning is not strong enough -- maybe we should disable cache completely in those cases and output a warning about that (unless user provided `extraCacheKeys` callback, we...
@oscard0m just wanted to check in and see if you were still working on a PR for this issue?
@svew no, renaming is a normal part of the cache's operation and unrelated to this issue. An `EPERM` error is an OS permissions error, not an rpt2 error, so that...
Known issue, trust me when I say if it were easy, I would have supported it a long time ago. Can see https://github.com/jaredpalmer/tsdx/pull/526#pullrequestreview-371516104 where I lament about Jest's lack of...
Added another test for subdirs for completion. I think I figured out the reason for the duplicate type declarations -- `moveTypes()` assumes the type declarations are at `./dist/src` (hard-coded), and...