AverageHelper
AverageHelper
Adding types shouldn't be terribly difficult. This isn't a particularly large codebase, and its internal types are complex enough that I would prefer just to port most things directly, rather...
Since I've already implemented most of the more complex typings in #67, this should be easy. However, a full TypeScript migration will be a multi-step process. I think the long-term...
For those curious, #78 is waiting for review. Expect more PRs to come in the near future.
More phase-1 typings in #90.
#93 finishes basic types and should allow TypeScript users and VSCode Intellisense to consume correct typings for exported mock functions. (It also fixes a bug where TypeScript projects would fail...
Been a while 😅 Following up on a TypeScript port, there are several migration decisions to make which I should not be the one to make, since this project is...
I got this error just now when running `npm audit fix --legacy-peer-deps`. I haven't yet narrowed down which new dependency is triggering this issue. EDIT: I tried installing some of...
+1 on this. I used `git-diff` in [a project of mine](https://github.com/AverageHelper/accountable-svelte/blob/5fe0b9d61fe716bb3a24bb4dece4204e9a722026/scripts/release.ts#L50) for pretty output in a release script. Worked reliably. When I copied that script to [another project](https://github.com/AverageHelper/Gamgee/blob/ba46a95885740412b050e0da4b003234ba1edd17/scripts/release.ts#L45), something about...
Oh hey, nice catch. That's probably what happened! EDIT: I see `npm ci` and `npm install` in there as well. All of those together take a while, which explains why...
This question might be best suited to StackOverflow, but here goes: To get translated strings imperatively, that is, outside of a Svelte component, you'll need either to subscribe to the...