vjjft

Results 8 comments of vjjft

*In case anyone comes across this issue:* I use this tool with two Amazon accounts by setting different `---cache-dir` values for each Amazon account. Additionally, I choose to use two...

*In case anyone comes across this issue:* I have used this utility to categorize Amazon purchases alongside a linked credit card account (Chase/Amazon or otherwise) with Amazon charges. The following...

![Image](https://github.com/paritytech/capi/assets/18031950/ea4162fc-bf5e-4a66-8743-755ad745d397)

GitHub limits the number of built-in 'add issues to project' workflows, so we will use the previously established custom action; see: - https://github.com/paritytech/capi/issues/1193

Minor related note: On nightly (3.0-dev.7281+ca1c589) in Local UI the green button does not appear when viewing 'Dashboard' or 'Schema'.

For the [solution posted](https://github.com/facebook/jest/issues/6527#issuecomment-760092817) by @davidglezz, it seems that [(for `jest-environment-node`, at minimum)] it is necessary[^a] to add `.TestEnvironment` for it to work properly.[^b] *(edited as indicated to add clarification...

@zirkelc I was/am only working with `jest-environment-node`, so I believe it is needed in both cases. I have edited my previous comment to provide that context.

In case someone using Jest with Typescript would like a TS native solution adapted from the https://github.com/facebook/jest/issues/6527#issuecomment-760092817 by @davidglezz, this is working for me: ```ts import type { Circus, }...