Gifford Nowland

Results 20 issues of Gifford Nowland

lint-staged should allow using the stash when using `diff`. I am using lint-staged in a `post-commit` hook (see [this article](https://gnowland.medium.com/generating-a-separate-commit-for-husky-lint-staged-tasks-eslint-prettier-using-the-post-commit-12ca6692854d) for implementation and rationale), utilizing `lint-staged --diff="HEAD^...HEAD"` to grab the...

The repository "About" URL (in the right column of the repo page) is broken. I suggest changing the url to the "all examples" URL: https://codesandbox.io/s/github/gregnb/mui-datatables

When deploying application behind a proxy the swagger ui shows "invalid" badge due to application attempting to validate api with validator hosted on https://validator.swagger.io, this change ensures that the swagger...

Configuring war plugin in `pom.xml` per https://exerror.com/error-injecting-org-apache-maven-plugin-war-warmojo-com-google-inject-provisionexception-unable-to-provision/ to prevent build failure (#194): ``` [INFO] --- maven-war-plugin:2.2:war (default-war) @ swagger-validator --- [WARNING] Error injecting: org.apache.maven.plugin.war.WarMojo com.google.inject.ProvisionException: Unable to provision, see the...

Hey @bmcmahen noticed there hasn't been an update to this project since 2019 and the peer dependencies are pinned to [email protected]. Is this project no longer being maintained?

Fixes #41 ``` Argument of type 'MutableRefObject' is not assignable to parameter of type 'MutableRefObject'. Type 'HTMLElement | null' is not assignable to type 'HTMLElement | undefined'. Type 'null' is...

``` Argument of type 'MutableRefObject' is not assignable to parameter of type 'MutableRefObject'. Type 'HTMLElement | null' is not assignable to type 'HTMLElement | undefined'. Type 'null' is not assignable...

Per core trac ticket 43770 https://core.trac.wordpress.org/ticket/43770#ticket it would be suggested that this plugin handle modifying the get_sites() function to allow 'orderby' to accept 'menu_order' and return sites in order of...

### Describe the bug Same issue as https://github.com/primefaces/primeng/issues/1054. When `Menu` property `popup` is enabled and `Menu` is in a fixed element (e.g. a header with css `position: sticky`) menu positioning...

Type: Bug
Resolution: Workaround