David Shefcik

Results 4 issues of David Shefcik

The `react/boolean-prop-naming` rule does not work when using an interface with TypeScript but it works with a `type` This shows an error like it should: ```typescript type Props = {...

enhancement
help wanted
typescript

Added an option to configure nginx's load balancer strategy. This option is a string to allow for custom strategies instead of just the [built in ones](https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/). The configuration option is...

### TL;DR Depending on the updated version number, output what type of release was created. For example, with `1.2.3`, if `1` was changed the output could be `breaking`; if 2...

type: feature request

# Description - Add a new optional prop `onIconNotFound` that takes a function to call when a given icon is not part of the icon set. This callback is passed...