Richard Cox

Results 7 issues of Richard Cox

I am not sure if this project is still being maintained? Would you consider seeking a maintainer? Anyway back to the problem at hand sending through an empty value the...

Is it possible to have different animations depending on the state (tabs / accordion). It seems to make sense to have fade on tabs view and slide on accordion view...

enhancement

I am passing `sortOptions` to set some options for `ui-sortable`, however nothing is being returned. When I look at the bootstrap decorator I can see the variable is being pulled...

type: bug
has: solution / suggestion
ui: installation (bower)

Hi, I started using Brunch for the first time in anger today and it appears to be hanging / timing out just before compilation: The last line after running `brunch...

### Basic info: - **Node.js version:** 18.18.2 - **jsdom version:** ^22.1.0 ### Minimal reproduction case ```js const { JSDOM } = require('jsdom'); const { document } = (new JSDOM('')).window; try...

maybe fixed (add tests to confirm)
selectors

Is there an option to omit the surrounding query from the final output?

If I attempt to validate a class selector that starts with a number I returned with a message of `Parse error: Percent sign is expected` My code looks like: ```...

parser