Oliver Joseph Ash

Results 235 issues of Oliver Joseph Ash

**Type of bug** - [ ] Differences between Can I use & Modernizr - [ ] False positive - [x] False negative - [ ] Modernizr error **Describe the bug**...

caniuse

**Your Environment** * **Prettier version**: 2.7.0 * **node version**: 16.3.0 * **package manager**: [email protected] * **IDE**: N/A **Describe the bug** Parser error when using TypeScript 4.7 Instantiation Expressions ([supported in...

investigation

Full reduced test case: https://github.com/OliverJAsh/mockserver-test/tree/client-exception `package.json`: ```json { "dependencies": { "http-server": "^14.1.1", "mockserver-client": "^5.13.2", "mockserver-node": "^5.13.2" } } ``` `main.js`: ```js const ms = require("mockserver-node"); ms.start_mockserver({ serverPort: 3030, }); ```...

Currently `PathFunction` is typed such that its parameter is optional, however this allows mistakes such as the following: ```ts import * as p from 'path-to-regexp'; const fn = p.compile('/users/:id'); fn({...

### Version [v4.0.0](https://github.com/nuxt/webpackbar/releases/tag/v4.0.0) ### Reproduction link [https://github.com/OliverJAsh/webpack-concurrently/tree/bar](https://github.com/OliverJAsh/webpack-concurrently/tree/bar) ### Steps to reproduce Reduced test case: https://github.com/OliverJAsh/webpack-concurrently/tree/bar Note: you must use the `bar` branch. Run `yarn` and then `npm run compile`. We...

cmty:bug-report

When passing in many inputs, it's awkward to remember the indexes inside the input tuple when you're trying to read/destructure a specific input, e.g: ```ts useObservable( input$ => { const...

feature request

Sometimes we want to use an observable not to create state but rather just to perform side effects. This is possible using `useObservable`: ```ts import React from 'react'; import {...

feature request

As originally suggested in https://github.com/moroshko/react-autosuggest/issues/358 For context, I needed this to build the following design: ![image](https://user-images.githubusercontent.com/921609/108701767-4a2f5d80-7500-11eb-8288-23971bae7255.png)

https://codepen.io/OliverJAsh/pen/ZEEOoZq?editors=0011 **Steps to reproduce**: 1. Focus on the input field 2. Type `c` 3. Escape/dismiss suggestions 4. Now the suggestions list is hidden, press enter **Observed behaviour:** - `onSuggestionSelected` is...

Regarding this part of the docs: https://github.com/liady/webpack-node-externals/blob/fc082618f98c564c92f3467523618dfcf4de2084/README.md#L32-L44 When `target: 'node'` I suspect the default for `externalsPresets` will be `{ node: true }`: https://github.com/webpack/webpack/blob/88978167ea2ee438761179dbbe2e21233dc9d34d/lib/config/defaults.js#L905 Therefore I'm not sure we need to...