Oliver Joseph Ash

Results 235 issues of Oliver Joseph Ash

**Is your feature request related to a problem? Please describe.** When I mention a time, my colleagues see a translation in their timezone. However, there's no way for me to...

enhancement

In my Backbone app, I have written a function that sits on top of `fetch` and deals with things like params for me. I would be able to use this...

## PR Checklist - [x] Addresses an existing open issue: fixes https://github.com/typescript-eslint/typescript-eslint/issues/1467 More context in https://github.com/typescript-eslint/typescript-eslint/issues/3408 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [ ] Steps in...

enhancement: new plugin rule

### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+new+plugin+rule%22) and found none that match my proposal. - [X]...

package: eslint-plugin
enhancement: new plugin rule
awaiting response

**Describe the bug** Amending merge commit results in merge conflicts. **To Reproduce** Try to amend a merge commit by making changes then selecting merge commit in the commits panel and...

bug

# Bug Report ### 🔎 Search Terms - object - generic function - argument - parameter - contextual type - rename - go to definition - find references ### 🕗...

Suggestion
Experience Enhancement

What are your thoughts on a lint rule that enforces key sorting for type aliases? E.g. ```ts type Foo = { b: string; a: string; } ```

Hey, thanks for this great tool! I'm struggling to get it running as per the docs. Steps to reproduce: 1. `yarn add webpack-bundle-diff` 1. `wbd diff before.json after.json -o diff.json`...

Imagine an app which has a dynamic list of counters. Users can add new counter components to a list. Each component has its own unique ID, state and reducers. How...

In v3 we had `location.action`. Unfortunately it seems like it was removed in v4: https://github.com/ReactTraining/history/commit/c07c611cfcbfce85e055c1c16f22e56744ac9970. I couldn't find any notices about this in various changelogs. v3: ``` > require('history').createMemoryHistory().getCurrentLocation().action 'POP'...