Adam Langbert

Results 26 comments of Adam Langbert

The rectify difference button will show up if your credit card category is overfunded as well. The feature is bugged right now so it's not showing up when it should,...

Added proper tests to make codecov happy. Are there any issues that are preventing this from being merged? @fisker

@fisker I closed this by mistake. Are you able to reopen it and change the base to `next`? I updated my changes/tests to work with `next`.

Just a heads up, I fixed this in #2924. Should be good to go once that gets merged.

You can use [paths](https://www.typescriptlang.org/tsconfig#paths) to accomplish more or less the same thing. And it doesn't affect the emitted import paths so it should work fine in this case.

It seems like the best temporary solution is to to use `Bun.env` as that will have the expected values on it. **.env** ```env FOO=foo ``` **test.ts** ```ts console.log(`FOO: ${process.env.FOO}`) console.log(`FOO...

I would also love to see something like this implemented. Maybe with something like an opt-in `.strict()` function, or separate `.errexit()`, `. nounset()`, and `.pipefail()` functions (names take after the...

Just want to echo that I also much prefer to default to having all linting rules on, and then turning them off as needed. If it's useful to anyone, I...

@ota-meshi Here's a simple repo that reproduces the issue: https://github.com/adamhl8/eslint-plugin-astro-466