k2snowman69

Results 17 issues of k2snowman69

From what I gather (still processing, apologizes if my understanding is incorrect) this seems to be a stop-gap measure until React supports Enzyme with some sort of event regarding effect...

This proposal is to add a parenthesis type for expressions. This was slightly mentioned in the [CST issue](https://github.com/estree/estree/issues/41) but I think this is much more basic, hence splitting it out...

## Issue : It's documented in the readme that ts-jest doesn't support semver and instead has locked it's major version to the major version of jest. Overall I can understand...

Help Wanted

### Version 29.0.1 ### Steps to reproduce #### Setup 1. Add [email protected] and [email protected] to your repo 2. Ensure `"type": "module",` is set in your package.json 3. Add npm script...

Bug Report
Needs Triage

**Describe the bug** 1. Clone the repository 1. Run `npm ci` You get the following output: ``` rickyp@LUSC02DG0MFML87 informed % npm ci npm WARN old lockfile npm WARN old lockfile...

**Describe the bug** Checkboxes and Radio button styles seem to be broken ![Screen Shot 2022-03-11 at 7 07 31 PM](https://user-images.githubusercontent.com/3490825/158001421-6d3dae7c-b8bb-489c-bb38-ef19cbbb8ad3.png) ![Screen Shot 2022-03-11 at 7 07 27 PM](https://user-images.githubusercontent.com/3490825/158001423-8a96b026-2dc9-4df8-93a5-16208ef981f5.png) https://teslamotors.github.io/informed/?path=/story/inputs--number-input

## Changes Adding a group for release-it packages ## Context Currently release-it PRs are created separately so when there is a major breaking change, neither PR is able to merge...

I can't seem to get globbySync to perform a proper negation glob. I'm fairly sure this is likely user error but I honestly can't wrap my head around it. I...

As a typescript user when setting moduleResolution to Node16 or NodeNext, I currently get typescript failures from the ignore package. Due to typescript-eslint@6 upgrading to only support Node16+, I'm unable...

I noticed a few things in the code base and was curious if you would be interested in PR's that: - Migrate from gulp to webpack - Migrate from prop-types...