Nathan Hardy

Results 10 issues of Nathan Hardy

I have a rough example below: ``` javascript describe('a thing', () => { before(() => { // do some global setup }); function runSomeTests() { before(() => { // {...

Fixes #245. This may be a breaking change for some users due to the _now_ correct ordering of `@media`/`@supports` rules in the serialisation, but the behaviour now is a more...

`.to.have.style("backgroundColor")` does not work, whereas `.to.have.style("background-color")` does, which can be confusing.

Slack appears to handle the side buttons itself, but when enabling this tweak this functionality in Slack appears to be broken. Possibly related to #76

MapLibre currently exports some `const enum`s. Given that MapLibre has a `tsconfig.json` with `"isolatedModules": true`, this has the effect of turning these into runtime enums in the transpiled code, but...

## What are the steps to reproduce this issue? 1. Create `petstore.yml` file using https://github.com/OAI/OpenAPI-Specification/blob/main/examples/v3.0/petstore.yaml 2. Create `openapi.yml` file using cross-file `$ref`s as: ```yml openapi: "3.0.0" info: version: 1.0.0 title:...

bug

Note that https://github.com/santiagogil/request-idle-callback/blob/273d6972dd83e15db21b58eb6c53fef35da1be2e/index.js#L3 uses `global.requestIdleCallback` is available, but this will cause an infinite loop if this package is used to polyfill the global.

It looks like the `bc-flickity-previous` and `bc-flickity-next` directives do not initialize as disabled, even if there are not enough slides to scroll. It looks like the functions defined here: https://github.com/benjamincharity/angular-flickity/blob/master/src/previous/previous.directive.js#L71...

Type: Bug

Updates `esbuild` to resolve https://github.com/advisories/GHSA-67mh-4wv8-2f99

There seems to be a strange issue with `eslint-import-resolver-webpack` where when importing an internal module (webpack resolve alias) in conjunction with an external ES6 module (not transpiled). ```javascript import {...

bug
package: resolver/webpack