Duncan Beevers

Results 22 issues of Duncan Beevers

It should be possible to configure the plugin to read the words lists from [cspell config](https://github.com/streetsidesoftware/cspell#readme) This would enable a unified workflow for flagging spelling errors as part of the...

Treat `height` and `width` in `onResized` messages as Number. Closes https://github.com/davidjbradshaw/iframe-resizer-react/issues/70

## Issue The typings for `onResized` indicate it receives numerical `width`. ![2021-06-01 at 3 49 PM](https://user-images.githubusercontent.com/7367/120399518-04e5ad80-c2f1-11eb-90a3-7edcb748e7ce.png) However, when using it in the wild, the callback is invoked with a string...

If you name your `~/.hotel/servers` files using non-uri characters, they aren't recognized by the `exists` middleware. This PR allows intuitive, human-friendly naming of these files, and a more beautiful list...

In order to create consistent displays of side-by-side information, it may be useful to have boxes that shrink no smaller than some fixed size. Without support for overflow behavior like...

enhancement
blocked

The `--experimental-wasm-bulk-memory` is no longer supported by Chrome. Running this repo locally against `Chrome Version 98.0.4758.80 (Official Build) (arm64)`, I'm able to run the unit tests without this flag. With...

Pretty self-explanatory. This `webpack` import is unused in `scripts/webpack.config.dev.js`

In my PS1, I find it useful to see the exit status of the last entered command. In order to do this, I need to define a function that dynamically...

feature_request

If the config supplied to swc-loader is invalid, instead of running with defaults swc should warn the operator and halt compilation.

### 🐸 Problem to Solve OpenAPI 3 accepts parameters whose schema is an object. When passing data to a fetch function, nested query values get stringified as `[object Object]`. ###...