Julian Coy

Results 13 issues of Julian Coy

## Multiple code coverage reports are used in PRs Reselect should probably only have one. Right now it's using both `Coveralls` and `Codecov.io`. It appears that `Coveralls` was not running...

Currently, the unit tests only get run against multiple versions of python through travis CI. It would be nice to have a local configuration (something like tox) that would run...

enhancement
help wanted
good first issue

This is the 3.0.0 milestone planning tracker. If anyone has suggestions for things to be added/modified for the 3.0.0 release, please post them here and I'll add them to the...

enhancement
help wanted

I need to give some love to the # stuck @dependabot PRs. At a quick glance, none of them are serious, so it isn't a high priority.

### Context Fixes #1543 ### Analysis In #1543, it's pointed out that the `getNextFocus` function can infinitely recurse (or at least very profoundly recurse) if there is a complex or...

## Answer [Playground Link](https://www.typescriptlang.org/play?#code/C4TwDgpgBAChBOBbArsAhsAlgewHYB4AVAGigGkBeQgPigoCgomoBtQgXSggA9gJcAJgGdWuCADcE7RsyYB+VtNlMAXOS69+w8jOVQFLMqQB0puElQYcBAKLcAxgBtkAiEVJlq1JXqhqxkvD09KCQsAgofAJ04RboWHj4AORoSVAAPlBJAEZJtFAA9AWsKUmkOUmcmSwVGVmp7EA) (TypeScript 4.1+ only) ```ts type Permutation = [T] extends [never] ? [] : K extends K ? [K, ...Permutation] : never type Permuted = Permutation //...

answer
recommended
en
296

Upgrade the CI checks to make sure we run the lint and testing jobs correctly.

### What does this PR do? Fixes #7641 Fixes #7147 While investigating this for my own plugin, I arrived at a similar direction as #7639. I'm wasn't sure why several...

### What does this PR do? Fixes: #8327 Related: #8269, #8380 > [!NOTE] > This is complementary to the v2 SDK upgrade in #8380. This PR improves type safety of...

### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request As...

discussion