Alexander Schmitz

Results 14 issues of Alexander Schmitz

Currently i'm using this to research different existing approaches to the markup and css of different components as preparation to creating a new css framework. It would be really nice...

When using this for comparison it would be nice if you could easily switch test pages when your already within a test if the change and or select buttons were...

All of the dependencies of this ( except couchdb ) are available as NPM packages ( and or grunt modules ). It would be nice to make these dependencies to...

It seems like right now the test page title is just the file name from the url. This causes several potential issues. 1.) A page which contains a query string...

This allows use with cypress 7. there are several things of note here * cypress seems to have removed `rollup-dev-server` so this is webpack (or vite) only for now *...

when reading cookies in with fastboot they are being uri decoded twice causing an error if the cookie contains a `%`. This happens because fastboot uses the cookie package to...

bug

https://api.jquery.com/jquery.when/ The first example resolves with multiple arguments which will fail on the git build and in upcoming 3.0 release because it uses then which no longer allows multiple args...

This PR removes all dependency on the jQuery Core event/alias module and deprecated module It also updates the jQuery core dependency to be >= 1.7.0 to allow this removal. Browserify...

CLA: Valid

Current `DS.abortError` errors are swallowed by the query method these should be allowed to propagate so the parent application can handle them as needed