Michael Hays
Michael Hays
Hey @sarahdayan, thanks for the awesome work on this library. I noticed that non-bot contributor work has [fallen off pretty significantly](https://github.com/dinerojs/dinero.js/graphs/contributors) since around October 2021, and that the last 2.0...
The text reporter [allows for configuring `skipEmpty` and `skipFull`](https://github.com/istanbuljs/istanbuljs/blob/c1559005b3bb318da01f505740adb0e782aaf14e/packages/istanbul-reports/lib/text/index.js#L236-L237), but the html reporter [only allows `skipEmpty`](https://github.com/istanbuljs/istanbuljs/blob/c1559005b3bb318da01f505740adb0e782aaf14e/packages/istanbul-reports/lib/html/index.js#L261). Thus, running `nyc --reporter=html --skip-full` does not remove 100% covered files, which makes things...
What is the maintenance status of this project? The [contributors graph](https://github.com/istanbuljs/nyc/graphs/contributors) seems like it has fallen off this past year. (Completely understand that priorities change! Just wondering if we should...
Hey @m-abdelwahab, love the first two blog posts for this! Are you still planning to write a post for part 3? I noticed the `part-3` branch hasn't been updated in...
**Environment:** - Elements version: 14.0.0 **Desktop (please complete the following information):** - OS: Linux **Steps to reproduce the problem:** `pnpm add box-ui-elements` **What is the expected behavior? (Screenshots can be...
### Describe the feature you'd like to request With [TypeScript 4.7 providing ECMAScript Module Support](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js), we can now set this in our `tsconfig.json` file for the [`module`](https://www.typescriptlang.org/tsconfig#module) option: ```json {...
### Description Prettier has the [option](https://prettier.io/docs/en/options.html#semicolons) to remove semicolons from your code, except for in certain instances to prevent changing the meaning of the code. It would be great to...
### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: linux Arch: x64 Version: #58-Ubuntu...
Hey there, curious if you'd be willing to consider adding the ability to place multiple axes on a single chart. This would be useful for bar charts and line charts...
This is breaking for our usage, because `CredentialsProvider.default` is undefined. I've encountered this `default` issue myself with a few libraries, where the presence of `default` depends on what I'm running...