Saiichi Shayan Hashimoto

Results 48 issues of Saiichi Shayan Hashimoto

Currently, with this setting: ```json "filenames/match-exported": [ 2, null, "\\.web$" ] ``` This code: ```javascript export default function variableName; ``` Is allowed if it's named: ``` variableName.js variableName.web.js variableName/index.js ```...

Similar to https://github.com/DavidWells/analytics/issues/99, there aren't types for analytics-plugin-do-not-track. I don't want to add the types to https://github.com/DefinitelyTyped/DefinitelyTyped when there's some level of typescript support in some of the projects.

I have a few tests that inject iframes, embeds, and/or objects. The more of these I have, the more likely my tests are to fail. However, they don't fail consistently....

need help

Basically: ```bash # runs on ./package.json pkg-ok pkg-ok package.json # runs on ./packages/name-of-package/package.json pkg-ok packages/name-of-package pkg-ok packages/name-of-package/package.json # runs on multiple arguments pkg-ok package.json packages/name-of-package/package.json # runs on globs, respecting...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Having typescript types that are "loose" enough to be used where they aren't wanted leaves room for error. For example,...

priority: p2
type: feature request
api: firestore

While `ignoreExports` allows us to ignore unused exports for specific files, we need to be able to ignore used imports. ### Why? Let's assume there's three files: ``` - entry.js...

bug
help wanted

LodashFlow can take an arbitrary amount of arguments, so extending it to more shouldn't be an issue. Please fill in this template. - [x] Use a meaningful title for the...

Revision needed
Abandoned
Critical package
The CI failed
Untested Change

Is there a way for the model referenced in `Form` to not be predefined in `createForms`/`combineForms`? Current Situation: ```jsx const store = createStore(combineForms({ user: initialUser, })); ... ... ``` Desired...

I'm using a custom at-rule with postcss, stylefmt, stylelint, and stylelint-config-standard. No matter what I do, stylefmt keeps making: ``` css @raw { //^ } ``` into: ``` css @raw...

Everything works perfectly with jest.config.js, however, changing it to jest.config.ts (and making sure the [`jest.configFile`](https://stryker-mutator.io/docs/stryker-js/jest-runner#jestconfigfile-string) points to the typescript file. Doesn't work.

🐛 Bug
👶 Good first issue